On Apr 30, 6:20 am, Neenz <[email protected]> wrote: > Hi, > I had done a application which plots address in google map after > writting addresses to a xml file. My problem is that if user select a > particular district (this is the requirement of the user) may have not > more than 15 addresses to plot. All these addresses are ploted. If I > selected All locations (ie this option have gets the addresses of > all) , its writes all the address to xml file, but all the locations > are not plotted on the map. Cananyone please help to plot all the > values.
There's not really enough information there (where's the link, for a start?) I suspect you are geocoding addresses and fifteen will work, but more than that and you start to get missing points, apparently at random. If that's the case, you mustn't do it that way. You need to retrieve geographic coordinates to plot, not addresses. See http://www.econym.org.uk/gmap/geomulti.htm If you are really writing out an XML file and reading it for each set of addresses requested, you might run into problems on a website with multiple accesses at the same time. Can't tell for sure without a link. 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 -~----------~----~----~----~------~----~------~--~---
