onCameraMoveStarted property

VoidCallback? onCameraMoveStarted
final

Called when the camera starts moving.

This can be initiated by the following:

  1. Non-gesture animation initiated in response to user actions. For example: zoom buttons, my location button, or marker clicks.
  2. Programmatically initiated animation.
  3. Camera motion initiated in response to user gestures on the map. For example: pan, tilt, pinch to zoom, or rotate.

Implementation

final VoidCallback? onCameraMoveStarted;