System.Sensors.TCustomLocationSensor.Longitude

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

Delphi

property Longitude: Double index TProperty.Longitude read GetDoubleProperty;

C++

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

プロパティ

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


説明

経度の取得メソッド(度数)。

正の値はグリニッジ子午線より東の座標を表し、負の値はグリニッジ子午線より西の値を表します。

関連項目