trackCameraPosition property

bool trackCameraPosition
final

True if you want to be notified of map camera movements by the MapboxMapController. Default is false.

If this is set to true and the user pans/zooms/rotates the map, MapboxMapController (which is a ChangeNotifier) will notify it's listeners and you can then get the new MapboxMapController.cameraPosition.

Implementation

final bool trackCameraPosition;