RenderinstructionRect constructor
RenderinstructionRect(
- int level
Implementation
RenderinstructionRect(int level) {
this.level = level;
setBitmapPercent(100);
setBitmapMinZoomLevel(MapsforgeSettingsMgr().strokeMinZoomlevelText);
}