InstructionSegment

data class InstructionSegment(distance: Distance, duration: Duration?, endInstruction: Instruction, startPathIndex: Int, containingLegPath: PathGeometry)

Properties

Link copied to clipboard
val distance: Distance
Link copied to clipboard
val distanceMeters: Double
Link copied to clipboard
val duration: Duration?
Link copied to clipboard
val durationSeconds: Int?
Link copied to clipboard
val endInstruction: Instruction
Link copied to clipboard
val endPathCoordinate: Coords
Link copied to clipboard
val endPathIndex: Int
Link copied to clipboard
val segmentPath: PathGeometry
Link copied to clipboard
val startPathIndex: Int