-
- All Implemented Interfaces:
-
com.google.maps.android.data.renderer.model.Style
public final class PolygonStyle implements Style
A data class representing the style for a Polygon.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerfillColorprivate final IntegerstrokeColorprivate final FloatstrokeWidthprivate final Booleangeodesic
-
Constructor Summary
Constructors Constructor Description PolygonStyle(Integer fillColor, Integer strokeColor, Float strokeWidth, Boolean geodesic)
-
Method Summary
Modifier and Type Method Description final IntegergetFillColor()final IntegergetStrokeColor()final FloatgetStrokeWidth()final BooleangetGeodesic()-
-
Method Detail
-
getFillColor
final Integer getFillColor()
-
getStrokeColor
final Integer getStrokeColor()
-
getStrokeWidth
final Float getStrokeWidth()
-
getGeodesic
final Boolean getGeodesic()
-
-
-
-