updated s2CellIDToken function with point object requirements
parent
38adcf9660
commit
a7790d5522
|
@ -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_
|
||||
|
||||
|
|
Loading…
Reference in New Issue