RouteInstruction | iOS SDK | 2GIS Documentation

RouteInstruction

The instruction that must be executed to drive the route.

public init(
    roadName: String,
    range: RouteDistance,
    extraInstructionInfo: ExtraInstructionInfo
)
Parameters
roadName
range
extraInstructionInfo
Properties

Name of the road on which the user will end up after performing the maneuver.

Distance after the instruction point, during which the user is considered to be in the instruction coverage area.

Specific information for a particular type of instruction.