GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
Loading...
Searching...
No Matches
geodesk::LonLat Class Reference

#include <LonLat.h>

Public Member Functions

 LonLat (Coordinate c)
 
void format (char *buf) const
 
std::string toString () const
 

Public Attributes

double lon
 
double lat
 

Constructor & Destructor Documentation

◆ LonLat()

geodesk::LonLat::LonLat ( Coordinate c)
inline

Member Function Documentation

◆ format()

void geodesk::LonLat::format ( char * buf) const
inline

◆ toString()

std::string geodesk::LonLat::toString ( ) const
inline

Member Data Documentation

◆ lat

double geodesk::LonLat::lat

◆ lon

double geodesk::LonLat::lon

The documentation for this class was generated from the following file: