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.
This bug was most likely fixed in #2322, which will make it into the next release of the Mapbox iOS SDK. In the meantime, please refer to this workaround: #2693 (comment).
Yep it does work. The only thing that still doesn't work is the showAnnotations method, that seems to randomly zoom in somewhere, way too close to earth, not taking into account the annotations at all...
Hi,
I am initialising the map like this:
If I add an annotation directly here in viewDidLoad, like this:
It doesn't appear on the map.
If I use the CLLocationManager, it doesn't appear either.
But if I do:
There is an annotation. It does exist: it just isn't displayed.
What am I missing here? Is this a real bug or an implementation error from my part?
The text was updated successfully, but these errors were encountered: