Windows Phone 7 Map Control with custom layer in offline mode

前端 未结 6 1254
梦毁少年i
梦毁少年i 2021-01-12 09:42

Hi WP7 mobile passionate developers!

I\'m trying to use the default provided Bing Map control from Windows Phone controls. Specifically I\'m trying to use a custom T

6条回答
  •  太阳男子
    2021-01-12 10:22

    I tried,

    Did you try constructing an absolute file url using the app id as described in this question? Map Tile Caching for Offline Viewing

    Map component is not showing me images, but simple

    Image.Source = new BitmapImage(new Uri("file:///Applications/Install/0277CC52-888B-4593-A28D-4CFF818E81E7/Install/maps/-1040122162.jpg", UriKind.Absolute));

    Is showing image...

提交回复
热议问题