Update README.md
This commit is contained in:
parent
020b5ab34e
commit
5a589ea596
|
@ -15,5 +15,5 @@ var cell = S2.S2Cell.FromLatLng({ lat: 40.2574448, lng: -111.7089464 }, 15);
|
||||||
|
|
||||||
cell.getNeighbors(); // [ cellLeft, cellDown, cellRight, cellUp ]
|
cell.getNeighbors(); // [ cellLeft, cellDown, cellRight, cellUp ]
|
||||||
|
|
||||||
cell..getLatLng(); // { lat: 40.2574448, lng: -111.7089464 }
|
cell.getLatLng(); // { lat: 40.2574448, lng: -111.7089464 }
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue