CarInstructionRoundabout
Description of maneuvers at a traffic circle intersection.
public init(
type: CarInstructionRoundaboutType = CarInstructionRoundaboutType.entry,
turnAngle: Int32 = 0,
exitNumber: UInt32 = 0,
exitName: String
)
Parameters
Properties
Type of instruction.
Turning angle in degrees [-180, 180].
Exit number - [1, inf] or 0 if the exit number is unknown.
Exit name.