resetMinMaxZoomPreference method
Removes any previously specified upper and lower zoom bounds.
Implementation
Future<void> resetMinMaxZoomPreference() {
return GoogleMapsNavigationPlatform.instance.viewAPI
.resetMinMaxZoomPreference(viewId: _viewId);
}