getBoundingBoxStatic static method
Implementation
@pragma('vm:entry-point')
static Future<BoundingBox?> getBoundingBoxStatic(
MapfileBoundingBoxRequest request) async {
mapFile ??= await MapFile.from(request.filename, 0, "en");
return mapFile!.getBoundingBox();
}