Invalid Credentials on MapLocationFinderResult uwp c#

后端 未结 2 2097
渐次进展
渐次进展 2021-01-26 12:47

I am having a strange problem with the use of MapLocationFinder.

I am using MapLocationFinder to retrieve longitude and latitude based on string address:



        
相关标签:
2条回答
  • 2021-01-26 13:10

    Go to https://www.bingmapsportal.com and create a key. Then add it to your app.

    MapService.ServiceToken = "MyKey";
    
    0 讨论(0)
  • 2021-01-26 13:26

    It looks like from some recent time Microsoft requires you to get the key from the Bing Maps Developers Center to use this functionality. See, the instructions: https://docs.microsoft.com/en-us/windows/uwp/maps-and-location/authentication-key

    0 讨论(0)
提交回复
热议问题