mapbox-maps-ios icon indicating copy to clipboard operation
mapbox-maps-ios copied to clipboard

Performance issues on older iPads

Open ShanMa1991 opened this issue 3 years ago • 0 comments

Related ticket: https://github.com/mapbox/mapbox-navigation-ios/issues/4003

Steps to reproduce:

  1. Open the Examples App of https://github.com/mapbox/mapbox-maps-ios, build it on simulator iPad (6th generation)
  2. Change the Feature-Location to City Run on the simulator
  3. Choose the Display the user's location from Location 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?

ShanMa1991 avatar Jul 15 '22 17:07 ShanMa1991