System.Sensors.TLocationCoord2D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLocationCoord2D = record

C++

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

Properties

Type Visibility Source Unit Parent
record
struct
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Structure describing the geographical 2D coordinates.

See Also