You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm new with this awesome plugin
I'm facing this problem:
Location on Android studio emulator update marker on app every 30 second when I play route
How to update marker position on map in Realtime when user move Thank you .
The text was updated successfully, but these errors were encountered:
// start receiving user locationawait controller.startLocationUpdating();
// stop receiving user locationawait controller.stopLocationUpdating()
use our `OSMMixinObserver` and call `onLocationChanged` and put your logic to move the map
here is what I got on both Osmixinobserver and internal implementation, Onlocationchanged print Geopoint every 30 second how to make it every 1 sec ? Thank you
I'm new with this awesome plugin
I'm facing this problem:
Location on Android studio emulator update marker on app every 30 second when I play route
How to update marker position on map in Realtime when user move Thank you .
The text was updated successfully, but these errors were encountered: