I am doing map clustering in android google maps v2. I just want to animate the marker from one geopoint to another , so please help me with a way to move marker in google maps.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
There's one example of moving marker in google map v2 demo app .. in the sample of the play library!! I have looked into that!! here the code for moving an marker : -- >
Hope it help every one!! |
|||||||||||||
|
|
Hi I had the same problem, here my post Google Maps Android api v2 and current location you can use remove() method of Marker to delete the old marker with the new one. i hope it's what you need |
|||
|
|
|
You can not move the marker. What you can do is remove the marker from List and then add it again with the new GeoPoint. See: First, you have to remove last overlay from List
After... you add your new Overlay into the List with new geolocation:
I hope I helped. bye |
|||||||||||
|
