marcotrumpet

Results 12 comments of marcotrumpet

> were you able to detect onPanEnd ? I used your repo but still it doesn't recognise it. Other gestures working fine! Tried adding onPanEnd on my local touchable module,...

Hi, any update on this? I saw that Mapbox can accept a Route object. You call mapbox api to create the object and pass it [here](https://github.com/eopeter/flutter_mapbox_navigation/blob/master/android/src/main/kotlin/com/eopeter/flutter_mapbox_navigation/activity/NavigationActivity.kt#L168). Wondering if there is...

@eopeter I just created a PR to handle this https://github.com/eopeter/flutter_mapbox_navigation/pull/213

> When you reach the max and the last WayPoint, can you just add more WayPoints? @marcotrumpet can you reopen the PR? you mean the PR to follow predefined route?...

BTW I removed the PR because, although it's technically possible there are some catches: 1. not totally sure that generate and store directions is permitted by mapbox (it means for...

Thanks a lot for the clarification!

Hi, reopening this for different reasons. The previous issue was regarding using NOP in you native talsecruntime framework (so it's a technique valid for nativa iOS and all other platform...

Awesome! Thank you guys

> I had same situation. Actually I'm using the built in DI for routes but I also have some job runners and those don't have a "api call", just a...

I've the same problem.. the appID is ok, I take it from the facebook developer console and it works on ios. Any ideas?