resetMinMaxZoomPreference method

Future<void> resetMinMaxZoomPreference()

Removes any previously specified upper and lower zoom bounds.

Implementation

Future<void> resetMinMaxZoomPreference() {
  return GoogleMapsNavigationPlatform.instance.viewAPI
      .resetMinMaxZoomPreference(viewId: _viewId);
}