For a project, i'd like to save a part of a map and use it when i'm offline.
I'd like to know if it is possible to save a part of map using Mapsui ?
I already search but I didn't found something good..
If it is just the image of the map you could look at the test file 'MapRendererTests.cs'. It shows how you can save a map extent as an image.
var bitmap = new MapRenderer().RenderToBitmapStream(viewport, map.Layers, map.BackColor);
There is no support for saving the geometries themselves.