StreetViewService getPanorama method reporting Incorrect Status Codes for LatLng paris
问题 All of the sudden I appear to be getting inaccurate status codes from the Google Maps Javascript API. For example, with this code: sv.getPanorama({ location: {lat: 35.685, lng: 139.7514}, radius: 350 }, function(data, status) { console.log("getPano() location = "+data.location.latLng); console.log("getPano() panoID = "+data.location.pano); console.log("getPano() status = "+status); }); With this, I get the following output: new getPano() location = (35.685175, 139.75279950000004) getPano()