Property | Type | Description | |
---|---|---|---|
FilteredOut | List |
Method | Description | |
---|---|---|
AltitudeAngelService ( IMessagesService messagesService, IMissionPlanner missionPlanner, |
||
DisconnectAsync ( ) : System.Threading.Tasks.Task | ||
Dispose ( ) : void | ||
ProcessAllFromCache ( IMap map ) : void | ||
ProcessFeatures ( IMap map, IEnumerable |
||
RemoveOverlays ( ) : System.Threading.Tasks.Task | ||
SignInAsync ( ) : System.Threading.Tasks.Task | ||
UpdateMapData ( IMap map ) : System.Threading.Tasks.Task |
Updates a map with the latest ground / air data
|
|
UpdateWeatherData ( GMap.NET.PointLatLng center ) : System.Threading.Tasks.Task |
Update the AA UI with the latest weather
|
Method | Description | |
---|---|---|
CreateClient ( |
||
Dispose ( bool isDisposing ) : void | ||
LoadUserProfile ( ) : System.Threading.Tasks.Task | ||
SignedIn ( bool isSignedIn ) : void | ||
SignedOut ( ) : void | ||
TryConnect ( ) : void |
public AltitudeAngelService ( IMessagesService messagesService, IMissionPlanner missionPlanner, |
||
messagesService | IMessagesService | |
missionPlanner | IMissionPlanner | |
flightDataService | ||
return | System |
public DisconnectAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public ProcessAllFromCache ( IMap map ) : void | ||
map | IMap | |
return | void |
public ProcessFeatures ( IMap map, IEnumerable |
||
map | IMap | |
features | IEnumerable |
|
return | void |
public RemoveOverlays ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public SignInAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public UpdateMapData ( IMap map ) : System.Threading.Tasks.Task | ||
map | IMap | The map to update |
return | System.Threading.Tasks.Task |
public UpdateWeatherData ( GMap.NET.PointLatLng center ) : System.Threading.Tasks.Task | ||
center | GMap.NET.PointLatLng | The point to get weather for |
return | System.Threading.Tasks.Task |