I'm currently working on navigation app and having an issue. Even if i've set the simulating to .never in navigationservice, the navigation is still simulating the route. I've tried both on the simulator and on a device. I'm on version 2.8.1
let navigationService = MapboxNavigationService(routeResponse: response,
routeIndex: 0,
routeOptions: routeOptions,
customRoutingProvider: NavigationSettings.shared.directions,
credentials: NavigationSettings.shared.directions.credentials,
simulating:.never)
let navigationOptions = NavigationOptions(navigationService: navigationService)
I'm currently working on navigation app and having an issue. Even if i've set the simulating to .never in navigationservice, the navigation is still simulating the route. I've tried both on the simulator and on a device. I'm on version 2.8.1
let navigationService = MapboxNavigationService(routeResponse: response,
routeIndex: 0,
routeOptions: routeOptions,
customRoutingProvider: NavigationSettings.shared.directions,
credentials: NavigationSettings.shared.directions.credentials,
simulating:.never)
let navigationOptions = NavigationOptions(navigationService: navigationService)