FSUIPC Client DLL
.NET interface for FSUIPC
PlayerLocationInfo Class Reference

Holds details about the current Airport, Gate, Runway, Helipad and Taxiway the player is currently at/on More...

Properties

FsLatLonPoint Location [get, set]
 The Longitude and Latitude of the player More...
 
bool OnGround [get, set]
 True if the player aircraft is on the ground More...
 
FsAirport Airport [get, set]
 The airport the player is currently at More...
 
FsRunway Runway [get, set]
 The runway the player is currently on More...
 
FsGate Gate [get, set]
 The Gate the player is currently at More...
 
FsTaxiway Taxiway [get, set]
 The Taxiway the player is currently on More...
 
FsTaxiwaySegment TaxiwaySegment [get, set]
 The Taxiway Segment the player is currently on More...
 
FsHelipad Helipad [get, set]
 The Helipad the player is currently on More...
 

Detailed Description

Holds details about the current Airport, Gate, Runway, Helipad and Taxiway the player is currently at/on

Property Documentation

◆ Airport

FsAirport Airport
getset

The airport the player is currently at

◆ Gate

FsGate Gate
getset

The Gate the player is currently at

◆ Helipad

FsHelipad Helipad
getset

The Helipad the player is currently on

◆ Location

FsLatLonPoint Location
getset

The Longitude and Latitude of the player

◆ OnGround

bool OnGround
getset

True if the player aircraft is on the ground

◆ Runway

FsRunway Runway
getset

The runway the player is currently on

◆ Taxiway

FsTaxiway Taxiway
getset

The Taxiway the player is currently on

◆ TaxiwaySegment

FsTaxiwaySegment TaxiwaySegment
getset

The Taxiway Segment the player is currently on