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
{{ message }}
This repository was archived by the owner on Aug 8, 2023. It is now read-only.
In #4801 we added the ability for application code to provide UIView based representations for annotations. Currently, the annotation views are added as subviews of the map view. This has potential performance implications and is probably the source if issues like this.
We should add a container view similar to MapKit to contain the annotation views and perhaps other containers for other UIView based visuals. This should help reduce the complexity of layering UIView based visuals over the map.
In #4801 we added the ability for application code to provide
UIViewbased representations for annotations. Currently, the annotation views are added as subviews of the map view. This has potential performance implications and is probably the source if issues like this.We should add a container view similar to MapKit to contain the annotation views and perhaps other containers for other UIView based visuals. This should help reduce the complexity of layering UIView based visuals over the map.
MapKit annotation container