onCameraMove property

OnCameraMoveCallback? onCameraMove
final

Called while the camera is moving.

On Android and iOS this only fires if VietmapGL.trackCameraPosition is set to true, since the native side does not report intermediate camera positions otherwise. On web it always fires.

Implementation

final OnCameraMoveCallback? onCameraMove;