CarInstructionRoundabout | iOS SDK | 2GIS Documentation

CarInstructionRoundabout

Description of maneuvers at a traffic circle intersection.

public init(
    type: CarInstructionRoundaboutType = CarInstructionRoundaboutType.entry,
    turnAngle: Int32 = 0,
    exitNumber: UInt32 = 0,
    exitName: String
)
Parameters
type
turnAngle
exitNumber
exitName
Properties

Type of instruction.

Turning angle in degrees [-180, 180].

Exit number - [1, inf] or 0 if the exit number is unknown.

Exit name.