CameraPositionCallback typedef

CameraPositionCallback = void Function(CameraPosition position)

Callback that receives updates to the camera position.

This callback is triggered when the platform Apple Map registers a camera movement.

This is used in AppleMap.onCameraMove.

Implementation

typedef void CameraPositionCallback(CameraPosition position);