System.Sensors.TCustomLocationSensor.ErrorRadius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorRadius: Double index TProperty.ErrorRadius read GetDoubleProperty;

C++

__property double ErrorRadius = {read=GetDoubleProperty, index=2};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TCustomLocationSensor

Description

Getter for the accuracy radius of the Latitude / Longitude values, in meters.

Platform Support

This property is only supported on Windows.

See Also