On Jan 9, 12:39 pm, weidc <[email protected]> wrote: > > at the moment i got a map with like 100+ marker. i wrote them all in > a .xml document with lat / lng. so if i want to add a new marker i > have to look up where exactly it have to be. > i wonder if there is an easyer why. > > so my question: > > can i for example just use the adress where the marker have to be at > to get all these 100+ marker on the map?
You *can* do that, but it would cause problems. See http://econym.org.uk/gmap/geomulti.htm It's *much* better to do what you're doing now: geocode each address yourself rather than get each client to do it. 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 -~----------~----~----~----~------~----~------~--~---
