ru.dgis.sdk.routing.RouteInstruction | Android SDK | 2GIS Documentation

RouteInstruction

Instruction to follow the route.

RouteInstruction(
	roadName: String,
	range: RouteDistance,
	extraInstructionInfo: ExtraInstructionInfo
)

Instruction to follow the route.

Parameters
roadName
range
extraInstructionInfo
Returns
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.