Difference between revisions of "Geolocation.isHeadingAvailable"

From GiderosMobile
Line 3: Line 3:
 
=== Description ===
 
=== Description ===
 
<translate><br />
 
<translate><br />
Returns [[true]] if the device has the capability to determine heading, [[false]] otherwise.<br />
+
Returns [[Special:MyLanguage/true|true]] if the device has the capability to determine heading, [[Special:MyLanguage/false|false]] otherwise.<br />
 
<br /></translate>
 
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
Line 9: Line 9:
 
</source>
 
</source>
 
=== Return values ===
 
=== Return values ===
'''Returns''' (bool) <translate>[[true]] if heading is available, [[false]] otherwise</translate><br/>
+
'''Returns''' (bool) <translate>[[Special:MyLanguage/true|true]] if heading is available, [[Special:MyLanguage/false|false]] otherwise</translate><br/>

Revision as of 17:35, 23 August 2018

Available since: Gideros 2012.8

Description


Returns true if the device has the capability to determine heading, false otherwise.

(bool) = Geolocation.isHeadingAvailable()

Return values

Returns (bool) true if heading is available, false otherwise