[OSM-talk] Android program with a custom map style
Tim Teulings
tim at framstag.com
Sun May 6 18:08:34 UTC 2018
Hello Mateusz,
> I am looking for an Android application that has bicycle-focused map
> style available offline.
> I am looking for features like
> - ability to distinguish road based on surface (=sand =dirt =asphalt
> should be easy to distinguish)
> - oneway arrows displayed based also on oneway:bicycle, cycleway=opposite,
> cycleway=opposite_lane tags, not only oneway tag
> - displaying bicycle routes
> - displaying detailed info about ferries across rivers (at least fee,
> opening_hours,
> seasonal and description tags)
>
> I am not expecting that application like this exists and I checked
> https://wiki.openstreetmap.org/wiki/Comparison_of_Android_applications
You can use libosmscout (http://libosmscout.sourceforge.net/), which is
a C++ framework/library for writing application using rendering,
location lookup, routing, which should allow you to do most of the above.
Challenge: C++ under Android can be tricky, if you not use Qt (which is
supported) and it is a framework, so you have to write your own
application based on the libosmscout APIs around it.
--
Gruß...
Tim
More information about the talk
mailing list