NamedPolygon
data class NamedPolygon(val name: String, val boundary: List<GeoCoordinate>) : Range
Content copied to clipboard
Represents a named polygon Range.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
name
The name of the Range.
boundary
The GeoCoordinates of the points in the polygon's boundary.