Difference between revisions of "Geolocation.isHeadingAvailable"

From GiderosMobile
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.8<br/>
+
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
=== Description ===
+
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
 
Returns [[Special:MyLanguage/true|true]] if the device has the capability to determine heading, [[Special:MyLanguage/false|false]] otherwise.<br />
 
Returns [[Special:MyLanguage/true|true]] if the device has the capability to determine heading, [[Special:MyLanguage/false|false]] otherwise.<br />
Line 8: Line 8:
 
(bool) = Geolocation.isHeadingAvailable()
 
(bool) = Geolocation.isHeadingAvailable()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (bool) <translate>[[Special:MyLanguage/true|true]] if heading is available, [[Special:MyLanguage/false|false]] otherwise</translate><br/>
+
'''<translate>Returns</translate>''' (bool) <translate>[[Special:MyLanguage/true|true]] if heading is available, [[Special:MyLanguage/false|false]] otherwise</translate><br/>

Revision as of 07:27, 24 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