Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

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

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
153 views
Welcome To Ask or Share your Answers For Others

1 Answer

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.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...