Difference between revisions of "Geolocation.getThreshold"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === <br /> Returns the previously set minimum distance threshold.<br /> <br /> <source lang="lua"> (number...")
 
Line 6: Line 6:
 
<br />
 
<br />
 
<source lang="lua">
 
<source lang="lua">
(number), = Geolocation.getThreshold()
+
(number) = Geolocation.getThreshold()
 
</source>
 
</source>
 
'''Returns''' (number) The previously set minimum distance threshold<br/>
 
'''Returns''' (number) The previously set minimum distance threshold<br/>

Revision as of 11:20, 23 August 2018

Available since: Gideros 2012.8

Description


Returns the previously set minimum distance threshold.

(number) = Geolocation.getThreshold()

Returns (number) The previously set minimum distance threshold