You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it's useful for the user to include their own <script src="https://maps.googleapis.com/maps/api/js?key=%s&libraries=places&callback=SomeCallback" async defer></script> call, with their own SomeCallback() function
so we should be able to turn off the api call from within google_map()
(to prevent the API being called twice:)
You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors.
The text was updated successfully, but these errors were encountered:
Sometimes it's useful for the user to include their own
<script src="https://maps.googleapis.com/maps/api/js?key=%s&libraries=places&callback=SomeCallback" async defer></script>
call, with their ownSomeCallback()
functionso we should be able to turn off the api call from within
google_map()
(to prevent the API being called twice:)
The text was updated successfully, but these errors were encountered: