Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface SegmentFlagAttributes

    interface SegmentFlagAttributes {
        beacons: boolean;
        fwdLanesEnabled: boolean;
        fwdSpeedCamera: boolean;
        headlights: boolean;
        nearbyHOV: boolean;
        revLanesEnabled: boolean;
        revSpeedCamera: boolean;
        tunnel: boolean;
        unpaved: boolean;
    }
    Index

    Properties

    beacons: boolean

    Indicates whether the segment has beacons enabled.

    fwdLanesEnabled: boolean

    Indicates whether the lanes are enabled for the segment in the forward direction.

    fwdSpeedCamera: boolean

    Indicates if the forward direction of the segment has a speed camera.

    headlights: boolean

    Indicates if the segment requires a headlights reminder.

    nearbyHOV: boolean

    Indicates if the segment is in the vicinity of an HOV (High-Occupancy Vehicle) lane.

    revLanesEnabled: boolean

    Indicates whether the lanes are enabled for the segment in the reverse direction.

    revSpeedCamera: boolean

    Indicates if the reverse direction of the segment has a speed camera.

    tunnel: boolean

    Indicates whether the segment is part of a tunnel.

    unpaved: boolean

    Indicates whether the segment is unpaved.