HorizonPath
class HorizonPath( val pathId: Int, val parentPathId: Int, val offsetOnParentPath: Distance?, val geometry: List<PathGeometry>, elements: Map<HorizonElementType, List<HorizonElement>>)
Content copied to clipboard
Path in the horizon. The length of the path as well as which types of horizon elements it contains are determined by the horizon subscription options.
Constructors
Link copied to clipboard
fun HorizonPath( pathId: Int, parentPathId: Int, offsetOnParentPath: Distance?, geometry: List<PathGeometry>, elements: Map<HorizonElementType, List<HorizonElement>>)
Content copied to clipboard
Creates a horizon path.
Functions
Link copied to clipboard
Returns all the horizon elements that belong to this path.
Returns all the horizon elements of the specified type that belong to this path.
Returns all the horizon elements of the specified types that belong to this path.