Ubuntu Platform API  3.0.0
A library helping with tight integration into the Ubuntu platform
Modules
Here is a list of all modules:
 Functions and types to support application development.
 Functions and types to provide location services to applications.Applications in Ubuntu do not access positioning hardware directly but instead rely on a system-wide location service to be provided with position, heading and velocity updates. An application that wants to receive position, heading or velocity updates needs to start a session with the location service and specify its requirements with the help UALocationServiceRequirementsFlags. After the session has been created, position, heading and velocity updates need to be started by the application for its session. The actual updates are delivered via callbacks. Please note that the location service caches updates as good as possible. That is, if an application is only interested in a single position fix, and a reasonable fix is already known to the service, the information is immediately delivered to the application when the respecitve updates are started
 Functions and types to provide launching files/applications.Applications in Ubuntu can not launch other applications directly. They have to use the url_dispatcher service to open other applications or to open applications that handle a given url
 Functions and types for accessing GPS H/W.