mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +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
@@ -317,6 +317,10 @@ namespace BlackCore
|
||||
//! \threadsafe
|
||||
BlackMisc::Aviation::CAirport getAirportForIcaoDesignator(const QString &icao) const;
|
||||
|
||||
//! Get airport for name of location
|
||||
//! \threadsafe
|
||||
BlackMisc::Aviation::CAirport getAirportForNameOrLocation(const QString &nameOrLocation) const;
|
||||
|
||||
//! Get METARs
|
||||
//! \threadsafe
|
||||
BlackMisc::Weather::CMetarList getMetars() const;
|
||||
|
||||
Reference in New Issue
Block a user