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