Hi all!
My current project requires map navigation while the device is disconnected from the internet. The route which will be followed is known, so after login the route with the map has to be downloaded and after that used in places with limited connection. The user will also be able to place markers (pins) on the map. I'm currently trying to implement Open Street Maps using Mapsui and renderers for iOS and Android, but I'm not sure yet if it is the way to go.
Is there any ready solution for this?