PolygonGeometry

data class PolygonGeometry(val vertices: List<GeoCoordinate>) : Geometry

Represents information about a polygon.

Parameters

vertices

The polygon's GeoCoordinates.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun PolygonGeometry(vertices: List<GeoCoordinate>)

Properties

Link copied to clipboard
val vertices: List<GeoCoordinate>