A list of MappedinMaps corresponding to every map that a user's click passed through. These are in order of first to last intersected. Will be empty if no maps were clicked.
Indicates whether the user clicked close to the Blue Dot object on the map, if present. If Blue Dot is disabled, this will always be false.
Optional
paths?: Path[]A list of MappedinPolygons corresponding to every polygon that a user's click passed through. These are in order of first to last intersected. Will be empty if no interactive polygons were clicked.
The latitude / longitude of where the user clicked the map. Both components may be NaN if unable to compute these components.
Information about the Tooltips that a user's click passed through. Will be empty if no Tooltips were clicked.
Information about the FloatingLabels that a user's click passed through. Will be empty if no FloatingLabels were clicked.