public class MapTypeControlOptions extends JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
MapTypeControlOptions()
Options for the rendering of the map type control.
|
| Modifier and Type | Method and Description |
|---|---|
MapTypeId[] |
getMapTypeIds()
get IDs as
MapTypeId object array |
String[] |
getMapTypeIdsString()
get IDs as
MapTypeId object array |
ControlPosition |
getPosition()
Position id.
|
static MapTypeControlOptions |
newInstance()
new Instance of Options for the rendering of the map type control.
|
void |
setMapTypeIds(MapTypeId[] mapTypeIds)
set IDs of map types to show in the control.
|
void |
setMapTypeIds(String[] mapTypeIds)
set user defined string ID of map types to show in the control.
|
void |
setPosition(ControlPosition position)
Position id.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toStringprotected MapTypeControlOptions()
public static MapTypeControlOptions newInstance()
public final MapTypeId[] getMapTypeIds()
MapTypeId object arraypublic final String[] getMapTypeIdsString()
MapTypeId object arraypublic final ControlPosition getPosition()
public final void setMapTypeIds(MapTypeId[] mapTypeIds)
mapTypeIds - public final void setMapTypeIds(String[] mapTypeIds)
mapTypeIds - public final void setPosition(ControlPosition position)
position - ControlPositionCopyright © 2011-2014 GWT Maps API V3. All Rights Reserved.