PointOfInterestSelectionUpdate

A snapshot of a single change to the set of selected Points of Interest.

Emitted by PointOfInterestManager.selectionUpdates. Each update carries both the full current selection and the delta that produced it, so a consumer can react to what changed (selected / unselected) or read the resulting state (allSelected) without tracking previous values itself.

Properties

Link copied to clipboard

The full set of currently selected POIs after this change.

Link copied to clipboard

The POIs that became selected in this update.

Link copied to clipboard

The POIs that became unselected in this update.