MCPcopy Create free account
hub / github.com/google-map-react/google-map-react / unproject

Method unproject

src/lib/geo/transform.js:88–93  ·  view source on GitHub ↗
(point, worldSize)

Source from the content-addressed store, hash-verified

86 }
87
88 unproject(point, worldSize) {
89 return new LatLng(
90 this.yLat(point.y, worldSize),
91 this.xLng(point.x, worldSize)
92 );
93 }
94
95 get x() {
96 return this.lngX(this.center.lng);

Callers 1

pointLocationMethod · 0.95

Calls 2

yLatMethod · 0.95
xLngMethod · 0.95

Tested by

no test coverage detected