Difference between revisions of "Geolocation:stop"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 7: | Line 7: | ||
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 /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
Geolocation:stop() | Geolocation:stop() | ||
</source> | </source> | ||
{{Geolocation}} | {{Geolocation}} |
Revision as of 14:28, 13 July 2023
Available since: Gideros 2012.8
Class: Geolocation
Description
Stops the generation of updates that report the current location and heading.
<syntaxhighlight lang="lua">
Geolocation:stop()
</source>