geo.s2CellLatLon() function
geo.s2CellLatLon()
is experimental and subject to change at any time.
geo.s2CellLatLon()
returns the latitude and longitude of the center of an S2 cell.
Function type signature
(token: string) => {lon: float, lat: float}
Parameters
token
(Required) S2 cell ID token.
Examples
Return the center coordinates of an S2 cell
import "experimental/geo"
geo.s2CellLatLon(token: "89c284")// Returns {lat: 40.812535546624574, lon: -73.55941282728273}
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for Flux and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.