Bind deck.gl picking results to the shared exploration selection slice.
Call the returned handler from a deck.glonClick/onHover callback with
projection.selectionForPick(info.index) when info.index >= 0, or with
undefined when nothing is under the pointer (deck.gl's info.index === -1) to clear the selection.
Bind deck.gl picking results to the shared exploration selection slice. Call the returned handler from a deck.gl
onClick/onHovercallback withprojection.selectionForPick(info.index)wheninfo.index >= 0, or withundefinedwhen nothing is under the pointer (deck.gl'sinfo.index === -1) to clear the selection.