System.Sensors.TLocationChangeType
Delphi
TLocationChangeType = (lctSmall, lctLarge);
C++
enum class DECLSPEC_DENUM TLocationChangeType : unsigned char { lctSmall, lctLarge };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | System.Sensors.pas System.Sensors.hpp |
System.Sensors | System.Sensors |
Description
Type to specify the level of accuracy of the location data updates provided by the location sensor.
Valid values are:
lctLarge
indicates that location changes must be significant to trigger a location data update.lctSmall
indicates that location data updates must be triggered by any detected location change, even if it is a small, insignificant change.