Lorenzo

Results 5 comments of Lorenzo

I'm having the same issue but only on Android, iOS is working fine. The error occurs on both a physical and virtual Android device, turning on the location of the...

@TomasWeg This seems to be an Android specific problem and not so much related to the token though I might be wrong. In the documentation they mention the offline routes...

Anyone managed to figure out the problem yet? So far I figured out that the error occurs in the ```FlutterMapViewFactory.kt``` in the method ```getRoute``` -> ```RouteOptions.builder()```. As mentioned by @TomasWeg...

@ngjunya I have the same issue with the embedded view not working, however, the error message you're getting is the pulsing effect on the location marker. For debugging I cloned...

(Using postgres as well) We've found that if you don't await the update/create call in the `afterChange` hook, it seems to work as intended. However, this could indicate a timing...