System.Sensors.TLocationCoord2D

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TLocationCoord2D = record
    Latitude: TLocationDegrees;
    Longitude: TLocationDegrees;
    constructor Create(ALatitude, ALongitude: TLocationDegrees);
  end;

C++

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

Propriétés

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

Description

Structure décrivant les coordonnées 2D géographiques.

Voir aussi