Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface SegmentSuggestion

    interface SegmentSuggestion {
        geometry: LineString;
        id: number;
        segmentId: null | number;
        source: SegmentSuggestionSource;
        status: SegmentSuggestionStatus;
        streetName: null | string;
    }
    Index

    Properties

    geometry: LineString

    The GeoJSON LineString representation of the segment suggestion geometry.

    id: number

    The unique ID of the segment suggestion.

    segmentId: null | number

    The associated Waze segment ID, or null if none.

    The source of the segment suggestion.

    The status of the segment suggestion.

    streetName: null | string

    The street name of the segment suggestion, or null if none.