You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to docs this property should be used to update a route and so it should be public:
The NavigationViewController.route and NavigationService.route properties are now read-only. To change the route that the user is traveling along, set the NavigationViewController.indexedRoute or NavigationService.indexedRoute property instead, pairing the route with the index of the route in the original RouteResponse object. (#2366)
Is it a bug or I just try to use the SDK in a wrong way?
The text was updated successfully, but these errors were encountered:
mapbox-navigation-ios/MapboxNavigation/NavigationViewController.swift
Line 30 in 5055b73
According to docs this property should be used to update a route and so it should be
public
:Is it a bug or I just try to use the SDK in a wrong way?
The text was updated successfully, but these errors were encountered: