google-maps-react-hooks
google-maps-react-hooks copied to clipboard
The JavaScript library to easily implement a Google Maps map into your react application. It comes with a collection of React hooks to access the map instance or different Maps JavaScript Services.
 Hi I am this package in some of my projects. I find this package underrated, anyway need help for below issues: 1) Google Maps JavaScript API has been loaded...
I'm working on a website with Google Maps API, particularly with @ubilabs/google-maps-react-hooks. I'm not very experienced so I'm having some difficulties understanding why there's an issue. When I load the...
Hi , when i use this package i got error on the console ``` You have included the Google Maps JavaScript API multiple times on this page. This may cause...
```tsx const geocoder = useGeocodingService(); const handleOnClick = async () => { const x = await geocoder?.geocode({ location: { lat: 59.27240992362248, lng: 15.213029186736854 }, }); console.log(x?.results); //undefined }; ```
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
The console says the library was included twice. These are the errors I see. I used a similar setup as the [example](https://github.com/ubilabs/google-maps-react-hooks/tree/develop/examples/basic-google-map):
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Just noticed this happening in the console. More info here: https://stackoverflow.com/questions/75179573/how-to-fix-loading-the-google-maps-javascript-api-without-a-callback-is-not-supp 
In preparation for upcoming changes, this extracts the actual loading of the Google Maps API into a separate class. The new implementation removes a lot of noise from the GoogleMapsProvider...
Trying to install using `yarn` fails: ``` address-test % yarn add ubilabs/google-maps-react-hooks yarn add v1.22.19 [1/4] 🔍 Resolving packages... error Can't add "@ubilabs/google-maps-react-hooks-library-and-examples": invalid package version undefined. info Visit https://yarnpkg.com/en/docs/cli/add...