Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ GetBookmarkPxPoint
Function
GetBookmarkPxPoint
libs/map/map_tests/bookmarks_test.cpp:315–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
}
314
315
Bookmark const * GetBookmarkPxPoint(Framework & fm, m2::PointD const & pt)
316
{
317
return GetBookmark(fm, fm.PtoG(pt));
318
}
319
320
bool IsValidBookmark(Framework & fm, m2::PointD const & pt)
321
{
Callers
1
UNIT_TEST
Function · 0.85
Calls
2
GetBookmark
Function · 0.85
PtoG
Method · 0.45
Tested by
no test coverage detected