Closed shvarevdv closed 5 years ago
BingMapsTileLayer always checks the Bing Maps Imagery Metadata Service for tile URLs. Their terms and conditions do not allow "pure" offline use. You can however directly access the cached image files by local file://
URLs.
Sory, but i don't understand, i must in Maplayers class in Tilesource write way to folder with tiles?
Use a MapTileLayer with a TileSource like
TileSource = new TileSource
{
UriFormat = @"C:\ProgramData\MapControl\TileCache\Bing Maps Road\{z}\{x}\{y}.png"
}
or similar, depending on where you cached files are stored.
Hi, when i offline bingmap not showing images from cache.