Point

data class Point(coordinates: List<Double>) : Geometry

Properties

coordinates
Link copied to clipboard
val coordinates: List<Double>
type
Link copied to clipboard
val type: String

Extensions

toLatLngs
Link copied to clipboard
fun Point.toLatLngs(): List<LatLng>