trackCameraPosition property

bool trackCameraPosition
final

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

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

Implementation

final bool trackCameraPosition;