public abstract class MultiPoint extends Annotation
mapboxMap, mapView| Modifier | Constructor and Description |
|---|---|
protected |
MultiPoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPoint(LatLng point) |
float |
getAlpha() |
java.util.List<LatLng> |
getPoints()
Returns a copy of the points.
|
void |
setAlpha(float alpha) |
void |
setPoints(java.util.List<LatLng> points)
Sets the points of this polyline.
|
compareTo, equals, getId, getMapboxMap, getMapView, hashCode, remove, setId, setMapboxMap, setMapViewpublic java.util.List<LatLng> getPoints()
public void setPoints(java.util.List<LatLng> points)
points - the points of the polylinepublic void addPoint(LatLng point)
public float getAlpha()
public void setAlpha(float alpha)