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

Method SetLat

libs/ge0/geo_url_parser.cpp:352–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352bool GeoURLInfo::SetLat(double x)
353{
354 if (mercator::ValidLat(x))
355 {
356 m_lat = x;
357 return true;
358 }
359 return false;
360}
361
362bool GeoURLInfo::SetLon(double x)
363{

Callers 2

MatchLatLonZoomFunction · 0.80
operator()Method · 0.80

Calls 1

ValidLatFunction · 0.85

Tested by

no test coverage detected