geoview-core - v2.3.0
    Preparing search index...

    Interface QueryEndedEvent

    Define an event for the delegate

    interface QueryEndedEvent {
        coordinate: Coordinate;
        resultSet: TypeResultSet;
    }
    Index
    coordinate: Coordinate
    resultSet: TypeResultSet