System.Sensors.TCustomLocationSensor.TrueHeading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TrueHeading: Double index TProperty.TrueHeading read GetDoubleProperty;

C++

__property double TrueHeading = {read=GetDoubleProperty, index=5};

Properties

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

Description

Getter for the heading relative to the True North, in degrees.

Platform Support

This property is only supported on Android, iOS and Windows.

See Also