Difference between revisions of "Event.LOCATION UPDATE"

From GiderosMobile
Line 14: Line 14:
 
'''accuracy''': (number) <translate>The position accuracy, in meters, if available</translate><br/>
 
'''accuracy''': (number) <translate>The position accuracy, in meters, if available</translate><br/>
 
'''source''': (number) <translate>The source of the position, if available: P for GPS, N for Network,C for cellular, W for Wifi, F for fixed (simulator), O for obfuscated. </translate><br/>
 
'''source''': (number) <translate>The source of the position, if available: P for GPS, N for Network,C for cellular, W for Wifi, F for fixed (simulator), O for obfuscated. </translate><br/>
 +
 +
{{Geolocation}}

Revision as of 21:02, 3 December 2019


Available since: Gideros 2011.6
Value: locationUpdate
Defined by: Geolocation

Description

This event is dispatched on each user location update

Parameters

latitude: (number) The latitude of current user position
longitude: (number) The longitude of current user position
altitude: (number) The possible altitude of user
speed: (number) The possible speed of user in m/s
course: (number) The possible course of user in degrees
accuracy: (number) The position accuracy, in meters, if available
source: (number) The source of the position, if available: P for GPS, N for Network,C for cellular, W for Wifi, F for fixed (simulator), O for obfuscated.