getBoundingBox method
Returns the area for which data is supplied.
@return bounding box of area.
Implementation
@override
Future<BoundingBox> getBoundingBox() {
return Future.value(Projection.BOUNDINGBOX_MAX);
}
Returns the area for which data is supplied.
@return bounding box of area.
@override
Future<BoundingBox> getBoundingBox() {
return Future.value(Projection.BOUNDINGBOX_MAX);
}