Difference between revisions of "Geolocation.isHeadingAvailable"

From GiderosMobile
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
'''Available since:''' Gideros 2012.8<br/>
+
<languages />
=== Description ===
+
'''<translate>Available since</translate>:''' Gideros 2012.8<br/>
<br />
+
'''<translate>Class</translate>:''' [[Special:MyLanguage/Geolocation|Geolocation]]<br/>
Returns `true` if the device has the capability to determine heading, `false` otherwise.<br />
+
=== <translate>Description</translate> ===
<br />
+
<translate><br />
 +
Returns ''true'' if the device has the capability to determine heading, ''false'' otherwise.<br />
 +
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(bool) = Geolocation.isHeadingAvailable()
 
(bool) = Geolocation.isHeadingAvailable()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (bool) `true` if heading is available, `false` otherwise<br/>
+
'''<translate>Returns</translate>''' (bool) <translate>''true'' if heading is available, ''false'' otherwise</translate><br/>
 +
 
 +
{{Geolocation}}

Revision as of 20:59, 3 December 2019