public final class Polygon extends BasePointCollection
mapboxMap, mapView| Modifier and Type | Method and Description |
|---|---|
int |
getFillColor()
Get the color of the fill region of the polygon.
|
int |
getStrokeColor()
Get the color fo the stroke of the polygon.
|
void |
setFillColor(int color)
Sets the color of the fill region of the polygon.
|
void |
setStrokeColor(int color)
Sets the color of the stroke of the polygon.
|
addPoint, getAlpha, getPoints, setAlpha, setPointscompareTo, equals, getId, getMapboxMap, getMapView, hashCode, remove, setId, setMapboxMap, setMapViewpublic int getFillColor()
public int getStrokeColor()
public void setFillColor(int color)
color - The color in ARGB format.public void setStrokeColor(int color)
color - The color in ARGB format.