Fixed
Status Update
Comments
st...@gmail.com <st...@gmail.com> #2
Have to say, I'm astonished to find the markers aren't draggable. Having spent a day getting things set up, it's back to UIWebView and the JS API v3 for me, I'm afraid.
pi...@gmail.com <pi...@gmail.com> #4
using a custom gesture recognizer this isnt that hard to do but it would be cool if the api offered it
ki...@gmail.com <ki...@gmail.com> #5
I am actually using a custom gesture recognizer, thanks Robert Weindl
http://stackoverflow.com/questions/15045687/draggable-marker-with-google-maps-sdk-for-ios
The issue is that it has some performance limitations. Dragging a marker on a map with 100 markers on it gets kind of slow.
The issue is that it has some performance limitations. Dragging a marker on a map with 100 markers on it gets kind of slow.
Description