IPanoramaMarkerIconSet

Interface describing a set of marker icons.

Constructor | Fields

Constructor

IPanoramaMarkerIconSet()

Fields

Name

Type

Description

default

IPanoramaMarkerIcon

Default state icon.

expanded

IPanoramaMarkerIcon|null

Icon for the "active" marker state. The marker switches to this state when clicked; when clicked again, the marker becomes inactive.

expandedHovered

IPanoramaMarkerIcon|null

Icon for the "active highlighted" state. The marker switches to this state when it is active and the cursor is on it.

hovered

IPanoramaMarkerIcon|null

Icon for the "highlighted" marker state. The marker switches to this state when the cursor is on it.

Fields details

default

{IPanoramaMarkerIcon} default

Default state icon.

expanded

{IPanoramaMarkerIcon|null} expanded

Icon for the "active" marker state. The marker switches to this state when clicked; when clicked again, the marker becomes inactive.

expandedHovered

{IPanoramaMarkerIcon|null} expandedHovered

Icon for the "active highlighted" state. The marker switches to this state when it is active and the cursor is on it.

hovered

{IPanoramaMarkerIcon|null} hovered

Icon for the "highlighted" marker state. The marker switches to this state when the cursor is on it.