Difference between revisions of "Geolocation.new"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2012.8<br/> === Description === Creates new Geolocation instance <source lang="lua"> = Geolocation.new() </source>")
 
Line 4: Line 4:
 
Creates new Geolocation instance
 
Creates new Geolocation instance
 
<source lang="lua">
 
<source lang="lua">
= Geolocation.new()
+
Geolocation.new()
 
</source>
 
</source>

Revision as of 10:17, 23 August 2018

Available since: Gideros 2012.8

Description

Creates new Geolocation instance

 Geolocation.new()