Type of user event supported by the SDK beyond basic MapLibre support.
The SDK extends MapLibre's basic event handling with additional event types that are commonly needed for interactive map features.
const eventType: EventType = 'click';const hoverEvent: EventType = 'long-hover'; Copy
const eventType: EventType = 'click';const hoverEvent: EventType = 'long-hover';
Type of user event supported by the SDK beyond basic MapLibre support.