A collection of samples on using OsmSharp:
- Android.MBTiles: A simple map with an MBTiles file for offline tiles.
- Android.Tiles: A simple map with a regular tile layer.
- Android.Vectors: A simple map with a vector file for offline vector rendering.
- CalculateMatrix: Calculates a distance matrix from a set of coordinates.
- iOS.Tiles: A simple map with a regular tile layer.
- iOS.MBTiles: A simple map with an MBTiles file for offline tiles.
- iOS.Vectors: A simple map with a vector file for offline vector rendering.
- Mono/.NET - Offline Routing: Creates a router from a raw OSM-PBF file and calculates a simple route.
- Mono/.NET - Offline TSP: Creates a router from a raw OSM-PBF file and calculates TSP solutions.
- Mono/.NET - Online TSP: A client that used the routing service to calculate TSP solutions.
- Mono/.NET - Overpass API: A sample that downloads POI's using the Overpass API.
Don't forget to get the submodule containing the test-data:
git submodule init
git submodule update