GuidedPathNetworkData

constructor(name: String, links: List<LinkData>, intersections: List<IntersectionData> = emptyList(), stationAliases: Map<String, String> = emptyMap())(source)

Parameters

name

the network's name

links

the links, at least one

intersections

optional property overrides for named junctions

stationAliases

additional names by which process code may address intersections