-
- 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 GeoJsonPolygonStyle extends Style implements GeoJsonStyle
A class that allows for GeoJsonPolygon objects to be styled and for these styles to be translated into a PolygonOptions object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGeoJsonPolygonStyle.Companion
-
Constructor Summary
Constructors Constructor Description GeoJsonPolygonStyle()
-
Method Summary
Modifier and Type Method Description final IntegergetFillColor()final UnitsetFillColor(Integer fillColor)Array<String>getGeometryType()final BooleanisGeodesic()final UnitsetGeodesic(Boolean geodesic)final IntegergetStrokeColor()final UnitsetStrokeColor(Integer strokeColor)final IntegergetStrokeJointType()final UnitsetStrokeJointType(Integer strokeJointType)final List<PatternItem>getStrokePattern()final UnitsetStrokePattern(List<PatternItem> strokePattern)final FloatgetStrokeWidth()final UnitsetStrokeWidth(Float strokeWidth)final FloatgetZIndex()final UnitsetZIndex(Float zIndex)BooleanisVisible()UnitsetVisible(Boolean visible)final PolygonOptionstoPolygonOptions()StringtoString()final UnitsetClickable(Boolean clickable)final BooleanisClickable()-
Methods inherited from class com.google.maps.android.data.geojson.GeoJsonPolygonStyle
getRotation, 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
-
getFillColor
final Integer getFillColor()
-
setFillColor
final Unit setFillColor(Integer fillColor)
-
getGeometryType
Array<String> getGeometryType()
-
isGeodesic
final Boolean isGeodesic()
-
setGeodesic
final Unit setGeodesic(Boolean geodesic)
-
getStrokeColor
final Integer getStrokeColor()
-
setStrokeColor
final Unit setStrokeColor(Integer strokeColor)
-
getStrokeJointType
final Integer getStrokeJointType()
-
setStrokeJointType
final Unit setStrokeJointType(Integer strokeJointType)
-
getStrokePattern
final List<PatternItem> getStrokePattern()
-
setStrokePattern
final Unit setStrokePattern(List<PatternItem> strokePattern)
-
getStrokeWidth
final Float getStrokeWidth()
-
setStrokeWidth
final Unit setStrokeWidth(Float strokeWidth)
-
setVisible
Unit setVisible(Boolean visible)
-
toPolygonOptions
final PolygonOptions toPolygonOptions()
-
setClickable
final Unit setClickable(Boolean clickable)
-
isClickable
final Boolean isClickable()
-
-
-
-