System.Sensors.Components.TLocationSensor.Distance
Delphi
property Distance: TLocationDistance read FDistance write SetDistance;
C++
__property System::Sensors::TLocationDistance Distance = {read=FDistance, write=SetDistance};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | System.Sensors.Components.pas System.Sensors.Components.hpp |
System.Sensors.Components | TLocationSensor |
Description
Minimum distance that the location sensor requires to trigger a location data update.
This property is a wrapper for TCustomLocationSensor.Distance.