Difference between revisions of "Geolocation:stopUpdatingLocation"
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.<br /> | Stops the generation of updates that report the current location.<br /> | ||
− | <br /> | + | <br /></translate> |
<source lang="lua"> | <source lang="lua"> | ||
Geolocation:stopUpdatingLocation() | Geolocation:stopUpdatingLocation() | ||
</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.
Geolocation:stopUpdatingLocation()