Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface Node

    interface Node {
        connectedSegmentIds: number[];
        geometry: Point;
        id: number;
    }
    Index

    Properties

    connectedSegmentIds: number[]
    geometry: Point
    id: number