System.Sensors.Components.TLocationSensor.LocationChange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LocationChange: TLocationChangeType read FLocationChange  write SetLocationChange default TLocationChangeType.lctSmall;

C++

__property System::Sensors::TLocationChangeType LocationChange = {read=FLocationChange, write=SetLocationChange, default=0};

Properties

Type Visibility Source Unit Parent
property published
System.Sensors.Components.pas
System.Sensors.Components.hpp
System.Sensors.Components TLocationSensor

Description

Magnitude of a location change that makes the location sensor trigger location data updates.

This property is a wrapper for TCustomLocationSensor.LocationChange.

See Also