> When I zoom out, my marker is moving from position. (you can see that > it starts at the right location, but when you zoom out it will be > outside the loaded kml at a certain momen.
I think you just need to set your icon anchor to something else - icon.iconAnchor = new GPoint(0,0); sets it to top-left corner. As you're using a round target-like image, perhaps you want it set to the centre of the icon. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
