Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface ManagedArea

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

    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.