System.Sensors.TCustomLocationSensor.Latitude
Delphi
property Latitude: Double index TProperty.Latitude read GetDoubleProperty;
C++
__property double Latitude = {read=GetDoubleProperty, index=0};
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | public | System.Sensors.pas System.Sensors.hpp |
System.Sensors | TCustomLocationSensor |
Beschreibung
Getter für die geografische Breite in Grad.
Positive Werte repräsentieren Koordinaten nördlich vom Äquator und negative Werte repräsentieren Koordinaten südlich vom Äquator.