WebService\JS

  • Thread starter Thread starter gh
  • Start date Start date
G

gh

I am designing a web service in asp.net. What I would like to do is
have a function that has an address past into it. Then have the
function call google to get the lat\lon for the address and pass it back
to the ASP.NET or WinForm app. I am not sure where I put the
javascript, to call the geocode function, in the web service, and how to
get the lat\lon from the js result, to send back to the application.

TIA
 
gh said:
I am designing a web service in asp.net. What I would like to do is
have a function that has an address past into it. Then have the
function call google to get the lat\lon for the address and pass it back
to the ASP.NET or WinForm app. I am not sure where I put the
javascript, to call the geocode function, in the web service, and how to
get the lat\lon from the js result, to send back to the application.

TIA

http://blog.donnfelker.com/2007/03/13/CGoogleGeocodeLatitudeAndLongitudeClass.aspx

HTH,
Petar Atanasov
http://a-wake.net
 
Back
Top