minNativeZoom property

double minNativeZoom

Minimum zoom number the tile source has available. If it is specified, the tiles on all zoom levels lower than minNativeZoom will be loaded from minNativeZoom level and auto-scaled.

Implementation

external double get minNativeZoom;
void minNativeZoom=(double value)

Implementation

external set minNativeZoom(double value);