using the bing map API, can I make a server-side call and get lat/long for a given city?
Posted
by Blankman
on Stack Overflow
See other posts from Stack Overflow
or by Blankman
Published on 2010-05-14T19:50:53Z
Indexed on
2010/05/14
19:54 UTC
Read the original article
Hit count: 490
using the bing map API, can I make a server-side call and get lat/long for a given city?
I can do it on the client side using JavaScript, but I need something more robust in this case and want to use the server side.
© Stack Overflow or respective owner