System.Sensors.TLocationCoord2D

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TLocationCoord2D = record

C++

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

説明

2 次元地理座標を記述する構造体です。


関連項目