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

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.