ubuntu-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
com::ubuntu::location::Engine::Configuration Struct Reference

The Configuration struct summarizes the state of the engine. More...

#include <engine.h>

+ Collaboration diagram for com::ubuntu::location::Engine::Configuration:

Public Attributes

core::Property
< SatelliteBasedPositioningState
satellite_based_positioning_state
 
core::Property
< WifiAndCellIdReportingState
wifi_and_cell_id_reporting_state
 
core::Property< Engine::Statusengine_state
 

Detailed Description

The Configuration struct summarizes the state of the engine.

Definition at line 63 of file engine.h.

Member Data Documentation

core::Property<Engine::Status> com::ubuntu::location::Engine::Configuration::engine_state
Initial value:

Setable/getable/observable property for the overall engine state.

Definition at line 77 of file engine.h.

core::Property<SatelliteBasedPositioningState> com::ubuntu::location::Engine::Configuration::satellite_based_positioning_state
Initial value:

Setable/getable/observable property for the satellite based positioning state.

Definition at line 67 of file engine.h.

core::Property<WifiAndCellIdReportingState> com::ubuntu::location::Engine::Configuration::wifi_and_cell_id_reporting_state
Initial value:

Setable/getable/observable property for the satellite based positioning state.

Definition at line 72 of file engine.h.


The documentation for this struct was generated from the following file: