NavigationMode
public enum NavigationMode
The mode of navigation after start.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Represents the mode of free driving after start.
Declaration
Swift
case freeDriving
-
Represents the mode of navigation on a specific route after start.
Declaration
Swift
case onRoute(NavigatedRoutes)
Parameters
NavigatedRoutes
The
NavigatedRoutes
to follow.