Get a street view layer tiles

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

This endpoint returns either the full equirectangular panorama or a cropped square image from a panorama.

To request an image, specify the layer and provide either the uuid of the panorama or a location (but not both).

The size parameter determines the output image size:

If requesting a full panorama: output will be width = 2 × size and height = size.

If requesting a cropped image: output will be a square, width = size, height = size.

Usage:

If you provide a uuid and do not specify heading, the endpoint returns the entire equirectangular panorama. The parameters heading, field-of-view (fov), pitch, and radius are ignored.

If you provide a uuid and specify heading, the endpoint returns a cropped square image based on your heading, fov, and pitch values.

If you provide a location and do not specify heading, the endpoint returns a cropped square image of the nearest panorama image (within the search radius) where heading is automatically calculated so that your location appears at the center of the image (you can still specify fov and pitch).

If you provide both location and heading, the given heading will override the automatically calculated value.

Path Params
string
required

The layer name of a streetview layer.

Query Params
string

The uuid of a streetview asset

string

The latitude and longitude of the location you want the streetview for. The format is: latitude,longitude

int32
Defaults to 4000

The output size of the image in pixels. If you are requesting the whole panorama image, it is the height of the image. But if it is a crop, then it is the height and width.

int32

Indicates the compass heading of the camera; between 0 (indicating North) to 360.

int32
Defaults to 0

Specifies the up or down angle of the camera relative to the image capture pitch.

int32
Defaults to 90

Determines the horizontal and vertical field of view of the image in degrees.

int32
Defaults to 50

Search radius (in meters) around the specified location parameter.

int32
Defaults to 80

Ranging from 0 to 100, controls the amount of compression applied to an image, impacting both file size and visual quality.

string
Headers
string
Defaults to Bearer

Auth0 token

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json