System.Sensors.TLocationSensorType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TLocationSensorType = (GPS, Static, Lookup, Triangulation, Broadcast, DeadReckoning, Other);

C++

enum class DECLSPEC_DENUM TLocationSensorType : unsigned char { GPS, Static, Lookup, Triangulation, Broadcast, DeadReckoning, Other };

Properties

Type Visibility Source Unit Parent
enum public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Type that defines the type of sensor of a TCustomLocationSensor.

Instances of this type may have any of the following values:

Item Description

GPS

Global positioning system sensor.

Static

Fixed-location sensor.

For example, a sensor that uses information manually provided by the user.

Lookup

Lookup sensor.

For example, a sensor that uses the IP address of the user to determine the user location.

Triangulation

Triangulation sensor.

For example, a sensor that calculates the user location based on the proximity of cellular phone towers.

Broadcast

Sensor that uses transmissions such as television or radio frequencies to determine the user location.

DeadReckoning

Dead-reckoning sensor that first calculates the current location and then uses motion data to determine changes in the user location.

Other

Other location sensor.

See Also