System.Sensors.TCustomLocationSensor.Latitude

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Latitude: Double index TProperty.Latitude read GetDoubleProperty;

C++

__property double Latitude = {read=GetDoubleProperty, index=0};

Properties

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

Description

Getter for the latitude, in degrees.

Positive values represent coordinates north of the equator and negative values represent values south of equator.

See Also