Reputation: 19
For a Android application that I am making, I am trying to to find the maximum speed for each road using the OpenStreetMap API (OSMdroid).
What is the best way to get the maximum speed from this API?
Thanks in advance!
Upvotes: 1
Views: 670
Reputation: 2069
AFAIK osmdroid just displays the raster map tiles that are offered by various providers. There is no real vector data, so you can't query.
What you can do instead:
So it depends on what you want to do in detail. Just vizualize or more like routing?
Upvotes: 1