GeoJsonPoint

constructor(type: GeoJsonPoint.Type? = null, coordinates: List<Double>? = null)

Parameters

type

the geometry type

coordinates

An array of comma separated {latitude,longitude} strings.