node-googlemaps
node-googlemaps copied to clipboard
A simple way to query the Google Maps API from Node.js
I was able to receive the binary and save it as a file in AWS S3 but the file couldn't be opened. The file size suggests the bits are there...
I'm trying to get access to Google Maps Geometry to calculate points with a specific area in Node JS. ... const circle = new google.maps.Circle({ center: area.center, radius: area.radius, });...
Addressing vulnerabilities.
npm audit fails with │ High │ Prototype Pollution Protection Bypass │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ qs │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=6.0.4 =6.1.2 =6.2.3 =6.3.2 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │...
- update unit tests - removed error test - update dependencies - update mocha config - change minimum node version to 8.17.0
According to Google's documentation for Static Map, the max size for url is 8192 characters, https://developers.google.com/maps/documentation/static-maps/intro#url-size-restriction. But, when building an static map with gm.staticMap(params), I get the following error: Error:...
Hi, We've been using this module for a few years now and never had any issues. However few weeks ago we started seeing this error a lot when calling the...
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-messages I expected any errors in the header to be included in the callback function below...
I received an email that asked to setup billing for the account `node-googlemaps` which I believe it is the account used for testing: https://github.com/moshen/node-googlemaps/blob/master/test/simpleConfig.json Since I am no longer using...
Hi, Still you are using 2048 and throwing (Error: Request too long for google to handle (2048 characters)). But according to google it hac been 8192. Please have a look...