GET map/{versionNumber}/copyrights/{minLon}/{minLat}/{maxLon}/{maxLat}.{format}
Operation ID: —
Auth: unknown
Description
The Copyrights API returns copyright information for the Maps API Raster Tile Service in JSON, JSONP, or XML format. This call returns copyright information for a specific bounding box.
Parameters (7)
(string, query, optional)
Specifies the jsonp callback method. Only used when format is jsonp.
(string, path, required, default: xml)
Format of the response
Constraints: {'enum': ['json', 'jsonp', 'xml']}
(number, path, required)
Maximum latitude coordinate of bounding box defined in terms of latitude/longitude.
(number, path, required)
Maximum longitude coordinate of bounding box defined in terms of latitude/longitude.
(number, path, required)
Minimum latitude coordinate of bounding box defined in terms of latitude/longitude.
(number, path, required)
Minimum longitude coordinate of bounding box defined in terms of latitude/longitude.
(integer, path, required)
Version of the service to call. The current version is 1
Constraints: {'enum': [1]}
No probe data for this endpoint yet.