Waze Map Editor JavaScript SDK
    Preparing search index...

    Variable SegmentSuggestionRejectionReasonConst

    SegmentSuggestionRejectionReason: {
        ROAD_CONSTRUCTION: 5;
        ROAD_EXISTS: 6;
        ROAD_EXISTS_SUGGESTED_GEOMETRY_MORE_ACCURATE: 4;
        ROAD_EXISTS_SUGGESTED_GEOMETRY_WRONG: 3;
        ROAD_NOT_DRIVABLE: 7;
        ROAD_NOT_EXISTS: 0;
        ROAD_NOT_MAPPED: 2;
        ROAD_PERMANENTLY_CLOSED: 1;
        ROAD_PRIVATE: 8;
        ROAD_RECENTLY_CREATED: 11;
        ROAD_SERVICE_ROAD: 10;
        ROAD_UNPAVED_4X4: 9;
    } = ...

    Type Declaration

    • ReadonlyROAD_CONSTRUCTION: 5

      Road is under construction or temporarily moved

    • ReadonlyROAD_EXISTS: 6

      Road already exists in Waze with nearly identical geometry.

    • ReadonlyROAD_EXISTS_SUGGESTED_GEOMETRY_MORE_ACCURATE: 4

      Road already exists. The suggestion to create a new segment is rejected to prevent duplication, but the editor manually updates the existing segment's geometry.

    • ReadonlyROAD_EXISTS_SUGGESTED_GEOMETRY_WRONG: 3

      Road already exists. Suggested geometry is wrong.

    • ReadonlyROAD_NOT_DRIVABLE: 7

      Road exists but Waze does not map Non-drivable roads (pedestrian path, bike lane, etc...)

    • ReadonlyROAD_NOT_EXISTS: 0

      Road does not exist at the location.

    • ReadonlyROAD_NOT_MAPPED: 2

      Road exists but does not fall under any mapped road type.

    • ReadonlyROAD_PERMANENTLY_CLOSED: 1

      Road is permanently closed

    • ReadonlyROAD_PRIVATE: 8

      Road exists but Waze does not map Private/Military Base roads

    • ReadonlyROAD_RECENTLY_CREATED: 11

      Road recently created (maybe after the suggestion was created).

    • ReadonlyROAD_SERVICE_ROAD: 10

      Road exists but Waze does not map service roads.

    • ReadonlyROAD_UNPAVED_4X4: 9

      Road exists but is off-road, unmaintained, or require 4x4 vehicles.