GET /map/{versionNumber}/tile/{layer}/{style}/{zoom}/{X}/{Y}.pbf

tomtom.com:maps

Summary: Tile
Operation ID:
Auth: unknown
Description

The Maps API Vector Service delivers vector tiles, which are representations of square sections of map data.

Parameters (8)

X (integer, path, required)

x coordinate of tile on zoom grid

Y (integer, path, required)

y coordinate of tile on zoom grid

language (string, query, optional, default: NGT)

Language to be used for labels in the response. The default is NGT: Neutral Ground Truth, which uses each place's local official language and script (where available). See the <a href="/maps-api/maps-api-documentation-vector/tile">documentation</a> for a full list of options.

layer (string, path, required)

Layer of tile to be rendered

Constraints: {'enum': ['basic', 'hybrid', 'labels']}

style (string, path, required)

Style of tile to be rendered

Constraints: {'enum': ['main']}

versionNumber (integer, path, required)

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

Constraints: {'enum': [1]}

view (string, query, optional)

Geopolitical view. Determines rendering of disputed areas. See the <a href="/maps-api/maps-api-documentation-vector/tile">documentation</a> for an explanation of how this works in live services.

Constraints: {'enum': ['Unified', 'IL', 'IN']}

zoom (integer, path, required)

Zoom level of tile to be rendered

Constraints: {'enum': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]}

No probe data for this endpoint yet.