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.
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.