#include <ubuntu/visibility.h>
#include <ubuntu/application/location/controller.h>
#include <ubuntu/application/location/session.h>
Go to the source code of this file.
Typedefs | |
typedef UbuntuApplicationLocationServiceRequirement | UALocationServiceRequirement |
typedef unsigned int | UALocationServiceRequirementsFlags |
Bitfield type for summarizing an application's requirements. More... | |
typedef UbuntuApplicationLocationServiceError | UALocationServiceError |
Enumerations | |
enum | UbuntuApplicationLocationServiceRequirement { UA_LOCATION_SERVICE_REQUIRE_ALTITUDE = 1 << 0, UA_LOCATION_SERVICE_REQUIRE_HEADING = 1 << 1, UA_LOCATION_SERVICE_REQUIRE_VELOCITY = 1 << 2 } |
Application-specific requirements. More... | |
enum | UbuntuApplicationLocationServiceError { UA_LOCATION_SERVICE_ERROR_NONE = 0, UA_LOCATION_SERVICE_ERROR_NO_CONNECTION = 1, UA_LOCATION_SERVICE_ERROR_NO_ACCESS = 2, UA_LOCATION_SERVICE_ERROR_GENERIC_ERROR = 3 } |
Possible error codes reported when trying to create a session. More... | |