Difference between revisions of "Geolocation.getThreshold"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 7: | Line 7: | ||
Returns the previously set minimum distance threshold.<br /> | Returns the previously set minimum distance threshold.<br /> | ||
<br /></translate> | <br /></translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
(number) = Geolocation.getThreshold() | (number) = Geolocation.getThreshold() | ||
</source> | </source> |
Revision as of 14:28, 13 July 2023
Available since: Gideros 2012.8
Class: Geolocation
Description
Returns the previously set minimum distance threshold.
<syntaxhighlight lang="lua">
(number) = Geolocation.getThreshold()
</source>
Return values
Returns (number) The previously set minimum distance threshold