//MobileMapPackage package = await 
           MobileMapPackage.OpenAsync("D:\\base.mmpk");

            // Load the package.
            await package.LoadAsync();

            // Show the first map.
            MyMapView.Map = package.Maps.First();

  很简单,直接看代码吧

相关文章:

  • 2021-11-16
  • 2021-05-13
  • 2021-11-16
  • 2021-05-28
  • 2021-09-13
  • 2021-06-18
  • 2021-04-29
猜你喜欢
  • 2021-10-27
  • 2021-12-25
  • 2021-11-20
  • 2021-12-08
  • 2021-12-27
  • 2021-07-12
  • 2021-12-27
相关资源
相似解决方案