RouteInformationMode

public enum RouteInformationMode

RouteInformationMode defines how much guidance information (instructions and lane guidance) is returned with the route from the RoutePlanner.planRoute() function.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • 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