Point
A GeoJSON point.
A point is a basic 2d coordinate.
Example
val point = Geo.Point(Geo.Longitude(0.2), Geo.Latitude(5.3))Content copied to clipboard
External resources
Properties
Functions
Link copied to clipboard
JSON representation of this object as a BSON document.
Link copied to clipboard
Writes this object to the provided writer.