GuidesAPI Reference
API Reference

Retrieves the protocol buffer encoded binary tile.

Retrieves the protocol buffer encoded binary tile.

Path Params
string
enum
required

Specifies the map variants available for the tile. The access to each map is determined by the contract of the user.

  • base - includes base map
  • core - includes everything form base and additional data for some countries (for example: Japan)
Allowed:
string
enum
required

Specifies the tile projection.

  • mc - Mercator Projection
Allowed:
integer
required
0 to 17

Specifies the tile Zoom level. Accepted values range from 0-17.

  • minimum - 0
  • maximum - 17
integer
required
≥ 0

Specifies the X coordinate index. This parameter is dependent upon the tile Zoom level.

  • minimum - 0
  • maximum - 2^z-1 (depends on the Zoom level)
integer
required
≥ 0

Specifies the Y coordinate index. This parameter is dependent upon the tile Zoom level.

  • minimum - 0
  • maximum - 2^z-1 (depends on the Zoom level)
string
enum
required

Specifies the tile format.

  • omv - Optimized Map for Visualization (follows Map Vector Tile open specification)
Allowed:
Query Params
string

Specifies the map version to be used. The map version can be retrieved by querying /info

string
Defaults to default

A comma-separated list of content to include in the tile. The available content identifiers are:

  • default: Default map content.
  • advanced_pois: Advanced Points of interest layer.
  • advanced_roads: Advanced Roads layer.
  • contours: Contours layer.
  • hillshade: Hillshade layer.
  • road_labels: The road_labels layer.
  • transit: Transit layer.
string

Specifies a comma-separated list of layer names to exclude from the resulting map vector tile.
The list must have the following format: (-LAYER_1,-LAYER_2,...), Examples:

  • (-roads) to remove just roads,
  • (-roads,-water,-buildings) to remove roads, water areas and buildings
Headers
string

Specifies an optional entity tag of the resource cached in the client.

string

Request id.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/x-protobuf
*/*
application/json