Difference between revisions of "Geolocation.new"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>Creates new Geolocation instance</translate> | <translate>Creates new Geolocation instance</translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
Geolocation.new() | Geolocation.new() | ||
− | </ | + | </syntaxhighlight> |
+ | |||
+ | {{Geolocation}} |
Latest revision as of 14:29, 13 July 2023
Available since: Gideros 2012.8
Class: Geolocation
Description
Creates new Geolocation instance
Geolocation.new()