open class Point : Geometry
A GeoJSON Geometry type comprising a single LatLng.
| Point()Default constructor for  | 
| var coordinates: LatLng! | 
| open fun accept(visitor: GeoJsonObjectVisitor!): Unit | |
| open fun getCoordinates(): LatLng!Returns the WGS 84 position of this Point. |