v1
latestOpenAPI 3.0.02026-07-1410024.8 KBCopyrights
Copyrights bounding box
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.
get/map/{versionNumber}/copyrights/{minLon}/{minLat}/{maxLon}/{maxLat}.{format}
Path parameters
versionNumber1 required
Version of the service to call. The current version is 1
format'json' | 'jsonp' | 'xml' required
Format of the response
minLonnumber required
Minimum longitude coordinate of bounding box defined in terms of latitude/longitude.
minLatnumber required
Minimum latitude coordinate of bounding box defined in terms of latitude/longitude.
maxLonnumber required
Maximum longitude coordinate of bounding box defined in terms of latitude/longitude.
maxLatnumber required
Maximum latitude coordinate of bounding box defined in terms of latitude/longitude.
Query parameters
callbackstring
Specifies the jsonp callback method. Only used when format is jsonp.
Response
<b>OK</b>