ViewerPOISetPointsAddedEventΒΆ

Class ViewerPOISetPointsAddedEventExperimental

Experimental. May be changed in the future without notice.

Event that is fired when new PointOfInterests are added to an existing set.

Hierarchy (View Summary)

Properties

id: number

The unique ID of the event.

poiIds: number[]

The IDs of the added PointOfInterests.

poiSetId: number

The ID of the set of PointOfInterests that was changed.

properties: PointOfInterest[]

The properties of the added PointOfInterests.

transactionCode?: string

The transaction code associated with the event.

transactionID?: number

The transaction ID associated with the event.

type?: EventType

The type of the event.

viewerId: string

The ID of the viewer in which the set of PointOfInterests was changed.