v1

latestOpenAPI 3.0.02026-07-243964175.3 KB
tiles

Retrieve a tile from a survey

Retrieves a tile of the specified type for the given survey at the tile coordinate, using Google Maps Tile Coordinates. The survey ID can be obtained from the Coverage API.

get/surveys/{surveyid}/{contentType}/{z}/{x}/{y}.{format}

Path parameters

surveyidstring required

Unique identifier of a survey capture that contains the tile. This ID can be obtained from the Coverage API.

contentTypestring required

The resource type for the requested tile. Available values are: ◾️ Vert - for vertical imagery ◾️ North - for North panorama imagery ◾️ South - for South panorama imagery ◾️ East - for East panorama imagery ◾️ West - for West panorama imagery Other tile types may be available depending on the user's subscription. Note that the tileResourceType values are case sensitive.

zinteger required

The zoom level. Uses the Google Maps Tile Coordinates. Note that the maximum zoom level is available from the Coverage API.

format'tif' | 'jpg' | 'png' | 'jgw' | 'pgw' | 'tfw' required

File format of the resultant raster image.

Query parameters

xinteger

The x position of the tile within the entire requested image. Large requested image are divided into tiles up to 4096x4096 pixels in size. Small integers are used to select which of these tiles to return. When x=0 this gives the leftmost tile, and x increases rightwards. Note x=0 is westernmost in Vert imagery, but is only west for North panoramas. Must be used in conjunction with a y parameter or else it is invalid. It is invalid to specify more than one of bbox or point-and-radius or x-and-y.

yinteger

The y position of the tile within the entire requested image. Large requested image are divided into tiles up to 4096x4096 pixels in size. Small integers are used to select which of these tiles to return. When y=0 this gives the topmost tile, and y increases downwards. Note y=0 is northernmost in Vert imagery, but is only north for North panoramas. Must be used in conjunction with a x parameter or else it is invalid. It is invalid to specify more than one of bbox or point-and-radius or x-and-y.

Response

OK. Tile image in requested format.