-
public abstract class Style extends Observable
An abstraction that shares the common properties of KmlStyle, GeoJsonPointStyle, GeoJsonLineStringStyle and GeoJsonPolygonStyle.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classStyle.Companion
-
Constructor Summary
Constructors Constructor Description Style()
-
Method Summary
Modifier and Type Method Description FloatgetRotation()UnitsetMarkerRotation(Float rotation)UnitsetMarkerHotSpot(Float x, Float y, String xUnits, String yUnits)UnitsetLineStringWidth(Float width)UnitsetPolygonStrokeWidth(Float strokeWidth)UnitsetPolygonFillColor(Integer fillColor)-
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
-
getRotation
Float getRotation()
-
setMarkerRotation
Unit setMarkerRotation(Float rotation)
-
setLineStringWidth
Unit setLineStringWidth(Float width)
-
setPolygonStrokeWidth
Unit setPolygonStrokeWidth(Float strokeWidth)
-
setPolygonFillColor
Unit setPolygonFillColor(Integer fillColor)
-
-
-
-