Difference between revisions of "Geolocation.isHeadingAvailable"
From GiderosMobile
Line 12: | Line 12: | ||
=== <translate>Return values</translate> === | === <translate>Return values</translate> === | ||
'''<translate>Returns</translate>''' (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 20:59, 3 December 2019
Available since: Gideros 2012.8
Class: Geolocation
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