I have created a map using My Maps from Google and currently embedding it on my site using an IFRAME.
I would like to style certain elements on the google map, which is fine, I have found a way to do that but this is where the problem comes in.
The map is “re-built” in an external php file using a CURL request and then loaded into the IFRAME. It loads fine, but I get the following error:
This page was unable to display a Google Maps element. This URL is not authorized to use the provided Google Maps Client ID. Error Code: UnauthorizedURLForClientIdMapError
Does this mean I need to somehow autorise the IFRAME?
Any help and tips would be appreciated.