NamedPolygon

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
class NamedPolygon(val name: String, val boundary: List<GeoPoint>)

Represents a named polygon.

Parameters

name

The name of the Polygon. It should not be an empty string.

boundary

The GeoPoints of the points in the polygon's boundary. The number of boundary points should be at least 3.

Constructors

Link copied to clipboard
constructor(name: String, boundary: List<GeoPoint>)

Properties

Link copied to clipboard
Link copied to clipboard