google-maps-services-js
google-maps-services-js copied to clipboard
Node.js client library for Google Maps API Web Services
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.6.3 to 28.3.0. Release notes Sourced from eslint-plugin-jest's releases. v28.3.0 28.3.0 (2024-04-27) Features prefer importing jest globals for specific types (#1568) (c464ae3) v28.2.0 28.2.0 (2024-04-06) Features support...
Am encountering the error code `MODULE_NOT_FOUND` after updating the package to latest/@3.4.0, this didn't exist about 3 weeks ago. It seems to be a problem with `core-js` missing, temporarilly installing...
Bumps [@googlemaps/url-signature](https://github.com/googlemaps/js-url-signature) from 1.0.32 to 1.0.33. Release notes Sourced from @googlemaps/url-signature's releases. v1.0.33 1.0.33 (2024-04-01) Miscellaneous Chores deps-dev: bump @babel/preset-env from 7.23.9 to 7.24.0 (#510) (79b5e2d) deps-dev: bump @babel/preset-env from...
`Cross-Origin-Resource-Policy` missing from response header of `khms0.googleapis.com` and `khms1.googleapis.com`. This prevents satellite images from loading if `Cross-Origin-Embedder-Policy: "require-corp"`is configured. #### Environment details 1. API: Map Tiles API 2. OS: MacOS...
Bumps [query-string](https://github.com/sindresorhus/query-string) from 7.1.3 to 9.0.0. Release notes Sourced from query-string's releases. v9.0.0 Breaking Require Node.js 18 fd5a1c9 Fixes Fix passing empty fragmentIdentifier to stringifyUrl() cc232cb https://github.com/sindresorhus/query-string/compare/v8.2.0...v9.0.0 v8.2.0 Allow BigInt...
Directions: Missing type "google.maps.DirectionsStatus" in "google.maps.DirectionsResult" OS:W11 Pro
Property google.maps.DirectionsStatus is missing in the type google.maps.DirectionsResult when i console.log the result it is in the object. using latest version of @types/google.maps ``` const result = await DirectionsService.route(request) //result.status...
Bumps [@googlemaps/url-signature](https://github.com/googlemaps/js-url-signature) from 1.0.31 to 1.0.35. Release notes Sourced from @googlemaps/url-signature's releases. v1.0.35 1.0.35 (2024-06-24) Miscellaneous Chores deps-dev: bump @babel/preset-env from 7.24.5 to 7.24.6 (#556) (060f3b8) deps-dev: bump @babel/preset-env from...
While building my Next JS project using "npm run build" I get this error. ``` Type error: Type '"origin" | undefined' is not assignable to type '"origin"'. Type 'undefined' is...
Now request interfaces like `DistanceMatrixRequest`, `GeocodeRequest` extends `AxiosRequestConfig` which has params (type: any). In my case I just want to omit key from request params because we set key globally,...
**Is your feature request related to a problem? Please describe.** It would be really helpful to directly implement the RoutesAPI into this package. **Describe the solution you'd like** I have...