geoview-core
    Preparing search index...

    Type Alias QueryEndedEvent

    Define an event for the delegate

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

    Properties

    coordinate: Coordinate
    resultSet: TypeResultSet