DEPRECATED-mapbox-ios-sdk icon indicating copy to clipboard operation
DEPRECATED-mapbox-ios-sdk copied to clipboard

User annotation should not be present using `setZoom:atCoordinate:animated:` to coordinate away from actual location

Open wprater opened this issue 11 years ago • 0 comments

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.

wprater avatar Mar 21 '14 17:03 wprater