moiatto

Results 7 comments of moiatto

> 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...

> We use the the onMilestoneEvent in the [Kurviger App](https://play.google.com/store/apps/details?id=com.kurviger.app), there is an arrival milestone, milestones are triggered for Banner Instructions (IIRC). I tried a lot but without success. Can...

Sure...if I can make it! I need to understand the minimum data needed to make navigation work and then add the extras.

> Your code does not look correct. You will need a lot more data in the RouteLeg, you need to build Steps, Maneuvers, Instructions, etc. > > I would recommend...

Add these dependencies in build.gradle: ``` // OSMdroid (for Geocoding & Routing features) implementation 'org.osmdroid:osmdroid-android:6.1.14' // OSMdroid https://github.com/osmdroid/osmdroid implementation 'com.github.MKergall:osmbonuspack:6.9.0' // OSMBonusPack https://github.com/MKergall/osmbonuspack ``` declare as global: ``` private DirectionsRoute...