|
||||||||||
| 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.maptypes.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.
See
StyledMapTypeOptions API Doc
| Constructor Summary | |
|---|---|
protected |
StyledMapTypeOptions()
use newInstance(); |
| Method Summary | |
|---|---|
String |
getAlt()
gets Text to display when this MapType's button is hovered over in the map type control. |
int |
getMaxZoom()
gets The maximum zoom level for the map when displaying this MapType. |
int |
getMinZoom()
gets The minimum zoom level for the map when displaying this MapType. |
String |
getName()
gets The name to display in the map type control. |
static StyledMapTypeOptions |
newInstance()
creates options |
void |
setAlt(String alt)
sets Text to display when this MapType's button is hovered over in the map type control. |
void |
setMaxZoom(int maxZoom)
sets The maximum zoom level for the map when displaying this MapType. |
void |
setMinZoom(int minZoom)
sets The minimum zoom level for the map when displaying this MapType. |
void |
setName(String name)
sets The name to display in the map type control. |
| 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 StyledMapTypeOptions()
| Method Detail |
|---|
public static final StyledMapTypeOptions newInstance()
public final void setAlt(String alt)
alt - public final String getAlt()
public final void setMaxZoom(int maxZoom)
maxZoom - public final int getMaxZoom()
public final void setMinZoom(int minZoom)
minZoom - public final int getMinZoom()
public final void setName(String name)
name - public final String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||