v1

latestOpenAPI 3.0.02026-07-1410024.8 KB
Copyrights

Copyrights tile

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 the a specific map tile.

get/map/{versionNumber}/copyrights/{zoom}/{X}/{Y}.{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

zoom0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 required

Zoom level of tile to be rendered. Only used for tile-level copyright calls.

Xinteger required

X coordinate of the tile on zoom grid. Only used for tile-level copyright calls.

Yinteger required

Y coordinate of the tile on zoom grid. Only used for tile-level copyright calls.

Query parameters

callbackstring

Specifies the jsonp callback method. Only used when format is jsonp.

Response

<b>OK</b>