System.Sensors.TCustomLocationSensor.Longitude

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Longitude: Double index TProperty.Longitude read GetDoubleProperty;

C++

__property double Longitude = {read=GetDoubleProperty, index=1};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor

Description

Getter for the longitude, in degrees.

Positive values represent coordinates east of the prime meridian and negative values represent values west of the prime meridian.

See Also