RouteIncrementResult

class RouteIncrementResult(val incrementEndOffset: Distance, val instructions: List<Instruction>, val laneGuidanceData: List<LaneSection>)

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

Parameters

incrementEndOffset

The offset where incremental computation of route contents was paused.

instructions

The result of incremental computation of instructions.

laneGuidanceData

The result of incremental lane guidance computation.

Constructors

Link copied to clipboard
fun RouteIncrementResult(incrementEndOffset: Distance, instructions: List<Instruction>, laneGuidanceData: List<LaneSection>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard