MCPcopy Create free account
hub / github.com/comaps/comaps / SetLon

Method SetLon

libs/ge0/geo_url_parser.cpp:362–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362bool GeoURLInfo::SetLon(double x)
363{
364 if (mercator::ValidLon(x))
365 {
366 m_lon = x;
367 return true;
368 }
369 return false;
370}
371
372bool UnifiedParser::Parse(std::string const & raw, GeoURLInfo & res)
373{

Callers 2

MatchLatLonZoomFunction · 0.80
operator()Method · 0.80

Calls 1

ValidLonFunction · 0.85

Tested by

no test coverage detected