Polygon

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

Properties

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

Extensions

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