ubuntu-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
accuracy.h File Reference
#include <ostream>
+ Include dependency graph for accuracy.h:

Go to the source code of this file.

Classes

struct  com::ubuntu::location::AccuracyTraits< T >
 
struct  com::ubuntu::location::Accuracy< T >
 

Namespaces

 com
 
 com::ubuntu
 
 com::ubuntu::location
 

Enumerations

enum  com::ubuntu::location::AccuracyLevel {
  com::ubuntu::location::AccuracyLevel::country,
  com::ubuntu::location::AccuracyLevel::region,
  com::ubuntu::location::AccuracyLevel::locality,
  com::ubuntu::location::AccuracyLevel::postalcode,
  com::ubuntu::location::AccuracyLevel::street,
  com::ubuntu::location::AccuracyLevel::detailed,
  com::ubuntu::location::AccuracyLevel::best = detailed,
  com::ubuntu::location::AccuracyLevel::worst = country
}
 

Functions

template<typename T >
std::ostream & com::ubuntu::location::operator<< (std::ostream &out, const Accuracy< T > &update)