IPanoramaConnectionArrow

Extends IPanoramaConnection.

Interface describing a connection to another panorama that's rendered as a clickable arrow.

Constructor | Fields | Methods

Constructor

IPanoramaConnectionArrow()

Fields

Name

Type

Description

properties

data.Manager

Additional properties of the panorama connection.

Methods

Name

Returns

Description

getConnectedPanorama()

vow.Promise

Returns the promise object that will be resolved by the connected panorama object or rejected with an error.

Inherited from IPanoramaConnection.

getDirection()

Number[]

Returns the direction to the panorama indicated by the connection from the panorama it belongs to.

getPanorama()

IPanorama

Returns the panorama the connection belongs to.

Fields details

properties

{data.Manager} properties

Additional properties of the panorama connection.

Methods details

getDirection

{Number[]} getDirection()

Returns the direction to the panorama indicated by the connection from the panorama it belongs to.

getPanorama

{IPanorama} getPanorama()

Returns the panorama the connection belongs to.