maxZoom property

double? maxZoom
final

The inclusive upper zoom limit used for the resulting fit.

If the zoom level calculated for the fit exceeds the maxZoom value, maxZoom will be used instead.

Defaults to null.

Implementation

final double? maxZoom;