Why do I continue to get the following error from a page where I have used the classic Google Maps element inserted on a page:
*You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors.
I am also getting the warning:
*Google Maps JavaScript API warning: NoApiKeys
And Google reference (https://developers.google.com/maps/documentation/javascript/error-messages) tells me that I v2 path has been deprecated and I should migrate my application to Maps JavaScript API v3. HOWEVER, when I do this my maps don’t show at all.
Does XTheme / Apex have complete instructions on how to insert a Google Map (with Marker Pins) using Google’s new v3 API?