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.
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:-