ubuntu-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
#include <iosfwd>
Go to the source code of this file.
Namespaces | |
com | |
com::ubuntu | |
com::ubuntu::location | |
Enumerations | |
enum class | com::ubuntu::location::SatelliteBasedPositioningState { com::ubuntu::location::on , com::ubuntu::location::off } |
The SatelliteBasedPositioningState enum describes whether satellite assisted positioning is enabled or disabled. More... | |
Functions | |
std::ostream & | com::ubuntu::location::operator<< (std::ostream &, SatelliteBasedPositioningState) |
Pretty prints the given state to the given stream. More... | |
std::istream & | com::ubuntu::location::operator>> (std::istream &, SatelliteBasedPositioningState &) |
Parses the state from the given stream. More... | |