mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
Ref T111, allow to search for location in coordinate form
This commit is contained in:
committed by
Mathew Sutcliffe
parent
bb4f0e7a13
commit
ccdfa8e12f
@@ -42,6 +42,10 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
BlackMisc::Aviation::CAirport getAirportForIcaoDesignator(const QString &designator) const;
|
||||
|
||||
//! Get airports for location
|
||||
//! \threadsafe
|
||||
BlackMisc::Aviation::CAirport getAirportForNameOrLocation(const QString &location) const;
|
||||
|
||||
//! Returns a list of all airports in the database.
|
||||
//! \threadsafe
|
||||
int getAirportsCount() const;
|
||||
|
||||
Reference in New Issue
Block a user