HorizonPath
fun HorizonPath( pathId: Int, parentPathId: Int, offsetOnParentPath: Distance?, geometry: List<PathGeometry>, elements: Map<HorizonElementType, List<HorizonElement>>)
Content copied to clipboard
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. (null if there is no parent path).
geometry
Path geometry.
elements
Horizon elements that belong to the path. Mapped to horizon element types.
Important: This is a Public Preview API. It may be changed or removed at any time.