google-maps-services-js
google-maps-services-js copied to clipboard
Node.js client library for Google Maps API Web Services
#### 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...
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...
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:...
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...
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)...
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...
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
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 `{...
### 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...
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  Please be sure to include as much information as possible: #### Environment details 1. zipcode: `3333` 2. win10 3. nodejs, serverless ####...