API:System.Sensors.TLocationCoord2D

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TLocationCoord2D = record
    Latitude: TLocationDegrees;
    Longitude: TLocationDegrees;
    constructor Create(ALatitude, ALongitude: TLocationDegrees);
  end;

C++

struct DECLSPEC_DRECORD TLocationCoord2D
{
public:
    double Latitude;
    double Longitude;
    __fastcall TLocationCoord2D(double ALatitude, double ALongitude);
    TLocationCoord2D() {}
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.