mapbox-maps-ios
mapbox-maps-ios copied to clipboard
Performance issues on older iPads
Related ticket: https://github.com/mapbox/mapbox-navigation-ios/issues/4003
Steps to reproduce:
- Open the
ExamplesApp of https://github.com/mapbox/mapbox-maps-ios, build it on simulatoriPad (6th generation) - Change the Feature-Location to
City Runon the simulator - Choose the
Display the user's locationfromLocationExamples.
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?