Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ SetPosition
Method
SetPosition
libs/map/track_mark.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
void TrackInfoMark::SetPosition(m2::PointD const & ptOrg)
23
{
24
SetDirty();
25
m_ptOrg = ptOrg;
26
}
27
28
void TrackInfoMark::SetIsVisible(bool isVisible)
29
{
Callers
4
ReadAndCheckHeader
Method · 0.45
SetTrackSelectionMark
Method · 0.45
ResetTrackInfoMark
Method · 0.45
SetTrackSelectionInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected