Documentation

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}
For more information, see Function type signatures.

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!


Introducing InfluxDB 3.0

The new core of InfluxDB built with Rust and Apache Arrow. Available today in InfluxDB Cloud Dedicated.

Learn more

State of the InfluxDB Cloud Serverless documentation

The new documentation for InfluxDB Cloud Serverless is a work in progress. We are adding new information and content almost daily. Thank you for your patience!

If there is specific information you’re looking for, please submit a documentation issue.