You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Need:
Given an instantiated
LatLng
object, I should be able to extract the latitude and longitude in degrees.Currently, this does not appear to be possible (please correct me if I am wrong, of course!).
Example:
I want to get the geometry of a given S2 cell's bounding box. I first convert from a
cellId
to a rectangle bounding box:I can then get the lower coordinates via:
If I submit just the variable, the repl will log:
LatLng: 38.62134636194326,-90.20102331066352
I would like that lat and long value. Unfortunately, all values that are emitted appear to be converted to Angle objects.
The text was updated successfully, but these errors were encountered: