google-maps-services-js icon indicating copy to clipboard operation
google-maps-services-js copied to clipboard

Node.js client library for Google Maps API Web Services

Results 65 google-maps-services-js issues
Sort by recently updated
recently updated
newest added
trafficstars

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

dependencies
merge

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

type: bug
triage me

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

type: bug
triage me

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

type: bug
triage me

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

type: feature request
triage me
priority: p4

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

type: bug
triage me

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

type: bug
priority: p2

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

type: feature request
triage me

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

type: bug
triage me

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

dependencies