streetlevel.dataclasses

A linked panorama.

Parameters:
  • pano (Any)

  • direction (float)

direction: float

Angle in radians.

pano: Any

The panorama.

class Size(x, y)

Represents a size.

Parameters:
  • x (int)

  • y (int)

class Tile(x, y, url)

The coordinate and URL of one tile of a tiled panorama.

Parameters:
  • x (int)

  • y (int)

  • url (str)

url: str

URL of the tile.

x: int

X coordinate of the tile.

y: int

Y coordinate of the tile.