RenderGetCopyrightFromBoundingBoxQueryParamProperties interface
Properties
| maxcoordinates | Maximum coordinates (north-east point) of bounding box in latitude longitude coordinate system. E.g. 52.41064,4.84228 |
| mincoordinates | Minimum coordinates (south-west point) of bounding box in latitude longitude coordinate system. E.g. 52.41064,4.84228 |
| text | Yes/no value to exclude textual data from response. Only images and country/region names will be in response. |
Property Details
maxcoordinates
Maximum coordinates (north-east point) of bounding box in latitude longitude coordinate system. E.g. 52.41064,4.84228
maxcoordinates: number[]
Property Value
number[]
mincoordinates
Minimum coordinates (south-west point) of bounding box in latitude longitude coordinate system. E.g. 52.41064,4.84228
mincoordinates: number[]
Property Value
number[]
text
Yes/no value to exclude textual data from response. Only images and country/region names will be in response.
text?: "yes" | "no"
Property Value
"yes" | "no"