Victor Kononov

Results 24 comments of Victor Kononov

#3747 provides a way to use custom `SpeechSynthesizer` which allows modifying the options used to generate the voice. So yes, I would say that it resolves the ticket.

Hello @hassineOthmane ! Does it fallback to the `SystemSpeechSynthesizer`in your case? If you are not using `NavigationViewController`, please make sure that you are calling [`RouteVoiceController.didPassSpokenInstructionPoint(notification: )`](https://github.com/mapbox/mapbox-navigation-ios/blob/main/MapboxNavigation/RouteVoiceController.swift#L174) so that `MapboxSpeechSynthesizer` has...

That is strange. Any other clues you may report? What localization do you use? Is it related to some specific route? Is it possible to share some minimal demo which...

Hey! Simulation does not kick in because `inTunnels` requires not only missing GPS data, but also user to be in a tunnel. There is currently an effort to unify simulation...

Sorry, I might not understand the issue. Ticket description says that it is expected that simulation will kick in and puck will move when `inTunnels` simulation mode is selected. But...

I see. I think this is related to planned NN's `useIMU` setting which interferes with simulation.

There is [this draft](https://github.com/mapbox/mapbox-navigation-ios/pull/3196) where I tried to address this issue. PR wasn't refreshed for some time now, but it still illustrates the ideas and approach. This could be a...

`distance` property added to Waypoint, `Waypoint` and `Tracepoint` classes replaced with structures. Did I miss anything else should be done here?

So I've updated `TollPrice` to the flat representation. It should be easier to read and understand for developers and it still has some possibilities for `foreignMembers` coding. It is capable...

Hi, @santitopo! I believe [there is a PR](https://github.com/mapbox/mapbox-navigation-ios/pull/4525) which addresses this issue, but we didn't have a chance to verify and merge it yet :(