freesmartphone.org Framework DBus Interface Specification
org.freesmartphone.Location
Description
The Location interface allows access to position updates, region monitoring, and region alarms.
Namespace
org.freesmartphone.Location
Methods
Signals
Errors
None
Methods
Description: Get the last location information, if available.
Returns
a{sv}: locationThe location information. See Update for valid key/value pairs.
Signals
Description: Sent, when the location has been changed.
Parameters
a{sv}: locationThe location information. Expected key/value pairs are:
- "longitude": double - longitude in degrees,
- "latitude": double - latitude in degrees,
- "altitude": int - height in meters,
- "speed": uint - speed in meters/second,
- "course: uint - course value in degrees, starting at due notrh, contiuning clockwise around the compass. Thus, north is 0 degrees, east is 90 degrees, etc.
- "horizontalAccuracy": uint - radius of uncertainty for the location in meters,
- "verticalAccuracy": uint - accuracy of altitude in meters,
- "description": string - textual description of location,
- "timestamp": int - seconds since epoch indicating when the location has been acquired.
| Specified 2008-2009 by the Freesmartphone.org team. | Join us and discuss further drafts smartphones-standards (at) linuxtogo (dot) org