On Sep 10, 1:17 pm, Syam <[email protected]> wrote: > Hi, > > I can store the geo code in database. But my data base is updated > frquently with new adrress, When an user is updating address , I need > to get new geo code according to the new adrress. I am facing problem > in getting gecodinates using ASP. hope this will clear my intention.
Best way for this is not to use HTTP geocoding at all. Do something like http://maps.huge.info/pinpointaddress.htm -- get the user to enter the address, geocode it client-side, have the user verify the location by moving the marker, and then send all the data including the coordinates to the database. 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 -~----------~----~----~----~------~----~------~--~---
