MauiOSM
This project was made with this following tools:
- Mapsui a C# map component that can be used to access OpenStreetMap tile services throught BruTile.
- Itinero a routing project for . NET/Mono to calculate routes in a road network
This sample is configured to generate routes for Portugal. If you want to do it with another country, you need to change the ".routerdb" file in the "Itinero.API/data" folder as indicated in the Itinero project documentation.
Make sure the Itinero.API is running to test the routes in the Maui application.
Enjoy!!!