Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface BasePermanentHazard

    interface BasePermanentHazard {
        direction: null | RestrictionSegmentDirection;
        geometry: Point | Polygon;
        id: number;
        lockRank: null | number;
        modificationData: ModificationMetadata;
        segmentId: null | number;
        subTypes: PermanentHazardSubType[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    direction: null | RestrictionSegmentDirection

    The direction of the permanent hazard.

    geometry: Point | Polygon

    The GeoJSON Point representation of the permanent hazard's location.

    id: number

    The id of the permanent hazard.

    lockRank: null | number

    The rank of the permanent hazard.

    modificationData: ModificationMetadata

    The modification metadata of the permanent hazard.

    segmentId: null | number

    The id of the segment the permanent hazard is on.

    The sub types of the permanent hazard.