Map Tile Caching for Offline Viewing

前端 未结 6 1118
傲寒
傲寒 2020-12-29 03:50

I\'m trying to build an application that will use open source maps from Open Street Maps (though the concept should be applicable to any map provider). The application will

6条回答
  •  独厮守ぢ
    2020-12-29 04:41

    I've seen this done with a custom layer placed over the map. Tiles are then loaded from anywhere you like (IsolatedStorage, online, somehwere else?) into the custom layer.

    Sorry, I don't have any code I can share which demonstrates this at the moment but am currently doing something very similar.

提交回复
热议问题