Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
ms::LatLon UserMark::GetLatLon() const
36
{
37
return mercator::ToLatLon(m_ptOrg);
38
}
39
40
StaticMarkPoint::StaticMarkPoint(m2::PointD const & ptOrg) : UserMark(ptOrg, UserMark::Type::STATIC) {}
41
Callers
15
WriteEndingToSteam
Function · 0.45
CreateTrack
Function · 0.45
CreateMapObject
Function · 0.45
PlacePageDialogDeveloper
Method · 0.45
EditorDialog
Method · 0.45
PlacePageDialogUser
Method · 0.45
FeatureInfoDialog
Method · 0.45
UploadChanges
Method · 0.45
GenerateApiBackUrl
Method · 0.45
SaveEditedMapObject
Method · 0.45
CreateNote
Method · 0.45
Do
Method · 0.45
Calls
1
ToLatLon
Function · 0.50
Tested by
1
TestEqualSegments
Function · 0.36