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

Method FillTrackInfo

libs/map/framework.cpp:681–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

679}
680
681void Framework::FillTrackInfo(Track const & track, m2::PointD const & trackPoint, place_page::Info & info) const
682{
683 info.SetTrackId(track.GetId());
684 info.SetBookmarkCategoryId(track.GetGroupId());
685 info.SetBookmarkCategoryName(GetBookmarkManager().GetCategoryName(track.GetGroupId()));
686 info.SetMercator(trackPoint);
687 info.SetTitlesForTrack(track);
688}
689
690search::ReverseGeocoder::Address Framework::GetAddressAtPoint(m2::PointD const & pt) const
691{

Callers

nothing calls this directly

Calls 8

SetBookmarkCategoryIdMethod · 0.80
GetCategoryNameMethod · 0.80
SetTitlesForTrackMethod · 0.80
SetTrackIdMethod · 0.45
GetIdMethod · 0.45
GetGroupIdMethod · 0.45
SetMercatorMethod · 0.45

Tested by

no test coverage detected