iphoneStopTrackingHeading

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
iphoneStopTrackingHeading
Summary

Stops tracking the heading of the device.

Introduced4.6.1
OSios
Platformsmobile
Example
iphoneStopTrackingHeading
if tTrackingOn is "false" then
   iphoneStopTrackingHeading
end if
RelatedCommand: iphoneSetHeadingCalibrationTimeout, iphoneStartTrackingHeading
Function: mobileCanTrackHeading, mobileCanTrackLocation, mobileCurrentHeading, iphoneHeadingCalibrationTimeout
Message: trackingError, headingChanged
Description

Use the iphoneStopTrackingHeading command to stop tracking the current heading of the device.

The iphoneStopTrackingHeading command stops tracking the heading of the device using the digital compass.

Note: The digital compass is only supported in iOS 4.0 and later.