PolygonGeometry
data class PolygonGeometry(@Size(min = 0, max = 50) val vertices: List<GeoCoordinate>) : Geometry
Content copied to clipboard
Represents information about a polygon.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
vertices
The polygon's coordinates. Max number of vertices is 50.
Constructors
Link copied to clipboard
fun PolygonGeometry(@Size(min = 0, max = 50) vertices: List<GeoCoordinate>)
Content copied to clipboard