mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
Turn-by-turn navigation logic and UI in Swift on iOS
We should build and test the project in the latest Xcode 14 beta available on CircleCI to detect any regressions related to new Xcode or iOS versions. Some of us...
When following a walking route, the user puck should rotate according to the heading (the direction the device is facing), not the course (the direction in which the device is...
This PR fixes #4023 by adding three new actions to the gear button in the Example application to switch the routing profile between `.automobileAvoidingTraffic`, `.cycling`, and `.walking`. Users can switch...
### Description We found that `otherNavigation` activity type produces better GPS data in comparison to `automotiveNavigation` we used previously, with just marginally bigger battery consumptions. So we've decided to update...
### Description Due to discrete location updates, Navigator always operates data "in the past" so it has to make prediction about user's current real position. NN allows to configure this...
### Description - Remove shadow that is applied to `FloatingButton` to be aligned with other stylable views and to improve performance (shadow usage leads to such warning: `The layer is...
### Description This Pr is to fix the issue of route line layer position issue after rerouting. ### Implementation 1. When finding the topmost non-symbol layer for route line, explicit...
### Description This Pr is to fix the overlooking issue when approaching complex intersections and the user location indicator may be out of view frame. ### Implementation When approaching complex...
When falling back to the VoiceOver text-to-speech engine, we currently pass AVSpeechSynthesizer an AVSpeechUtterance created from the plain text representation of the spoken instruction, in some cases marked up with...
The Example application should have a setting to change the routing profile from `automobileAvoidingTraffic` to something else, similar to the one in the MapboxDirections example application. This would make it...