[OSRM-talk] OSRM 5.2 Release

2016-06-15 Thread Patrick Niklaus
Hey, we just released OSRM 5.2.2 (yeah 2nd bug fix release..) This release brings a number of big features like route annotation (we expose OSM IDs of the traversed segments when passing `annotations=true`), intersection information for detailed display of turn icons, support for destination

[OSRM-talk] OSRM as native library in Android

2016-06-15 Thread Rafał Wołoszyn
Guys, Is it possible (without a lot of effort) to compile and run OSRM as native library in Android ? Is it even make sense to run it directly on device ? Br, Rafal ___ OSRM-talk mailing list OSRM-talk@openstreetmap.org

Re: [OSRM-talk] OSRM as native library in Android

2016-06-15 Thread Daniel Hofmann
maps.me already uses OSRM on Android (although a somewhat old OSRM version): https://github.com/mapsme/omim So yes, it is possible. That said, OSRM is not a offline-first routing engine. You will notice this in file sizes and memory requirements, among other issues for larger OSM extracts (think

Re: [OSRM-talk] OSRM as native library in Android

2016-06-15 Thread Rafał Wołoszyn
Thanks Daniel for answer. I will look into it. R. Pozdrawiam Wołoszyn Rafał On 15 June 2016 at 15:31, Daniel Hofmann wrote: > maps.me already uses OSRM on Android (although a somewhat old OSRM > version): > > https://github.com/mapsme/omim > > So yes, it is possible. That