RouteInstruction
Instruction to follow the route.
RouteInstruction(
roadName: String,
range: RouteDistance,
extraInstructionInfo: ExtraInstructionInfo
)
Instruction to follow the route.
Parameters
Properties
The name of the road where the user will be on after the maneuver.
Distance after the instruction point during which it is considered that the user is in the instruction's action zone.
Instruction type-specific information.