public class Marker extends JavascriptObject
Modifier and Type | Field and Description |
---|---|
protected String |
title |
jsObject, objectCounter, peerRegistry, runtime, variableName
Constructor and Description |
---|
Marker(MarkerOptions markerOptions)
Contructs a new map Marker with the specified options
|
Modifier and Type | Method and Description |
---|---|
boolean |
getVisible() |
void |
setAnimation(Animation animation)
Sets how the marker should be animated.
|
protected void |
setMap(GoogleMap map)
This method is called from the GoogleMap.addMarker() method, it should not be invoked directly.
|
void |
setOptions(MarkerOptions markerOptions2) |
void |
setPosition(LatLong latLong) |
void |
setTitle(String title)
Sets the title of this Marker
|
void |
setVisible(boolean visible) |
checkBoolean, checkInteger, checkUndefined, getJSObject, getNextVariableName, getProperty, getProperty, getVariableName, invokeJavascript, invokeJavascript, invokeJavascriptReturnValue, invokeJavascriptReturnValue, isMemberDefined, setProperty, setProperty, setProperty
protected String title
public Marker(MarkerOptions markerOptions)
markerOptions
- The options to use when constructing this marker.public void setTitle(String title)
title
- The Marker's new titleprotected void setMap(GoogleMap map)
map
- The map to add this Marker to.public void setAnimation(Animation animation)
animation
- The animation to use for this marker.public void setPosition(LatLong latLong)
public void setOptions(MarkerOptions markerOptions2)
public void setVisible(boolean visible)
public boolean getVisible()
Copyright © 2016. All Rights Reserved.