IPanoramaConnectionMarker

Extends IPanoramaConnection, IPanoramaMarker.

Interface that describes panorama connections.

Constructor | Fields | Methods

Constructor

IPanoramaConnectionMarker()

Fields

Name

Type

Description

properties

data.Manager

Additional marker properties.

Inherited from IPanoramaMarker.

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.

getIconSet()

vow.Promise

Returns a promise object that will be resolved by an object that implements the interface IPanoramaMarkerIconSet and contains images for all the marker states.

Inherited from IPanoramaMarker.

getPanorama()

IPanorama

Returns the panorama the marker belongs to.

Inherited from IPanoramaMarker.

getPosition()

Number[]

Returns the marker's position in the coordinate system of the panorama that the graph containing the node belongs to. Set in the format [lon, lat, height], [lat, lon, height] or [x, y, height] depending on the coordinate system and order. height – the height of the marker in meters, set relative to the same level as the height of the panorama.

Inherited from IPanoramaMarker.

In this article: