@Deprecated public abstract class BasePointCollection extends Annotation
mapboxMap, mapView
Modifier | Constructor and Description |
---|---|
protected |
BasePointCollection()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addPoint(LatLng point)
Deprecated.
Add a point to the polyline.
|
float |
getAlpha()
Deprecated.
Value between 0 and 1 defining the polyline alpha.
|
java.util.List<LatLng> |
getPoints()
Deprecated.
Returns a copy of the points.
|
void |
setAlpha(float alpha)
Deprecated.
Set this
BasePointCollection s alpha. |
void |
setPoints(java.util.List<LatLng> points)
Deprecated.
Sets the points of this polyline.
|
compareTo, equals, getId, getMapboxMap, getMapView, hashCode, remove, setId, setMapboxMap, setMapView
@NonNull public java.util.List<LatLng> getPoints()
List
of points.public void setPoints(@NonNull java.util.List<LatLng> points)
points
- A List
of LatLng
points making up the polyline.public void addPoint(LatLng point)
point
- A LatLng
point to be added.public float getAlpha()
public void setAlpha(float alpha)
BasePointCollection
s alpha.alpha
- float value between 0 and 1.