ubuntu-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
The Configuration struct summarizes the state of the engine. More...
#include <engine.h>
Public Attributes | |
core::Property < SatelliteBasedPositioningState > | satellite_based_positioning_state |
core::Property < WifiAndCellIdReportingState > | wifi_and_cell_id_reporting_state |
core::Property< Engine::Status > | engine_state |
The Configuration struct summarizes the state of the engine.
core::Property<Engine::Status> com::ubuntu::location::Engine::Configuration::engine_state |
Setable/getable/observable property for the overall engine state.
core::Property<SatelliteBasedPositioningState> com::ubuntu::location::Engine::Configuration::satellite_based_positioning_state |
Setable/getable/observable property for the satellite based positioning state.
core::Property<WifiAndCellIdReportingState> com::ubuntu::location::Engine::Configuration::wifi_and_cell_id_reporting_state |
Setable/getable/observable property for the satellite based positioning state.