Instead of creating a new marker each time, you can recycle a single marker by moving it to the clicked point.
marker.setLatLng(clickPoint); If the marker is draggable, it gives even better user interface. The initial location of the marker can be for instance South Pole. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
