-
-
Field Summary
Fields Modifier and Type Field Description private final MapObject.Typetypeprivate LatLngpositionprivate Stringtitleprivate Stringsnippetprivate BitmapDescriptoriconprivate Floatalphaprivate FloatanchorUprivate FloatanchorVprivate Floatrotationprivate Booleanflatprivate Booleandraggableprivate BooleanisVisibleprivate FloatzIndex
-
Method Summary
Modifier and Type Method Description MapObject.TypegetType()final LatLnggetPosition()final UnitsetPosition(LatLng position)final StringgetTitle()final UnitsetTitle(String title)final StringgetSnippet()final UnitsetSnippet(String snippet)final BitmapDescriptorgetIcon()final UnitsetIcon(BitmapDescriptor icon)final FloatgetAlpha()final UnitsetAlpha(Float alpha)final FloatgetAnchorU()final UnitsetAnchorU(Float anchorU)final FloatgetAnchorV()final UnitsetAnchorV(Float anchorV)final FloatgetRotation()final UnitsetRotation(Float rotation)final BooleangetFlat()final UnitsetFlat(Boolean flat)final BooleangetDraggable()final UnitsetDraggable(Boolean draggable)BooleangetIsVisible()Gets and sets the visibility of the map object. UnitsetIsVisible(Boolean isVisible)Gets and sets the visibility of the map object. FloatgetZIndex()Gets and sets the z-index of the map object. UnitsetZIndex(Float zIndex)Gets and sets the z-index of the map object. -
-
Method Detail
-
getType
MapObject.Type getType()
-
getPosition
final LatLng getPosition()
-
setPosition
final Unit setPosition(LatLng position)
-
getSnippet
final String getSnippet()
-
setSnippet
final Unit setSnippet(String snippet)
-
getIcon
final BitmapDescriptor getIcon()
-
getAnchorU
final Float getAnchorU()
-
setAnchorU
final Unit setAnchorU(Float anchorU)
-
getAnchorV
final Float getAnchorV()
-
setAnchorV
final Unit setAnchorV(Float anchorV)
-
getRotation
final Float getRotation()
-
setRotation
final Unit setRotation(Float rotation)
-
getDraggable
final Boolean getDraggable()
-
setDraggable
final Unit setDraggable(Boolean draggable)
-
getIsVisible
Boolean getIsVisible()
Gets and sets the visibility of the map object.
-
setIsVisible
Unit setIsVisible(Boolean isVisible)
Gets and sets the visibility of the map object.
-
-
-
-