public class MarkerOptions extends JavascriptObject
| Modifier and Type | Field and Description |
|---|---|
protected Animation |
animation |
protected String |
icon |
protected LatLong |
position |
protected String |
title |
protected boolean |
visible |
jsObject, objectCounter, peerRegistry, runtime, variableName| Constructor and Description |
|---|
MarkerOptions() |
| Modifier and Type | Method and Description |
|---|---|
MarkerOptions |
animation(Animation animation) |
MarkerOptions |
icon(String iconPath) |
MarkerOptions |
position(LatLong latLong) |
MarkerOptions |
title(String title) |
MarkerOptions |
visible(Boolean visible) |
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setPropertyprotected LatLong position
protected String title
protected boolean visible
protected String icon
protected Animation animation
public MarkerOptions title(String title)
public MarkerOptions visible(Boolean visible)
public MarkerOptions position(LatLong latLong)
public MarkerOptions icon(String iconPath)
public MarkerOptions animation(Animation animation)
Copyright © 2016. All Rights Reserved.