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

Method GetLatLon

libs/map/user_mark.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35ms::LatLon UserMark::GetLatLon() const
36{
37 return mercator::ToLatLon(m_ptOrg);
38}
39
40StaticMarkPoint::StaticMarkPoint(m2::PointD const & ptOrg) : UserMark(ptOrg, UserMark::Type::STATIC) {}
41

Callers 15

WriteEndingToSteamFunction · 0.45
CreateTrackFunction · 0.45
CreateMapObjectFunction · 0.45
EditorDialogMethod · 0.45
PlacePageDialogUserMethod · 0.45
FeatureInfoDialogMethod · 0.45
UploadChangesMethod · 0.45
GenerateApiBackUrlMethod · 0.45
SaveEditedMapObjectMethod · 0.45
CreateNoteMethod · 0.45
DoMethod · 0.45

Calls 1

ToLatLonFunction · 0.50

Tested by 1

TestEqualSegmentsFunction · 0.36