Invalid Credentials on MapLocationFinderResult uwp c#

后端 未结 2 2106
渐次进展
渐次进展 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";
    

提交回复
热议问题