| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
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.