Hi Holger.
You can refer this solution that can get API of Google maps by this link
developers.google.com/maps/documentation/javascript/get-api-key
If it still doesn't works. Please give me link your site and your account of administrator via mail: This email address is being protected from spambots. You need JavaScript enabled to view it.
I will check it for you.
Hi Holger.
Thanks your feedback.
1. with component: Please go to ../components\com_jux_eventon\views\event\tmpl\default.php and find line 15 and edit API
$document->addScript('
maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyC65Cru0kXK7Ftn0C7IA2BZ3UeYO5Y0kGU&sensor=false');
2. with module: please go to .../modules/mod_jux_eventon_mapvenue\mod_jux_eventon_mapvenue.php and find line 20 and edit API
$document->addScript('
maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyC65Cru0kXK7Ftn0C7IA2BZ3UeYO5Y0kGU&sensor=false');