System.Sensors.Components.TLocationSensor.Distance

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

Delphi

property Distance: TLocationDistance read FDistance write SetDistance;

C++

__property double Distance = {read=FDistance, write=SetDistance};

プロパティ

種類 可視性 ソース ユニット
property published
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TLocationSensor


説明

位置センサ位置データの更新をトリガするために必要な最小距離です。

このプロパティは、TCustomLocationSensor.Distance のラッパーです。

関連項目