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

CarInstructionRoundabout

Description of maneuvers at a roundabout.

CarInstructionRoundabout(
	type: CarInstructionRoundaboutType = CarInstructionRoundaboutType.ENTRY,
	turnAngle: Int = 0,
	exitNumber: Int = 0,
	exitName: String
)

Description of maneuvers at a roundabout.

Parameters
type
turnAngle
exitNumber
exitName
Returns
Properties

Angle of rotation in degrees -180,180.

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

Name of the exit.