Bing Map for Windows phone 8.1 app

北城以北 提交于 2019-12-13 08:34:33

问题


I need to implement a bing map in my Windows Phone 8.1 app coded using C# on Visual Studio 2015.

My question is for authentication of the bing map, can I use a key retrieved from the Bing Maps Portal (https://www.bingmapsportal.com/) or will I have to register in the Windows Dev Center (https://dev.windows.com/overview) which in return will cost me and use a key from there. I have a DreamSpark account if that would help in any way.

I'm posting this because I searched everywhere on the net and within stackoverflow but couldn't find a proper answer to this.

If anyone is aware of this please let me know.

Thanks


回答1:


The maps in Windows Phone 8.1 are not Bing Maps, so you can't use a Bing Maps key. For WP8.1 you have to get a Map service token from the Windows dev center. The map service token has the same free limits as Bing Maps keys, and unless you have a lot of traffic or you are building an internal app (which always requires a license), it shouldn't cost you anything.




回答2:


@rbrundritt Thank you so much for resolving my uncertainty! I managed to get a Map service token from the Windows Dev Center by registering to it using a promo code taken from DreamSpark.



来源:https://stackoverflow.com/questions/35126696/bing-map-for-windows-phone-8-1-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!