public class MapOptions extends JavascriptObject
Modifier and Type | Field and Description |
---|---|
protected LatLong |
center |
protected boolean |
mapMarker |
protected MapTypeIdEnum |
mapType |
protected boolean |
mapTypeControl |
protected boolean |
overviewMapControl |
protected boolean |
panControl |
protected boolean |
rotateControl |
protected boolean |
scaleControl |
protected boolean |
streetViewControl |
protected int |
zoom |
protected boolean |
zoomControl |
jsObject, objectCounter, peerRegistry, runtime, variableName
Constructor and Description |
---|
MapOptions() |
Modifier and Type | Method and Description |
---|---|
MapOptions |
center(LatLong center) |
MapOptions |
mapMarker(boolean mapMarker) |
MapOptions |
mapType(MapTypeIdEnum mapType) |
MapOptions |
mapTypeControl(boolean mapTypeControl) |
MapOptions |
overviewMapControl(boolean overviewMapControl) |
MapOptions |
panControl(boolean panControl) |
MapOptions |
rotateControl(boolean rotateControl) |
MapOptions |
scaleControl(boolean scaleControl) |
MapOptions |
streetViewControl(boolean streetViewControl) |
MapOptions |
zoom(int zoom) |
MapOptions |
zoomControl(boolean zoomControl) |
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setProperty
protected LatLong center
protected MapTypeIdEnum mapType
protected boolean mapMarker
protected boolean overviewMapControl
protected boolean panControl
protected boolean rotateControl
protected boolean scaleControl
protected boolean streetViewControl
protected int zoom
protected boolean zoomControl
protected boolean mapTypeControl
public MapOptions center(LatLong center)
public MapOptions mapMarker(boolean mapMarker)
public MapOptions mapType(MapTypeIdEnum mapType)
public MapOptions overviewMapControl(boolean overviewMapControl)
public MapOptions panControl(boolean panControl)
public MapOptions rotateControl(boolean rotateControl)
public MapOptions scaleControl(boolean scaleControl)
public MapOptions streetViewControl(boolean streetViewControl)
public MapOptions zoom(int zoom)
public MapOptions zoomControl(boolean zoomControl)
public MapOptions mapTypeControl(boolean mapTypeControl)
Copyright © 2016. All Rights Reserved.