You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drawing large polylines is expensive in non native map interfaces, even with polyline culling and simplification.
Calling setState of the sliding modal triggers rebuild of (expensive) elevation graph reducing modal swipe performance
Using native platform maps fixes most performance issues, however, it brings two problems:
Widget info popups are restricted to just text with an old UI without using a somewhat hacky way to render widgets to bitmaps and set them as a marker icon, which comes with its own performance issues, especially if widgets are not static
The text was updated successfully, but these errors were encountered:
Current performance issues:
Drawing large polylines is expensive in non native map interfaces, even with polyline culling and simplification.
Calling setState of the sliding modal triggers rebuild of (expensive) elevation graph reducing modal swipe performance
Using native platform maps fixes most performance issues, however, it brings two problems:
The text was updated successfully, but these errors were encountered: