DEPRECATED-mapbox-ios-sdk
DEPRECATED-mapbox-ios-sdk copied to clipboard
User annotation should not be present using `setZoom:atCoordinate:animated:` to coordinate away from actual location
The user annotation appears when I setZoom:atCoordinate:animated to a location where its definitely not at. As soon as I zoom out a slight bit, it disappears.
I've set the showsUserLocation to true. I've set the location to a custom location in the simulator. If I use setZoom:atCoordinate:animated to zoom to coordinate where the user annotation should be, it's there. Then if I setZoom:atCoordinate:animated to a location far away, the user annotation stays in the same location until I zoom the map slightly and it'll disappear.