location_updated


Description:

public signal void location_updated (double latitude, double longitude, double altitude, double accuracy, double speed, double heading, string description, int64 timestamp_s, int64 timestamp_ms)

Emitted when location monitoring is enabled and the location changes.

Parameters:

latitude

the latitude, in degrees

longitude

the longitude, in degrees

altitude

the altitude, in meters

accuracy

the accuracy, in meters

speed

the speed, in meters per second

heading

the heading, in degrees

description

the description

timestamp_s

the timestamp seconds since the Unix epoch

timestamp_ms

the microseconds fraction of the timestamp