Closed vargab95 closed 10 months ago
Same problem.
Also I found that onMapIsReady
has never been invoked with true. So it may be linked with that problem
+1
+1
+1
+1, really need this.. thanks!
+2!
we published new version contain fix thnx for @vargab95 for the fix
the new version 0.70.4
in future versions we will support external userLocationHandler where you can manage it from your app directly or use any plugin/package for that
check our latest version : 1.0.0-dev.1
Thanks for the fix! It works fine with 1.0.0-dev.3. The above example prints "calling mylocation" closely followed by the location data as it was expected.
I implemented the following simple app to play around with osm_flutter. However, my attempt has failed. My idea was to open the map, get the user's location, go to that location and zoom in. I tested it with an android emulator and on a real phone as well and in both cases, I see only the "calling mylocation" message and it does not print the position even after minutes. Maybe I'm doing something wrong. The version is 0.70.3.