Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ YToLat
Function
YToLat
libs/geometry/mercator.cpp:72–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
double YToLat(double y)
73
{
74
return math::RadToDeg(2.0 * atan(tanh(0.5 * math::DegToRad(y))));
75
}
76
77
double LatToY(double lat)
78
{
Callers
15
Java_app_organicmaps_sdk_Framework_nativeGetParsedRoutingData
Function · 0.85
Java_app_organicmaps_sdk_Framework_nativeGetScreenRectCenter
Function · 0.85
CreateRouteMarkDataArray
Function · 0.85
FillTree
Method · 0.85
MakeGpsInfo
Function · 0.85
PointToString
Function · 0.85
BookmarkDataToString
Function · 0.85
ToLatLon
Method · 0.85
GetSmPoint
Function · 0.85
RectByCenterXYAndSizeInMeters
Function · 0.85
ToLatLon
Function · 0.85
ToLatLon
Function · 0.85
Calls
2
RadToDeg
Function · 0.85
DegToRad
Function · 0.85
Tested by
4
UNIT_TEST
Function · 0.68
UNIT_TEST
Function · 0.68
CheckBookmarks
Function · 0.68
GetGps
Function · 0.68