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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top