Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface UserEditableArea

    A geographical area where the user has permission to edit map features.

    interface UserEditableArea {
        geometry: Polygon;
        type: UserEditableAreaType;
    }
    Index

    Properties

    Properties

    geometry: Polygon

    The boundary coordinates of the editable area.

    The type of the editable area.