|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.MapTypeControlOptions
public class MapTypeControlOptions
Options for the rendering of the map type control. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
MapTypeControlOptions()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static MapTypeControlOptions |
create()
|
void |
setMapTypeIds(
IDs of map types to show in the control. |
void |
setMapTypeIds(JsArrayString mapTypeIds)
IDs of map types to show in the control. |
void |
setPosition(ControlPosition position)
Position id. |
void |
setStyle(MapTypeControlStyle style)
Style id. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected MapTypeControlOptions()
Method Detail |
---|
public static final MapTypeControlOptions create()
public final void setMapTypeIds(mapTypeIds)
public final void setMapTypeIds(JsArrayString mapTypeIds)
public final void setPosition(ControlPosition position)
TOP_RIGHT
.
public final void setStyle(MapTypeControlStyle style)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |