PFRoute

class PFRoute : Table

Represents route progress

Constructors

Link copied to clipboard
fun PFRoute()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun __assign(_i: Int, _bb: ByteBuffer): PFRoute
Link copied to clipboard
fun __init(_i: Int, _bb: ByteBuffer)
Link copied to clipboard
open fun __reset()
Link copied to clipboard
Link copied to clipboard

Defines waypoint durations from current position. Last item represents finish waypoint with durations from now to end

Properties

Link copied to clipboard

Defines distance from current position to route end in meters

Link copied to clipboard

Defines route progress as ratio of passed distance and total distance 0.0, 1.0

Link copied to clipboard