Hi,
Did you look at the Tiles class? http://www.mapwindow.org/documentation/mapwingis4.9/class_tiles.html
You should be able to cache the data using some of the methods there, like this:
int Prefetch (double minLat, double maxLat, double minLng, double maxLng, int zoom, int ProviderId, IStopExecution stop)
Best Regards
Did you look at the Tiles class? http://www.mapwindow.org/documentation/mapwingis4.9/class_tiles.html
You should be able to cache the data using some of the methods there, like this:
int Prefetch (double minLat, double maxLat, double minLng, double maxLng, int zoom, int ProviderId, IStopExecution stop)
Best Regards