I hooked up fusedLocationClient to cameraPositionState to keep current location regularly updated. I have some logic related to the isMoving flag. However I noticed that this flag is constantly toggling.
Could we expose OnCameraMoveStartedListener so I can check the reason as a flag instead? https://developers.google.com/android/reference/com/google/android/gms/maps/GoogleMap.OnCameraMoveStartedListener
This is currently not exposed. Thanks <3!
I hooked up fusedLocationClient to cameraPositionState to keep current location regularly updated. I have some logic related to the
isMovingflag. However I noticed that this flag is constantly toggling.Could we expose OnCameraMoveStartedListener so I can check the reason as a flag instead? https://developers.google.com/android/reference/com/google/android/gms/maps/GoogleMap.OnCameraMoveStartedListener
This is currently not exposed. Thanks <3!