Victor Kononov
Victor Kononov
### 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 Introduces the feature when we are driving the `onboard` build route and the same `online` version becomes available to automatically switch to it in order to receive live...
This ticket is to provide localization of new strings, appended in https://github.com/mapbox/mapbox-navigation-ios/pull/3956
Continuing after [RouteMapViewController elimination](https://github.com/mapbox/mapbox-navigation-ios/issues/1502), there are further topics to work on. [This PR](https://github.com/mapbox/mapbox-navigation-ios/pull/2902) shaped several components ([ArrivalController](https://github.com/mapbox/mapbox-navigation-ios/blob/release-v2.0/Sources/MapboxNavigation/ArrivalController.swift), [CameraController](https://github.com/mapbox/mapbox-navigation-ios/blob/release-v2.0/Sources/MapboxNavigation/CameraController.swift), [OrnamentsController](https://github.com/mapbox/mapbox-navigation-ios/blob/release-v2.0/Sources/MapboxNavigation/OrnamentsController.swift) and [RouteLineController](https://github.com/mapbox/mapbox-navigation-ios/blob/release-v2.0/Sources/MapboxNavigation/RouteLineController.swift)) which functionality could be exposed to users and further...
For Performance purposes, we need to perform a quick search for geometries with given attributes. For example it is useful for `LineString.intersections` [implementation](https://github.com/mapbox/turf-swift/pull/167#discussion_r743861872). Spatial indexing would provide a performant option...
### Description Adding history reader feature to improve debugging capabilities and to support feature parity between platforms. ### Implementation Implementation is based on NN.HistoryReader which is designed to read `pbf`...
The PR adds `Route.tollCosts` and `RouteOptions.computeTollCost` for requesting and working with toll fees. Marking new properties and types with `:nodoc:` and skipping CHANGELOG update since it is a private API...
Adds parsing 'beta' parameters regarding requesting and receiving route notifications about restrictions violations.
### Checklist - [x] I've read [contribution guidelines](https://github.com/AndriiDoroshko/SnappyShrimp/new/master/.github/CONTRIBUTING.md); - [x] I've tested these updates in the SnappyShrimpExample; - [x] This pull request is complete and ready for review. ### Description...