BMFTile constructor
BMFTile({})
BMFTile构造方法
Implementation
BMFTile({
required this.visibleMapBounds,
required this.tileLoadType,
this.maxZoom,
this.minZoom,
this.maxTileTmp,
this.url,
int zIndex = 0,
bool visible = true,
Map? customMap,
}) : super(zIndex: zIndex, visible: visible, customMap: customMap);