Contents
Link
Link.direction
Link.pano
Size
Tile
Tile.url
Tile.x
Tile.y
class Link(pano, direction) 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.
A linked panorama.
pano (Any)
direction (float)
Angle in radians.
The panorama.
Represents a size.
x (int)
y (int)
The coordinate and URL of one tile of a tiled panorama.
url (str)
URL of the tile.
X coordinate of the tile.
Y coordinate of the tile.