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

#### Environment details 1. Using the Directions API 2. Windows 11 Version 22H2 3. @googlemaps/[email protected] #### Steps to reproduce I am trying to use the Google Maps Directions API in...

type: bug
priority: p2

Based on the place autocomplete web service [documentation](https://developers.google.com/maps/documentation/places/web-service/autocomplete), there is an optional parameter called [`region`](https://developers.google.com/maps/documentation/places/web-service/autocomplete#region) If I understood correctly this parameter allows to bias in the search result to be...

type: bug
priority: p2

When using any address autocomplete component in React, I was getting the error "ApiNotActivatedMapError", even though I activated the Maps JavaScript API as stated in the error code description here:...

type: feature request
priority: p2

For one of my project I highly need server side implementation of one function from the Street View Service API. namely StreetViewService.getPanorama. This function retrieves only metadata about the image...

type: feature request
priority: p3

If you are looking for Node.js client libraries for the following APIs, see the [Google Maps Platform APIs in the Cloud Client Libraries for Node.js](https://github.com/googleapis/google-cloud-node/tree/main/packages) ([releases](https://github.com/googleapis/google-cloud-node/releases?q=maps&expanded=true)). - [Address Validation API](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-maps-addressvalidation)...

status: will not fix
type: feature request

Hi, The autocomplete response type currently lists `types` & `place_id` as required properties: https://github.com/googlemaps/google-maps-services-js/blob/e6cd0e77f1f0ecbfe08062e763bbf4e5235c03dc/src/places/autocomplete.ts#L148 However according to the docs, these properties are optional: https://developers.google.com/maps/documentation/places/web-service/autocomplete#PlacesAutocompleteResponse This caught us off guard recently...

type: bug
priority: p2

It would be great to add support for the [newly announced Pollen APIs](https://developers.google.com/maps/documentation/pollen/pollen-index) to this library

type: feature request
priority: p3

PlacesAutocomplete call crashes if the optional `params.location` field is present but undefined. #### Environment details OS: macOS Ventura 13.4 Library version: 3.3.41 #### Steps to reproduce Call `placesAutocomplete` with `{...

type: bug

### Issue description [In the documentation for the `placeAutocomplete` method](https://developers.google.com/maps/documentation/places/web-service/autocomplete#place_types) it is said that it supports > Up to five values from [Table 1](https://developers.google.com/maps/documentation/places/web-service/supported_types#table1) or [Table 2](https://developers.google.com/maps/documentation/places/web-service/supported_types#table2) separated by a...

type: bug
next major: breaking change

Error: Cannot find module 'combined-stream'\nRequire stack:\n- /var/task/node_modules/@googlemaps/google-maps-services-js/node_modules/form-data/lib/form_data.js ![image](https://github.com/googlemaps/google-maps-services-js/assets/10995629/fa5d321d-28d0-4941-8e4b-503d81ae8ffb) Please be sure to include as much information as possible: #### Environment details 1. zipcode: `3333` 2. win10 3. nodejs, serverless ####...

type: question