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

Method SetPtOrg

libs/map/user_mark.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40StaticMarkPoint::StaticMarkPoint(m2::PointD const & ptOrg) : UserMark(ptOrg, UserMark::Type::STATIC) {}
41
42void StaticMarkPoint::SetPtOrg(m2::PointD const & ptOrg)
43{
44 SetDirty();
45 m_ptOrg = ptOrg;
46}
47
48MyPositionMarkPoint::MyPositionMarkPoint(m2::PointD const & ptOrg) : StaticMarkPoint(ptOrg) {}
49

Callers 1

BuildPlacePageInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected