Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface Junction

    interface Junction {
        geometry: Point;
        id: number;
        modificationData: ModificationMetadata;
        segmentIds: number[];
    }
    Index

    Properties

    geometry: Point

    The GeoJSON Point representation of the junction's geometry.

    id: number
    modificationData: ModificationMetadata
    segmentIds: number[]

    The list of the segment ids which are part of the junction.