minNativeZoom property

int minNativeZoom
latefinal

Minimum zoom level supported by the tile source

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

This should usually be 0 (as default), as most tile sources will support zoom levels onwards from this.

Implementation

late final int minNativeZoom;