maxNativeZoom property

int maxNativeZoom
latefinal

Maximum zoom number supported by the tile source has available.

Tiles from above this zoom level will not be displayed, instead tiles at this zoom level will be displayed and scaled.

Most tile servers support up to zoom level 19, which is the default. Otherwise, this should be specified.

Implementation

late final int maxNativeZoom;