google-maps-loader icon indicating copy to clipboard operation
google-maps-loader copied to clipboard

Async loader for google maps api

Results 8 google-maps-loader issues
Sort by recently updated
recently updated
newest added

In Nuxt I have this error, I can check for window.google before loading, but should the plugin handle this all on it's own ?

Hi, I am looking at upgrading to the latest version from our current one (v3.2.1) and noticed that the ability to unload the API is no longer there as it...

Here is a short screencast: https://share.vidyard.com/watch/2vaDNNEjmJ2iKmMh9bzLkW?

Hello, guys! A couple of days ago the package used for types became deprecated and it was replaced by another package with almost the same name. I hope the solution...

from google APIS doc ``` const autocomplete = new google.maps.places.Autocomplete(input); // Set initial restrict to the greater list of countries. autocomplete.setComponentRestrictions({ country: ["us", "pr", "vi", "gu", "mp"], }); ``` when...

I get the following error when building an Angular project that uses an Angular library that uses `google-maps-loader`: ``` ERROR in ./src/app/app.module.ngfactory.js Module not found: Error: Can't resolve 'google-maps/lib/types/index' in...

We're seeing JavaScript errors (we think) from Maps. It gets masked because of browser security policies, so we would like to add crossorigin="anonymous" to the Google Maps script tag. Is...