You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't know the MapLibre initiative: sounds great! Bringing a free Android map lib supporting vector tiles is what I was dreaming for osmdroid for years.
You have been able to use MapLibre AND OSMBonusPack in the same project, "as is"?
Thanks for the feedback about RoadLeg.mLength, I will fix that.
About "It would be convenient and easy to make public the Json response": Not enthousiastic. For instance, the response is not necessarily a Json (could be an XML).
I didn't know the MapLibre initiative: sounds great! Bringing a free Android map lib supporting vector tiles is what I was dreaming for osmdroid for years. You have been able to use MapLibre AND OSMBonusPack in the same project, "as is"?
Let's say yes.
I use your library for geocoding and routing service, Mapsforge VTM (vector tiles) for maps and Maplibre for navigation management.
Thanks for the feedback about RoadLeg.mLength, I will fix that.
Perfect
About "It would be convenient and easy to make public the Json response": Not enthousiastic. For instance, the response is not necessarily a Json (could be an XML).
I'm working on converting the response of OSRMRoadManager(Road) to MapLibre(DirectionsRoute).
Everything works perfectly, but some data is missing.
Small mistake to correct
RoadLeg.mLength
return the value inMeter
while in the description of the item it is inKm
.Instead regarding the additional response data, the
Road
class is a bit limited.It would be convenient and easy to make public the Json response.
The text was updated successfully, but these errors were encountered: