问题
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