Skip to content

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

Point

constructor(x: Geo.Longitude, y: Geo.Latitude)

Types

Serializer

Properties

x

y

Functions

toString

open override fun toString(): String