TomTom Maps for JavaScript
    Preparing search index...

    Type Alias EventType

    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';