System.Sensors.TCustomLocationSensor.MagneticHeading

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MagneticHeading: Double index TProperty.MagneticHeading read GetDoubleProperty;

C++

__property double MagneticHeading = {read=GetDoubleProperty, index=6};

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 Magnetic North, in degrees.

Platform Support

This property is only supported on iOS and Windows.

See Also