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

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

type: feature request
priority: p2

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

type: feature request

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

needs more info

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

type: bug
triage me

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.

type: bug
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

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

type: bug
triage me

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

type: bug
triage me

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

type: bug
triage me

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

dependencies