|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.StyledMapTypeOptions
public class StyledMapTypeOptions
This class is used to specify options when creating a
StyledMapType
. These options cannot be changed after the
StyledMapType
is instantiated.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
StyledMapTypeOptions()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static StyledMapTypeOptions |
create()
|
void |
setAlt(java.lang.String alt)
Text to display when this MapType
's button is hovered over in the map type control. |
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)
The name to display in the map type control. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected StyledMapTypeOptions()
Method Detail |
---|
public static final StyledMapTypeOptions create()
public final void setAlt(java.lang.String alt)
MapType
's button is hovered over in the map type control.
public final void setMaxZoom(double maxZoom)
MapType
. Optional.
public final void setMinZoom(double minZoom)
MapType
. Optional.
public final void setName(java.lang.String name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |