Difference between revisions of "Geolocation"
Line 5: | Line 5: | ||
<br /> | <br /> | ||
The `Geolocation` class is used to configure the parameters and dispatching of location and heading related events.<br /> | The `Geolocation` class is used to configure the parameters and dispatching of location and heading related events.<br /> | ||
− | <br /> | + | <br />{|- |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | {|- | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Methods === | === Methods === | ||
Line 44: | Line 23: | ||
| style="width: 50%;"| | | style="width: 50%;"| | ||
=== Events === | === Events === | ||
− | [[Event.ERROR]] | + | [[Event.ERROR]]<br/> |
− | [[Event.HEADING_UPDATE]] | + | [[Event.HEADING_UPDATE]]<br/> |
− | [[Event.LOCATION_UPDATE]] | + | [[Event.LOCATION_UPDATE]]<br/> |
=== Constants === | === Constants === | ||
|} | |} |
Revision as of 09:12, 23 August 2018
Supported platforms: android, ios
Available since: Gideros 2012.8
Description
The `Geolocation` class is used to configure the parameters and dispatching of location and heading related events.
{|-
| style="width: 50%;"|
Methods
Geolocation.getAccuracy - Geolocation - returns the previously set desired accuracy
Geolocation.getThreshold - Geolocation - returns the previously set minimum distance threshold
Geolocation.isAvailable - Geolocation - does this device have the capability to determine current location?
Geolocation.isHeadingAvailable - Geolocation - does this device have the capability to determine heading?
Geolocation.new - Creates new Geolocation instance
Geolocation.setAccuracy - of the location data
Geolocation.setThreshold - threshold
Geolocation:start - Geolocation - starts the generation of updates that report the current location and heading
Geolocation:startUpdatingHeading - Geolocation - starts the generation of updates that report the heading
Geolocation:startUpdatingLocation - Geolocation - starts the generation of updates that report the current location
Geolocation:stop - Geolocation - stops the generation of updates that report the current location and heading
Geolocation:stopUpdatingHeading - Geolocation - stops the generation of updates that report the heading
Geolocation:stopUpdatingLocation - Geolocation - stops the generation of updates that report the current location
| style="width: 50%;"|
Events
Event.ERROR
Event.HEADING_UPDATE
Event.LOCATION_UPDATE
Constants
|}