-
- 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 GeoJsonLineStringStyle extends Style implements GeoJsonStyle
A class that allows for GeoJsonLineString objects to be styled and for these styles to be translated into a PolylineOptions object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGeoJsonLineStringStyle.Companion
-
Constructor Summary
Constructors Constructor Description GeoJsonLineStringStyle()
-
Method Summary
Modifier and Type Method Description final IntegergetColor()final UnitsetColor(Integer color)Array<String>getGeometryType()final BooleanisClickable()final UnitsetClickable(Boolean clickable)final BooleanisGeodesic()final UnitsetGeodesic(Boolean geodesic)final FloatgetWidth()final UnitsetWidth(Float width)final FloatgetZIndex()final UnitsetZIndex(Float zIndex)BooleanisVisible()UnitsetVisible(Boolean visible)final PolylineOptionstoPolylineOptions()StringtoString()final List<PatternItem>getPattern()final UnitsetPattern(List<PatternItem> pattern)final UnitsetStartCap(Cap cap)final UnitsetEndCap(Cap cap)final CapgetStartCap()final CapgetEndCap()-
Methods inherited from class com.google.maps.android.data.geojson.GeoJsonLineStringStyle
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
-
getGeometryType
Array<String> getGeometryType()
-
isClickable
final Boolean isClickable()
-
setClickable
final Unit setClickable(Boolean clickable)
-
isGeodesic
final Boolean isGeodesic()
-
setGeodesic
final Unit setGeodesic(Boolean geodesic)
-
setVisible
Unit setVisible(Boolean visible)
-
toPolylineOptions
final PolylineOptions toPolylineOptions()
-
getPattern
final List<PatternItem> getPattern()
-
setPattern
final Unit setPattern(List<PatternItem> pattern)
-
setStartCap
final Unit setStartCap(Cap cap)
-
getStartCap
final Cap getStartCap()
-
getEndCap
final Cap getEndCap()
-
-
-
-