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 was archived by the owner on Sep 4, 2021. It is now read-only.
I set the location to the Royal Observatory Greenwich and then called geocodePosition(). This resulted in an error: "Error: invalid position: {lat, lng} required" because one of the values was zero.
Since 0,0 is in the ocean, that seems a reasonable error, but it seems that { lat: 51.4875, lng: 0 } should not be an error.