System.Sensors.TGpsStatus

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTGpsStatus

Delphi

TGpsStatus = class abstract(TObject)

C++

class PASCALIMPLEMENTATION TGpsStatus : public System::TObject

Properties

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

Description

Offers information about the GPS service.

Supported determines whether the device supports querying the GPS status. Authorized determines whether the application is authorized to use the service.

The Satellites function offers access to the state of each GPS satellites and SatelliteCount returns the number of satellites.

Platform Support

This class is only supported on Windows 7 or later.

See Also