System.Sensors.TLocationCoord2D

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TLocationCoord2D = record

C++

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

Eigenschaften

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

Beschreibung

Struktur, die die geografischen 2D-Koordinaten beschreibt.

Siehe auch