Difference between revisions of "Geolocation.isHeadingAvailable"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns `true` if the device has the capability to determine heading, `false` otherwise.<br />...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(bool), = Geolocation.isHeadingAvailable()
+
(bool) = Geolocation.isHeadingAvailable()
 
</source>
 
</source>
 
'''Returns''' (bool) `true` if heading is available, `false` otherwise<br/>
 
'''Returns''' (bool) `true` if heading is available, `false` otherwise<br/>

Revision as of 11:17, 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()

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