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