|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.ImageMapTypeOptions
public class ImageMapTypeOptions
This class is used to create a MapType that renders image tiles. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Nested Class Summary | |
---|---|
static interface |
ImageMapTypeOptions.Callback
Callback type for handling asynchronous responses from getTileUrl. |
Constructor Summary | |
---|---|
protected |
ImageMapTypeOptions()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static ImageMapTypeOptions |
create()
|
void |
setAlt(java.lang.String alt)
Alt text to display when this MapType's button is hovered over in the MapTypeControl. |
void |
setGetTileUrl(ImageMapTypeOptions.Callback getTileUrl)
Returns a string (URL) for given tile coordinate (x, y) and zoom level. |
void |
setMaxZoom(double maxZoom)
The maximum zoom level for the map when displaying this MapType. |
void |
setMinZoom(double minZoom)
The minimum zoom level for the map when displaying this MapType. |
void |
setName(java.lang.String name)
Name to display in the MapTypeControl. |
void |
setOpacity(double opacity)
The opacity to apply to the tiles. |
void |
setTileSize(Size tileSize)
The tile size. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ImageMapTypeOptions()
Method Detail |
---|
public static final ImageMapTypeOptions create()
public final void setAlt(java.lang.String alt)
public final void setGetTileUrl(ImageMapTypeOptions.Callback getTileUrl)
getTileUrl(Point, number):string
public final void setMaxZoom(double maxZoom)
public final void setMinZoom(double minZoom)
public final void setName(java.lang.String name)
public final void setOpacity(double opacity)
public final void setTileSize(Size tileSize)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |