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 May 9, 2018. It is now read-only.
I'm not sure if this is a known issue, I've done some searching but can't find much about it.
I've added several RMAnnotations to a map. Each annotation has a custom UIImage RMMarker via the RMMapView delegate call.
When zoomed in at a high level (>16) you can notice the markers wiggling around on the map as you drag. It's the same behaviour with the user location dot. It just jiggles like it's had too much caffeine.
I'm thinking it may be redrawing of the layer as you pan, and the margin of error in the coordinate causing a slight difference in placement on each redraw?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a known issue, I've done some searching but can't find much about it.
I've added several RMAnnotations to a map. Each annotation has a custom UIImage RMMarker via the RMMapView delegate call.
When zoomed in at a high level (>16) you can notice the markers wiggling around on the map as you drag. It's the same behaviour with the user location dot. It just jiggles like it's had too much caffeine.
I'm thinking it may be redrawing of the layer as you pan, and the margin of error in the coordinate causing a slight difference in placement on each redraw?
The text was updated successfully, but these errors were encountered: