Skip to content Skip to sidebar Skip to footer

Markers Change Position With Zoom In/out

I'm using the Google Maps API v2 for Android, and I want to place a couple of markers on the map. I have the code as following @Override public View onCreateView(Layo

Solution 1:

The most likely problem its the image your using as a marker. You must be really carefull that your custom marker points to the same point that the defaults markers or it will not point to the same point once you zoom out enough.

http://i.stack.imgur.com/QekbY.jpg

if you use something like this:

http://i.stack.imgur.com/nTAtP.png

The most likely result will be a lot of distortion(and it get worse the more you zoom out!)

Hope this helps you!

Post a Comment for "Markers Change Position With Zoom In/out"