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

Method SetUserPosition

libs/map/user_mark.hpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 explicit MyPositionMarkPoint(m2::PointD const & ptOrg);
134
135 void SetUserPosition(m2::PointD const & pt, bool hasPosition)
136 {
137 SetPtOrg(pt);
138 m_hasPosition = hasPosition;
139 }
140 bool HasPosition() const { return m_hasPosition; }
141
142private:

Callers 1

OnUserPositionChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected