Hi Andrew, Thanks for the help. I am facing problem in XML mainpulation in ASP. Anyway thanks for all the suggestions. I will use both the method ( server side and client side geocoding) . I will use client side geo coding for new addresses and old address in the database I will use server side geo coding.
Thanks agian. Regards, SyamRanjith On Sep 10, 5:35 pm, Andrew Leach <[email protected]> wrote: > On Sep10,1:29pm, Syam <[email protected]> wrote: > > > > > This is good option, But I need to make a KML file. for creating Geo > > sitemap. > > So I need to get the geo cordinates throug ASP. > > No you don't. Have the user find the coordinates and pass them back to > the server along with the new address. When you update your database > with the new address and the coordinates, you already have the geo > coordinates to create the KML. You don't need server-side geocoding at > all, and you are practically guaranteed to have accurate coordinates, > which may not be the case if you rely entirely on the geocoder. > > However, if you insist on doing things server-side, it's just a > question of writing ASP code to do that. You need to issue an HTTP > request, get [say] an XML response and then parse it. Server-side code > is outside the scope of this group, but the data structures are > athttp://code.google.com/apis/maps/documentation/geocoding/index.html > and there is more information > athttp://www.google.com/search?q=HTTP+request+ASP > andhttp://www.google.com/search?q=parse+XML+ASP > > 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 -~----------~----~----~----~------~----~------~--~---
