Nastassia Makaranka
Nastassia Makaranka
Hi @santoso8118 Please take a look at our [Localization and internationalization docs](https://docs.mapbox.com/ios/navigation/guides/system-integration/localization-and-internationalization/). E.g. for English voice instructions, you can specify `locale` in [DirectionOptions](https://docs.mapbox.com/ios/directions/api/2.10.0/Classes/DirectionsOptions.html#/s:16MapboxDirections0B7OptionsC6locale10Foundation6LocaleVvp). And iOS Nav SDK uses [Locale.nationalizedCurrent](https://docs.mapbox.com/ios/navigation/api/2.13.0/Extensions/Locale.html#/s:10Foundation6LocaleV20MapboxCoreNavigationE19nationalizedCurrentACvpZ) to...
Hi @JanTG1 There is no API to access this data. It is collected for Telemetry, analytics purposes.
Hi @William-Coates Thank you for the reporting the issue. The fix will be available in #4620. As a workaround at the moment you can try in CarPlay ``` let style...
Hi @santoso8118 Could you please share with us the sample project to reproduce the issue? Do you use a real device or a simulator for testing? Do you enable route...
Hi The possible situation when the camera keeps randomly moving is when the previous navigation session was not finished and it can still pass the camera updates. Please, make sure...
Hi @jvanderwee The Search SDK 2.0.1 depends on the pre-release [Common SDK version 24.4.0-beta.2](https://github.com/mapbox/mapbox-search-ios/blob/55c1ab48d88da77c706783f65cfe43bd65c5d526/Package.swift#L9). This version is too new for the Navigation SDK. From what I see, at the moment...
Hi @jvanderwee Please use the latest [Search SDK v2.0.3](https://github.com/mapbox/mapbox-search-ios/releases/tag/v2.0.3) which is compatible with Nav SDK v3.0.2.
Hi @santoso8118 Now the returned route looks like on this screenshot:
Hi @santoso8118 Unfortunately, we were not able to reproduce the issue. The CarPlay shows the same instructions as iPhone and Android devices.  Please try this scenario with the Nav...
Hi @eFagerman The Map Matching API does not support the heading (aka `bearings` in the [Directions API](https://docs.mapbox.com/api/navigation/directions/)) parameter. The [Map Matching API](https://docs.mapbox.com/api/navigation/map-matching/) and the [Directions API](https://docs.mapbox.com/api/navigation/directions/)) are used for different...