#include <ubuntu/status.h>
#include <ubuntu/visibility.h>
#include <ubuntu/application/location/heading_update.h>
#include <ubuntu/application/location/position_update.h>
#include <ubuntu/application/location/velocity_update.h>
Go to the source code of this file.
Typedefs | |
typedef struct UbuntuApplicationLocationServiceSession | UALocationServiceSession |
Opaque type encapsulating a session with the location service. More... | |
typedef void(* | UALocationServiceSessionPositionUpdatesHandler )(UALocationPositionUpdate *position, void *context) |
Callback type that is invoked for position updates. More... | |
typedef void(* | UALocationServiceSessionHeadingUpdatesHandler )(UALocationHeadingUpdate *heading, void *context) |
Callback type that is invoked for heading updates. More... | |
typedef void(* | UALocationServiceSessionVelocityUpdatesHandler )(UALocationVelocityUpdate *heading, void *context) |
Callback type that is invoked for velocity updates. More... | |