Enum MapInputPriority
Fixed rank order for the single pointer press of a frame; higher wins.
public enum MapInputPriority
Fields
Cluster = 200Cluster expand or collapse.
MapPan = 0Map pan and pinch, the lowest shipped tier.
MarkerDrag = 300Dragging a marker.
ModalTool = 400Modal tool such as measure, the highest shipped tier.
Popup = 100Popup or card that should eat the press instead of the map.
Remarks
Gaps are left so a consumer can slot a tool between two tiers without renumbering the shipped values.