Difference between revisions of "Geolocation.isHeadingAvailable"

From GiderosMobile
(5 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/>
 +
'''<translate>Class</translate>:''' [[Special:MyLanguage/Geolocation|Geolocation]]<br/>
 +
=== <translate>Description</translate> ===
 
<translate><br />
 
<translate><br />
Returns [[true]] if the device has the capability to determine heading, [[false]] otherwise.<br />
+
Returns ''true'' if the device has the capability to determine heading, ''false'' otherwise.<br />
 
<br /></translate>
 
<br /></translate>
 
<source lang="lua">
 
<source lang="lua">
 
(bool) = Geolocation.isHeadingAvailable()
 
(bool) = Geolocation.isHeadingAvailable()
 
</source>
 
</source>
=== Return values ===
+
=== <translate>Return values</translate> ===
'''Returns''' (bool) <translate>[[true]] if heading is available, [[false]] otherwise</translate><br/>
+
'''<translate>Returns</translate>''' (bool) <translate>''true'' if heading is available, ''false'' otherwise</translate><br/>
 +
 
 +
{{Geolocation}}

Revision as of 21:59, 3 December 2019