setBitmapMinZoomLevel method

void setBitmapMinZoomLevel(
  1. int bitmapMinZoomLevel
)
inherited

Implementation

void setBitmapMinZoomLevel(int bitmapMinZoomLevel) {
  _bitmapMinZoomLevel = bitmapMinZoomLevel;
}