MCPcopy 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
315Bookmark const * GetBookmarkPxPoint(Framework & fm, m2::PointD const & pt)
316{
317 return GetBookmark(fm, fm.PtoG(pt));
318}
319
320bool IsValidBookmark(Framework & fm, m2::PointD const & pt)
321{

Callers 1

UNIT_TESTFunction · 0.85

Calls 2

GetBookmarkFunction · 0.85
PtoGMethod · 0.45

Tested by

no test coverage detected