maxNativeZoom property

double maxNativeZoom

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

Implementation

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

Implementation

external set maxNativeZoom(double value);