System.Sensors.Components.TLocationSensor.Distance

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Distance: TLocationDistance read FDistance write SetDistance;

C++

__property double 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.

See Also