Difference between revisions of "Geolocation:stop"
From GiderosMobile
Line 2: | Line 2: | ||
'''Available since:''' Gideros 2012.8<br/> | '''Available since:''' Gideros 2012.8<br/> | ||
=== Description === | === Description === | ||
− | <br /> | + | <translate><br /> |
Stops the generation of updates that report the current location and heading.<br /> | Stops the generation of updates that report the current location and heading.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
Geolocation:stop() | Geolocation:stop() | ||
</source> | </source> |
Revision as of 13:32, 23 August 2018
Available since: Gideros 2012.8
Description
Stops the generation of updates that report the current location and heading.
Geolocation:stop()