PolygonGeometry
fun PolygonGeometry(@Size(min = 0, max = 50) vertices: List<GeoCoordinate>)
Content copied to clipboard
Parameters
vertices
The polygon's coordinates. Max number of vertices is 50.
The polygon's coordinates. Max number of vertices is 50.