System.Sensors.Components.TLocationSensor.Accuracy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Accuracy: TLocationAccuracy read FAccuracy write SetAccuracy;

C++

__property double Accuracy = {read=FAccuracy, write=SetAccuracy};

Properties

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

Description

Level of precision (in meters) of the geographic location data provided by the location sensor.

This property is a wrapper for TCustomLocationSensor.Accuracy.

See Also