public class StyledMapTypeOptions extends JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
StyledMapTypeOptions()
use newInstance();
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toStringpublic 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()
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.