-
- All Implemented Interfaces:
-
com.google.maps.android.data.geojson.GeoJsonStyle
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class GeoJsonPointStyle extends Style implements GeoJsonStyle
A class that allows for GeoJsonPoint objects to be styled and for these styles to be translated into a MarkerOptions object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGeoJsonPointStyle.Companion
-
Constructor Summary
Constructors Constructor Description GeoJsonPointStyle()
-
Method Summary
Modifier and Type Method Description Array<String>getGeometryType()final FloatgetAlpha()final UnitsetAlpha(Float alpha)final FloatgetAnchorU()final FloatgetAnchorV()final UnitsetAnchor(Float anchorU, Float anchorV)final BooleanisDraggable()final UnitsetDraggable(Boolean draggable)final BooleanisFlat()final UnitsetFlat(Boolean flat)final BitmapDescriptorgetIcon()final UnitsetIcon(BitmapDescriptor bitmap)final FloatgetInfoWindowAnchorU()final FloatgetInfoWindowAnchorV()final UnitsetInfoWindowAnchor(Float infoWindowAnchorU, Float infoWindowAnchorV)FloatgetRotation()final UnitsetRotation(Float rotation)final StringgetSnippet()final UnitsetSnippet(String snippet)final StringgetTitle()final UnitsetTitle(String title)BooleanisVisible()UnitsetVisible(Boolean visible)final FloatgetZIndex()final UnitsetZIndex(Float zIndex)final MarkerOptionstoMarkerOptions()StringtoString()-
Methods inherited from class com.google.maps.android.data.geojson.GeoJsonPointStyle
setLineStringWidth, setMarkerHotSpot, setMarkerRotation, setPolygonFillColor, setPolygonStrokeWidth -
Methods inherited from class com.google.maps.android.data.Style
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getGeometryType
Array<String> getGeometryType()
-
getAnchorU
final Float getAnchorU()
-
getAnchorV
final Float getAnchorV()
-
isDraggable
final Boolean isDraggable()
-
setDraggable
final Unit setDraggable(Boolean draggable)
-
getIcon
final BitmapDescriptor getIcon()
-
getInfoWindowAnchorU
final Float getInfoWindowAnchorU()
-
getInfoWindowAnchorV
final Float getInfoWindowAnchorV()
-
setInfoWindowAnchor
final Unit setInfoWindowAnchor(Float infoWindowAnchorU, Float infoWindowAnchorV)
-
getRotation
Float getRotation()
-
setRotation
final Unit setRotation(Float rotation)
-
getSnippet
final String getSnippet()
-
setSnippet
final Unit setSnippet(String snippet)
-
setVisible
Unit setVisible(Boolean visible)
-
toMarkerOptions
final MarkerOptions toMarkerOptions()
-
-
-
-