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
I expected any errors in the header to be included in the callback function below but they are not. gmAPI.staticMap(params, function(err, binaryImage) { // fetch asynchronously the binary image });
The text was updated successfully, but these errors were encountered:
As stipulated in Google's documentation, Static Map errors are returned in the
X-StaticMap-API-Warning
header: https://developers.google.com/maps/documentation/maps-static/error-messagesI expected any errors in the header to be included in the callback function below but they are not.
gmAPI.staticMap(params, function(err, binaryImage) { // fetch asynchronously the binary image });
The text was updated successfully, but these errors were encountered: