System.Sensors.TCustomLocationSensor.Latitude

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

Delphi

property Latitude: Double index TProperty.Latitude read GetDoubleProperty;

C++

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

プロパティ

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


説明

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

正の値は赤道より北の座標を表し、負の値は赤道より南の値を表します。

関連項目