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>") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | '''Available since:''' Gideros 2012.8<br/> | + | <languages /> |
| − | === Description === | + | '''<translate>Available since</translate>:''' Gideros 2012.8<br/> |
| − | Creates new Geolocation instance | + | '''<translate>Class</translate>:''' [[Special:MyLanguage/Geolocation|Geolocation]]<br/> |
| − | < | + | === <translate>Description</translate> === |
| − | + | <translate>Creates new Geolocation instance</translate> | |
| − | </ | + | <syntaxhighlight lang="lua"> |
| + | 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()