Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/google-map-react/google-map-react
/ xLng
Method
xLng
src/lib/geo/transform.js:119–121 ·
view source on GitHub ↗
(x, worldSize)
Source
from the content-addressed store, hash-verified
117
}
118
119
xLng(x, worldSize) {
120
return
(x * 360) / (worldSize || this.worldSize) - 180;
121
}
122
123
yLat(y, worldSize) {
124
const
y2 = 180 - (y * 360) / (worldSize || this.worldSize);
Callers
1
unproject
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected