Difference between revisions of "Geolocation.new"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
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() | ||
</source> | </source> | ||
{{Geolocation}} | {{Geolocation}} |
Revision as of 14:27, 13 July 2023
Available since: Gideros 2012.8
Class: Geolocation
Description
Creates new Geolocation instance <syntaxhighlight lang="lua">
Geolocation.new()
</source>