trackCameraPosition property
True if you want to be notified of map camera movements by the GebetaMapController. Default is false.
If this is set to true and the user pans/zooms/rotates the map, GebetaMapController (which is a ChangeNotifier) will notify it's listeners and you can then get the new GebetaMapController.cameraPosition.
Implementation
final bool trackCameraPosition;