GuidanceType
public enum GuidanceType
The type of navigation guidance. It defines the behavior of the camera and the route around navigation events such as start, end, reaching waypoint or destination, etc. It also defines route events like deviation, change, information update, progress change, and so on.
-
Regular guidance. Instruction arrows are visible on the route and the camera switches to 2D on arrival.
Declaration
Swift
case regular
-
Lane-level guidance. Instruction arrows are not visible on the route. There are multiple route tubes that the lanes follow to the next instruction, and the camera switches to 2D on arrival. This should only be used with lane-level style.
Important
This is a Public Preview API. It may be changed or removed at any time.Declaration
Swift
case laneLevel