@NonNull open fun boundingBox(bb: BoundingBox!): StaticImage.NotRequiredStep
Overrides RequiredStep.boundingBox
The bounding box of the static map. The usage of boundingBox is mutually exclusive with the usage of center. EPSG:3857 projection is used. (Note that EPSG:3857 is functionally equivalent to EPSG:900913/EPSG:3785) If both center and bounding box are used, the service will return a HTTP 400 Response. One can ask for longitudes on both sides of the 180th meridian. Thus all combinations of minLon and maxLon are valid. Yes.