routing icon indicating copy to clipboard operation
routing copied to clipboard

The routing core of itinero.

Results 116 routing issues
Sort by recently updated
recently updated
newest added

Hello @xivk , I am working on a project that suggests routes based on a street's perceived safety, primarily for women who seek an added assurance of security as they...

Hi, I have just installed Itinero (v1 5.1) and Itinero.IO.Osm (v1 5. 1) on Unity. The API Compatibility Level in this Unity version editor is NET Standard 2.0 The compilation...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Hi, Im doing a project in which I need to find the shortest route, I am doing an solution space in where I put the distance between two points, I...

Hello, I want to calculate route and show the result on map in MAUI App. So I need to calculate the route fast even on mobile phone. To achieve this,...

Occasionally this happens: ``` RouterPoint rp = router.Resolve(profile, new Itinero.LocalGeo.Coordinate((float)cLocation.Latitude, (float)cLocation.Longitude)); System.ArgumentOutOfRangeException: Offset and length were out of bounds for the array or count is greater than the number of...