HorizonPosition

data class HorizonPosition(val pathId: Int, val offset: Distance, val isOnRoad: Boolean, val location: GeoLocation)

Current position in the horizon.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

pathId

Identifier of the path that this position belongs to.

offset

Offset from the start of the path to this position.

isOnRoad

Flag to indicate whether the position is on road: true if on road, false otherwise.

location

Geographical location associated with this position.

Constructors

Link copied to clipboard
fun HorizonPosition(pathId: Int, offset: Distance, isOnRoad: Boolean, location: GeoLocation)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val pathId: Int