Point

A GeoJSON point.

A point is a basic 2d coordinate.

Example

val point = Geo.Point(Geo.Longitude(0.2), Geo.Latitude(5.3))

External resources

Constructors

Link copied to clipboard
constructor(x: Geo.Longitude, y: Geo.Latitude)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

JSON representation of this object as a BSON document.

Link copied to clipboard
open override fun writeTo(writer: BsonFieldWriter)

Writes this object to the provided writer.