|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.mvc.MVCObject<ImageMapType>
com.google.gwt.maps.client.maptypes.ImageMapType
public class ImageMapType
This class implements the MapType interface and is provided for rendering image tiles.
See ImageMapType API
Doc
| Constructor Summary | |
|---|---|
protected |
ImageMapType()
use newInstance(); |
| Method Summary | |
|---|---|
HandlerRegistration |
addClickHandler(TilesLoadedMapHandler handler)
This event is fired when the visible tiles finish loading. |
double |
getOpacity()
Returns the opacity level (0 (transparent) to 1.0) of the ImageMapType tiles. |
static ImageMapType |
newInstance(ImageMapTypeOptions options)
Constructs an ImageMapType using the provided ImageMapTypeOptions |
void |
setOpacity(double opacity)
Sets the opacity level (0 (transparent) to 1.0) of the ImageMapType tiles. |
| Methods inherited from class com.google.gwt.maps.client.mvc.MVCObject |
|---|
bindTo, bindTo, bindTo, changed, createInstanceOfMVCObject, get, notify, set, setValues, unbind, unbindAll |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected ImageMapType()
| Method Detail |
|---|
public static final ImageMapType newInstance(ImageMapTypeOptions options)
options - public final double getOpacity()
ImageMapType tiles.
public final void setOpacity(double opacity)
ImageMapType tiles.
public final HandlerRegistration addClickHandler(TilesLoadedMapHandler handler)
handler -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||