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
Similar to mapbox/mapbox-gl-native#8022, we should give developers the option to deselect annotations when panning and zooming on the map if they are in a selected state.
Similar to mapbox/mapbox-gl-native#8022, we should give developers the option to deselect annotations when panning and zooming on the map if they are in a selected state.
The solution to this will likely involve adding a new
deselectsAutomatically
property toMGLAnnotationController
that checks if this option is true and then called the appropriate delegate methods accordingly (such as in https://github.com/mapbox/mapbox-annotation-extension/blob/master/MapboxAnnotationExtension/Views/MGLAnnotationLayerView.m#L48).The text was updated successfully, but these errors were encountered: