Difference between revisions of "Geolocation.isHeadingAvailable"
From GiderosMobile
Line 3: | Line 3: | ||
=== Description === | === Description === | ||
<translate><br /> | <translate><br /> | ||
− | Returns | + | Returns [[true]] if the device has the capability to determine heading, [[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> | + | '''Returns''' (bool) <translate>[[true]] if heading is available, [[false]] otherwise</translate><br/> |