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.
The text was updated successfully, but these errors were encountered:
andrewstay
changed the title
[iOS]Missing markers after addAnnotations/removeAnnotations is called
[iOS]Missing markers after removeAnnotations/addAnnotations is called
Dec 8, 2016
Also, thanks so much @andrewstay for the detailed description and attaching the repro app. That was very helpful! Beta 5 is available so please test again with that version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
annotationsAnnotations on iOS and macOS or markers on AndroidbugiOSMapbox Maps SDK for iOS
**Platform:**iOS
Mapbox SDK version: ios-v3.4.0-beta.4
Steps to trigger behavior
-[MGLMapViewDelegate mapView:viewForAnnotation:]
[self.mapView removeAnnotations:self.mapView.annotations];
[self.mapView addAnnotations:annotations];
Expected behavior
All newly added annotations which fit the visible coordinates should be displayed.
Actual behavior
The annotations which are located close the the edge of the visible bounds are not displayed. Only few annotations are visible in the map.
Please review the video and the test application attached.
Please read "readme.txt" for details on how to run the test application.
TestMapbox.zip
https://www.dropbox.com/s/gnka3kf89bw0rup/AnnotationsIssue.mov?dl=0
The text was updated successfully, but these errors were encountered: