HorizonPosition
data class HorizonPosition( val pathId: Int, val offset: Distance, val isOnRoad: Boolean, val location: GeoLocation)
Content copied to clipboard
Current position in the horizon.
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.
Important: This is a Public Preview API. It may be changed or removed at any time.
Constructors
Link copied to clipboard
fun HorizonPosition( pathId: Int, offset: Distance, isOnRoad: Boolean, location: GeoLocation)
Content copied to clipboard