HorizonPath
constructor(pathId: Int, parentPathId: Int, offsetOnParentPath: Distance?, geometry: List<PathGeometry>, elements: Map<HorizonElementType, List<HorizonElement>>)
Parameters
pathId
Identifier of this path.
parentPathId
Identifier of the parent path (0 if there is no parent path).
offsetOnParentPath
Offset on the parent path of the stub where this path starts or null if there is no parent path.
geometry
Path geometry.
elements
Horizon elements that belong to the path. Mapped to horizon element types.