google-maps-services-js
google-maps-services-js copied to clipboard
Node.js client library for Google Maps API Web Services
**Is your feature request related to a problem? Please describe.** Imagine having a rectangle for which you want to use `placeAutocomplete` to autocomplete places. Currently, only using the epicentre and...
**Is your feature request related to a problem? Please describe.** Without this field, certain bundlers (namely ESBuild) don't know if they tree-shake this package correctly, so they'll leave it in...
#### Environment details 1. Specify the API: GeoCode 2. OS type and version: MacOS Ventura 3. Library version and other environment information: 3.3.36 #### Steps to reproduce 1. Run the...
Im unable to use the Client.reverseGeocode correctly, I've juggled around with the request object's preperties to no result =(. I'm using the library within a NestJs server. Judging by the...
Similar to #882, the place type `primary_school` from [Table 1](https://developers.google.com/maps/documentation/places/web-service/supported_types#table1) is missing in this library.
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...
Distance Matrix URL returns ?origin=*&destination=*key=* instead of ?origins=*&destinations=*key=*
When making a distancematrix() request the URL that is returned is incorrect as it has "origin" and "destination" instead of "origins" and "destinations". This returns status 'INVALID_REQUEST'. If I copy...
Hello, When I try to use the [via_waypoint](https://developers.google.com/maps/documentation/directions/get-directions#DirectionsLeg-via_waypoint) field of the [DirectionsLeg](https://developers.google.com/maps/documentation/directions/get-directions#DirectionsLeg) (that is called `routeLeg` inside your code for some reason) I got this error `Property 'via_waypoint' does not...
According to [documentation](https://developers.google.com/maps/documentation/places/web-service/details#PlaceReview-time), `time` is type number, which make sense since is measured in seconds, but is `string` in the current version. #### Environment details 1. Version: v3.3.23
Bumps [eslint](https://github.com/eslint/eslint) from 8.56.0 to 8.57.0. Release notes Sourced from eslint's releases. v8.57.0 Features 1120b9b feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas) dca7d0f feat: Enable eslint.config.mjs...