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 class  com::ubuntu::location::AccuracyLevel {
  com::ubuntu::location::country ,
  com::ubuntu::location::region ,
  com::ubuntu::location::locality ,
  com::ubuntu::location::postalcode ,
  com::ubuntu::location::street ,
  com::ubuntu::location::detailed ,
  com::ubuntu::location::best = detailed ,
  com::ubuntu::location::worst = country
}
 

Functions

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