geoview-core
    Preparing search index...

    Type Alias QueryEndedEvent

    Define an event for the delegate

    type QueryEndedEvent = {
        coordinate: Coordinate;
        eventType: EventType;
        resultSet: TypeResultSet;
    }
    Index

    Properties

    coordinate: Coordinate
    eventType: EventType
    resultSet: TypeResultSet