|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.MapType
public class MapType
This interface defines the map type, and is typically used for custom map types. Immutable. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
MapType()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
java.lang.String |
getAlt()
Alt text to display when this MapType's button is hovered over in the MapTypeControl. |
double |
getMaxZoom()
The maximum zoom level for the map when displaying this MapType. |
double |
getMinZoom()
The minimum zoom level for the map when displaying this MapType. |
java.lang.String |
getName()
Name to display in the MapTypeControl. |
Projection |
getProjection()
The Projection used to render this MapType. |
double |
getRadius()
Radius of the planet for the map, in meters. |
Node |
getTile(Point tileCoord,
double zoom,
Document ownerDocument)
Returns a tile for the given tile coordinate (x, y) and zoom level. |
Size |
getTileSize()
The dimensions of each tile. |
void |
releaseTile(Node tile)
Releases the given tile, performing any necessary cleanup. |
void |
setAlt(java.lang.String alt)
Alt text to display when this MapType's button is hovered over in the MapTypeControl. |
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 |
setProjection(Projection projection)
The Projection used to render this MapType. |
void |
setRadius(double radius)
Radius of the planet for the map, in meters. |
void |
setTileSize(Size tileSize)
The dimensions of each tile. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MapType()
Method Detail |
---|
public final java.lang.String getAlt()
public final double getMaxZoom()
public final double getMinZoom()
public final java.lang.String getName()
public final Projection getProjection()
public final double getRadius()
public final Node getTile(Point tileCoord, double zoom, Document ownerDocument)
public final Size getTileSize()
public final void releaseTile(Node tile)
public final void setAlt(java.lang.String alt)
public final void setMaxZoom(double maxZoom)
public final void setMinZoom(double minZoom)
public final void setName(java.lang.String name)
public final void setProjection(Projection projection)
public final void setRadius(double radius)
public final void setTileSize(Size tileSize)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |