F - The MultiPoint child typeS - The Style of MultiPoint childpublic abstract class MultiPoint<F extends MultiPoint,S extends MultiPointStyle> extends Geometry<F,S>
| Constructor and Description |
|---|
MultiPoint(android.content.Context context,
java.lang.String name,
S style)
Instantiates a new Geometry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<LatLng> |
getCoordinates()
Gets coordinates.
|
int |
hashCode() |
F |
setCoordinates(java.util.List<LatLng> coordinates)
Sets coordinates list.
|
getStyle, setStyle, toStringcompareTo, getContext, getId, getInfo, getName, isCreated, remove, setInfoaddObserver, removeObserverpublic MultiPoint(@NonNull
android.content.Context context,
@NonNull
java.lang.String name,
@NonNull
S style)
context - the contextname - the feature namestyle - the stylepublic java.util.List<LatLng> getCoordinates()
public F setCoordinates(@NonNull java.util.List<LatLng> coordinates)
coordinates - list of coordinatespublic boolean equals(java.lang.Object o)
equals in class Geometry<F extends MultiPoint,S extends MultiPointStyle>public int hashCode()
hashCode in class Geometry<F extends MultiPoint,S extends MultiPointStyle>