On Mar 20, 12:15 pm, vijju <[email protected]> wrote: > Hi All, > > I have to imlement multiple marking in Google map any body have idea > how to do that. like example I have 15 address of an Town of UK and i > need to mark that onto google map.
Adding markers: http://econym.org.uk/gmap/basic1.htm If you're asking about geocoding fifteen addresses, don't do that in your page. Geocode them all separately first and add the markers at the locations you get. You could put the locations in an XML file and do something like http://econym.org.uk/gmap/basic3.htm Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
