lomiri-location-service  ..
An aggregating location service providing positioning and geocoding capabilities to applications.
position.h File Reference
+ Include dependency graph for position.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  com::lomiri::location::Position
 The Position struct models a position in the wgs84 coordinate system. More...
 
struct  com::lomiri::location::Position::Accuracy
 

Namespaces

 com
 
 com::lomiri
 
 com::lomiri::location
 

Functions

std::ostream & com::lomiri::location::operator<< (std::ostream &out, const Position &position)
 
units::Quantity< units::Length > com::lomiri::location::haversine_distance (const Position &p1, const Position &p2)