I am just starting out with the google maps API and following the tutorials. This first one works fine
https://developers.google.com/maps/documentation/javascript/adding-a-google-map
But it seems that none of the others are working and I'm not sure why. Let's keep it simple with two examples. The first one linked above works and loads the map as expected.
Then I try this one (or pretty much any other one) and nothing loads
https://developers.google.com/maps/documentation/javascript/examples/icon-simple
I am putting my API key in properly, and I have gone into my API console and enabled my blog to use the API.
I turn no the javascript console and get :
"the target origin provided" "does not match the recipient window's origin"
But I think it is a red herring because I get that as well for the one that works. Same messages.
Any idea what I am doing wrong?
I googled those errors and got a whole bunch of stuff that does not seem to apply to maps APIs.
Thanks.