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 has been archived by the owner on Aug 8, 2023. It is now read-only.
Then I tap on annotations that are within the 'accuracy circle' of the user annotation all delegate calls like mapView(mapView: MGLMapView, annotationCanShowCallout annotation: MGLAnnotation) -> Bool provide me the user annotation instead of the custom annotation of the tapped entity.
Expected behavior
annotation parameter in delegate method is not kind of MGLUserLocation when one of the orange annotations is tapped
Actual behavior
annotation parameter is kind of MGLUserLocation
The text was updated successfully, but these errors were encountered:
Platform:
iOS 9.3
Mapbox SDK version:
Mapbox-iOS-SDK 3.3.1
Steps to trigger behavior
Then I tap on annotations that are within the 'accuracy circle' of the user annotation all delegate calls like
mapView(mapView: MGLMapView, annotationCanShowCallout annotation: MGLAnnotation) -> Bool
provide me the user annotation instead of the custom annotation of the tapped entity.Expected behavior
annotation
parameter in delegate method is not kind ofMGLUserLocation
when one of the orange annotations is tappedActual behavior
annotation
parameter is kind ofMGLUserLocation
The text was updated successfully, but these errors were encountered: