libosmscout  0.1
GeoCoord.cpp File Reference
#include <osmscout/GeoCoord.h>
#include <osmscout/util/Geometry.h>
#include <osmscout/util/Tiling.h>
#include <sstream>

Namespaces

 osmscout
 Original source: https://github.com/philipperemy/easy-encryption/blob/master/b64.h licensed under terms of MIT license.
 

Functions

static size_t osmscout::EatWhitespace (const std::string &text, size_t currentPos)
 
static bool osmscout::ScanCoordinate (const std::string &text, size_t &currentPos, double &value, size_t maxDigits)
 
static bool osmscout::ScanNumber (const std::string &text, size_t &currentPos, double &value, size_t maxDigits)