v1

latestOpenAPI 3.0.02026-07-1410024.8 KB
Vector

Tile

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

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

Path parameters

versionNumber1 required

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

layer'basic' | 'hybrid' | 'labels' required

Layer of tile to be rendered

style'main' required

Style of tile to be rendered

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

Zoom level of tile to be rendered

Xinteger required

x coordinate of tile on zoom grid

Yinteger required

y coordinate of tile on zoom grid

Query parameters

view'Unified' | 'IL' | 'IN'

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.

languagestring

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.

Response

<b>OK</b>