how to get coordinates from street address

前端 未结 3 995
遥遥无期
遥遥无期 2021-01-03 14:02

I\'m working on windows phone 8 app, but i can\'t find, how to get coordinates form address. Problem is, i have my coordiantes, and i need to calculate distance between me

3条回答
  •  Happy的楠姐
    2021-01-03 14:51

    You have several options, the one i have use to accomplish this is using a web service, GOOGLE, BING, YAHOO ect.

    on Bing (Cus is for windows phone) you need a key to access the maps api You can get the key at http://www.microsoft.com/maps/developers/mobile.aspx

    once you have the key you can accese the WP7.1 SDK for BING or if that dont work for you, use the location api on the Rest Service http://msdn.microsoft.com/en-us/library/ff701715.aspx

提交回复
热议问题