GET map/{versionNumber}/tile/{layer}/{style}/{zoom}/{X}/{Y}.pbf
Operation ID: —
Auth: unknown
Description
The Maps API Vector Service delivers vector tiles, which are representations of square sections of map data.
Parameters (8)
(integer, path, required)
x coordinate of tile on zoom grid
(integer, path, required)
y coordinate of tile on zoom grid
(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.
(string, path, required)
Layer of tile to be rendered
Constraints: {'enum': ['basic', 'hybrid', 'labels']}
(string, path, required)
Style of tile to be rendered
Constraints: {'enum': ['main']}
(integer, path, required)
Version of the service to call. The current version is 1
Constraints: {'enum': [1]}
(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']}
(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.