On Dec 9, 8:43 pm, Chaitra <[email protected]> wrote: > Hi All, > I have problem with geocoding my address since > '.getlocations' is asynchronous. > I want to write a code such that if address is already geocoded, do > not geocode it again, fetch the prviously geocoded address. > How can I do this?
How are you storing the geographic coordinates now? Here is an example that will geocode any addresses in an xml file that don't have coordinates specified, without the coordinates: http://www.geocodezip.com/example_geomulti_bad3_xml.asp and with the coordinates filled in: http://www.geocodezip.com/example_geomulti_bad3_xml.asp?filename=GFCOffice-2_good.xml You have to figure out how to update the data, most people use a database and http geocoding to get the coordinates from the server. -- Larry -- 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.
