setMapType method

dynamic setMapType(
  1. MapType mapType, {
  2. bool notify = false,
})

Implementation

setMapType(MapType mapType, {bool notify = false}) {
  _mapType = mapType;
  if (notify) notifyListeners();
}