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
Did anyone encounter this before? Not entirely sure if this is a problem relating to the project's Google API Keys or a conflict between Laravel Modules (Project also has another google maps module installed).
No services such as geocoding or autocomplete search was used, thus I've only set the API Key to 'API Helper Builder' via $apiHelperBuilder->setKey('api-key');code. If the steps below aren't enough for the debugging/problem solving, let me know down in the comments. Thanks in advance!
Steps to Reproduce:-
Using the 2.x documentation, (project's module version: 2.0.2) followed through installation steps & documentations on Map & Rendering sections. Everything proceeded as expected here.
However, on few seconds after map generation. None of the Google Map controls such as the "Map/Satellite" and "+/-" button, or scrolling the map is working. And the error in the picture below showed up.
This happens only in Map + API Render, Static Map Render works normally though.
The text was updated successfully, but these errors were encountered:
Did anyone encounter this before? Not entirely sure if this is a problem relating to the project's Google API Keys or a conflict between Laravel Modules (Project also has another google maps module installed).
No services such as geocoding or autocomplete search was used, thus I've only set the API Key to 'API Helper Builder' via
$apiHelperBuilder->setKey('api-key');
code. If the steps below aren't enough for the debugging/problem solving, let me know down in the comments. Thanks in advance!Steps to Reproduce:-
The text was updated successfully, but these errors were encountered: