GET map/{versionNumber}/copyrights/{minLon}/{minLat}/{maxLon}/{maxLat}.{format}

tomtom.com:maps

Summary: Copyrights bounding box
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)

callback (string, query, optional)

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

format (string, path, required, default: xml)

Format of the response

Constraints: {'enum': ['json', 'jsonp', 'xml']}

maxLat (number, path, required)

Maximum latitude coordinate of bounding box defined in terms of latitude/longitude.

maxLon (number, path, required)

Maximum longitude coordinate of bounding box defined in terms of latitude/longitude.

minLat (number, path, required)

Minimum latitude coordinate of bounding box defined in terms of latitude/longitude.

minLon (number, path, required)

Minimum longitude coordinate of bounding box defined in terms of latitude/longitude.

versionNumber (integer, path, required)

Version of the service to call. The current version is 1

Constraints: {'enum': [1]}

No probe data for this endpoint yet.