RouteInformationMode
public enum RouteInformationMode
RouteInformationMode defines how much guidance information (instructions and lane guidance) is returned
with the route from the RoutePlanner.planRoute() function.
-
RoutePlanner.planRoute() will return the route with complete guidance information.
Declaration
Swift
case complete -
RoutePlanner.planRoute() will return the route with only the first guidance increment.
Declaration
Swift
case firstIncrement
TomTom SDK for iOS (0.53.1)
RouteInformationMode