Difference between revisions of "Geolocation:stopUpdatingLocation"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Stops the generation of updates that report the current location.<br /> <br /> <source lang="lu...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
= Geolocation:stopUpdatingLocation()
+
Geolocation:stopUpdatingLocation()
 
</source>
 
</source>

Revision as of 11:16, 23 August 2018

Available since: Gideros 2012.8

Description


Stops the generation of updates that report the current location.

 Geolocation:stopUpdatingLocation()