onMapCreated method
dynamic
onMapCreated(
- GoogleMapController googleMapController
Implementation
onMapCreated(GoogleMapController googleMapController) {
completer.complete(googleMapController);
controller = googleMapController;
getLocation();
LogMessage.d(
"onMapCreated", googleMapController.getVisibleRegion().toString());
}