Results 69 comments of Luis

I'm having the same problem only on Android... it seems a simple `NullPointerException` here my logcat: ```bash [ +96 ms] E/AndroidRuntime(27237): FATAL EXCEPTION: main [ ] E/AndroidRuntime(27237): Process: com.myapp, PID:...

I think I've found the cause *(at least in my case)*, it has something to do with `simulateRoute: true`, because I set it to false and now app doesn't crash.

In fact there are some other features that doesn't work either like **longPressDestinationEnabled, zoom, tilt, bearing**... It would be great if documentation explains each feature and wether is supported or...

Nope. The issue I refer here is on v0.12.0, and I see there is v0.14.0 currently available. I don't know if this has been fixed in latest version.

This is a duplicate of [issue 62](https://github.com/eopeter/flutter_mapbox_navigation/issues/62) [Here](https://github.com/eopeter/flutter_mapbox_navigation/issues/62#issuecomment-685203144) there is a fix

1. The intersects function does work, in fact the example query posted in the issue returns 18 rows. 2. "umlaut" ??? don't understand what you mean??? if you are referring...

What I need to do is a geocoding search using spatialite, that's why I need the intersection function, I made a small spatialite database for testing purposes, cause my app...

I checked and the Spatialite version is the same, the GEOS version it is different, it is the v3.5.0 different to the v3.4.2 included in the lib... But i don't...

Ok thanks, I will be aware.