onCameraMoveStarted property
Called when the camera starts moving.
This can be initiated by the following:
- Non-gesture animation initiated in response to user actions. For example: zoom buttons, my location button, or marker clicks.
- Programmatically initiated animation.
- Camera motion initiated in response to user gestures on the map. For example: pan, tilt, pinch to zoom, or rotate.
Implementation
final VoidCallback? onCameraMoveStarted;