From a7790d552271ae8ae8192b1f2936240fe96cb0c9 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 11 Mar 2020 16:02:35 -0600 Subject: [PATCH] updated s2CellIDToken function with point object requirements --- .../v2.0/reference/flux/stdlib/experimental/geo/s2cellidtoken.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/v2.0/reference/flux/stdlib/experimental/geo/s2cellidtoken.md b/content/v2.0/reference/flux/stdlib/experimental/geo/s2cellidtoken.md index ea16f118a..01383d397 100644 --- a/content/v2.0/reference/flux/stdlib/experimental/geo/s2cellidtoken.md +++ b/content/v2.0/reference/flux/stdlib/experimental/geo/s2cellidtoken.md @@ -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_