Open
Description
Related ticket: mapbox/mapbox-navigation-ios#4003
Steps to reproduce:
- Open the
Examples
App of https://github.com/mapbox/mapbox-maps-ios, build it on simulatoriPad (6th generation)
- Change the Feature-Location to
City Run
on the simulator - Choose the
Display the user's location
fromLocation
Examples.
We could see the cpu is running around 56% - 65%. It's related with the mapView
rendering with the location update.
According to the comment, is there any way to reduce the redraw of mapView
with the location update?