System.Sensors.TCustomOrientationSensor.HeadingZ

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeadingZ: Double index TProperty.HeadingZ read GetDoubleProperty;

C++

__property double HeadingZ = {read=GetDoubleProperty, index=8};

Properties

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

Description

The Z coordinate of the vector that points to magnetic North, measured in MicroTeslas.

Platform Support

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

See Also