interface ManagedArea {
    geometry: Polygon;
    id: string;
    userName: string;
}

Properties

Properties

geometry: Polygon

The GeoJSON Polygon representation of the managed area's geometry.

id: string
userName: string

The name of the user who is the area manager.