ubuntu-location-service
..
An aggregating location service providing positioning and geocoding capabilities to applications.
|
#include <com/ubuntu/location/wgs84/altitude.h>
#include <com/ubuntu/location/wgs84/latitude.h>
#include <com/ubuntu/location/wgs84/longitude.h>
#include <com/ubuntu/location/optional.h>
#include <bitset>
#include <ostream>
Go to the source code of this file.
Classes | |
struct | com::ubuntu::location::Position |
The Position struct models a position in the wgs84 coordinate system. More... | |
struct | com::ubuntu::location::Position::Accuracy |
Namespaces | |
com | |
com::ubuntu | |
com::ubuntu::location | |
Functions | |
std::ostream & | com::ubuntu::location::operator<< (std::ostream &out, const Position &position) |
units::Quantity< units::Length > | com::ubuntu::location::haversine_distance (const Position &p1, const Position &p2) |