google-maps-services-js
google-maps-services-js copied to clipboard
Node.js client library for Google Maps API Web Services
Bumps [retry-axios](https://github.com/JustinBeckwith/retry-axios) from 2.6.0 to 3.0.0. Release notes Sourced from retry-axios's releases. v3.0.0 3.0.0 (2022-05-04) feat!: support the latest versions of node.js (#188) (ef74217), closes #188 BREAKING CHANGES This release...
#### Environment details `@googlemaps/[email protected]` #### Code example ```ts const res = await client.geocode({ params: { address: 'Hütten 58, Hamburg, Germany', language: 'en', } }); console.log(JSON.stringify(res.data)); ``` This returns following: ```json...
Every single property belonging to `Place` is optional when that isn't practical in reality and puts the developer in a really awkward position when things that should _**always**_ be present...
I was trying to create directions request with waypoints and passed a bad waypoint object in (extra nesting object around that {lat:..., lng:..} in the array. Effectively waypoints: [ {{lat:..,...
**Is your feature request related to a problem? Please describe.** Get a Node/Javascript developer who is not familiar with this API set to use just the published documentation from this...
Hello guys! #### Environment details NodeJS v15.8.0 Nuxt.js ^2.14.7 with an express server ^4.17.1 google-maps-services-js version ^3.1.13 Currenctly testing on windows 10 pro #### Explaination I'm trying to create a...
Getting an error 400 when specifying the "pagetoken" in PlacesNearbyRequest. #### Environment details 1. Specify the API at the beginning of the title: PlacesNearby 2. OS type and version: Windows...
Hey all. New to the Maps API so could be missing something here. I'm using the nodejs Maps client to make Places Autocomplete requests. I'm able to make the requests...
Thanks for stopping by to let us know something could be better! --- **PLEASE READ** If you have a support contract with Google, please create an issue in the [support...
Bumps [query-string](https://github.com/sindresorhus/query-string) from 7.1.3 to 8.2.0. Release notes Sourced from query-string's releases. v8.2.0 Allow BigInt as stringifiable value in the types (#377) 7f84490 https://github.com/sindresorhus/query-string/compare/v8.1.0...v8.2.0 v8.1.0 Upgrade dependencies (#365) 20cc109 https://github.com/sindresorhus/query-string/compare/v8.0.3...v8.1.0...