@Deprecated public abstract class BasePointCollection extends Annotation
mapView, trimbleMapsMap| Modifier | Constructor | Description |
|---|---|---|
protected |
BasePointCollection() |
Deprecated.
|
| Modifier and Type | Method | 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
BasePointCollections alpha. |
void |
setPoints(java.util.List<LatLng> points) |
Deprecated.
Sets the points of this polyline.
|
compareTo, equals, getId, getMapView, getTrimbleMapsMap, hashCode, remove, setId, setMapView, setTrimbleMapsMap@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)
BasePointCollections alpha.alpha - float value between 0 and 1.