getMaxZoomPreference method
Returns the maximum zoom level preference from the map view. If maximum zoom preference is not set previously, returns maximum possible zoom level for the current map type.
Implementation
Future<double> getMaxZoomPreference() {
return GoogleMapsNavigationPlatform.instance.viewAPI.getMaxZoomPreference(
viewId: _viewId,
);
}