RenderinstructionIcon constructor
RenderinstructionIcon(
- int level
Creates a new icon rendering instruction for the specified drawing level.
Initializes bitmap settings with full size rendering and appropriate minimum zoom level for text-related icons.
level The drawing level (layer) for this icon instruction
Implementation
RenderinstructionIcon(int level) {
this.level = level;
setBitmapPercent(100);
setBitmapMinZoomLevel(MapsforgeSettingsMgr().strokeMinZoomlevelText);
}