Table of Contents

Enum MapInputPriority

Namespace
LansMap.Core.Control

Fixed rank order for the single pointer press of a frame; higher wins.

public enum MapInputPriority

Fields

Cluster = 200

Cluster expand or collapse.

MapPan = 0

Map pan and pinch, the lowest shipped tier.

MarkerDrag = 300

Dragging a marker.

ModalTool = 400

Modal tool such as measure, the highest shipped tier.

Popup = 100

Popup 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.