Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
352
bool GeoURLInfo::SetLat(double x)
353
{
354
if (mercator::ValidLat(x))
355
{
356
m_lat = x;
357
return true;
358
}
359
return false;
360
}
361
362
bool GeoURLInfo::SetLon(double x)
363
{
Callers
2
MatchLatLonZoom
Function · 0.80
operator()
Method · 0.80
Calls
1
ValidLat
Function · 0.85
Tested by
no test coverage detected