open class MultiPoint : Geometry
A GeoJSON Geometry type comprising a collection of LatLngs.
| MultiPoint()Default constructor for  | 
| open fun accept(visitor: GeoJsonObjectVisitor!): Unit | |
| open fun addCoordinates(position: LatLng!): Unit | |
| open fun getCoordinates(): ImmutableList<LatLng!>!Returns a collection of coordinates in WGS 84. |