System.Sensors.TCustomOrientationSensor.HeadingY

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HeadingY: Double index TProperty.HeadingY read GetDoubleProperty;

C++

__property double HeadingY = {read=GetDoubleProperty, index=7};

Properties

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

Description

The Y 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