RouteIncrementResult
class RouteIncrementResult( val incrementEndOffset: Distance, val instructions: List<Instruction>, val laneGuidanceData: List<LaneSection>)
Content copied to clipboard
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>)
Content copied to clipboard