updated s2CellIDToken function with point object requirements

pull/825/head
Scott Anderson 2020-03-11 16:02:35 -06:00
parent 38adcf9660
commit a7790d5522
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ geo.s2CellIDToken(
### point
Longitude and latitude in **decimal degrees** (WGS 84) to use when generating
the S2 cell ID token.
Object must contain `lat` and `lon` properties.
_**Data type:** Object_