Skip to content Skip to sidebar Skip to footer

Error When Adding Html To Google Site, Google Maps Api

I used the Fusion TablesLayer Wizard to layer three separate fusion tables and put it on my google site HERE. I copied and pasted the HTML code from the wizard into an HTML box on

Solution 1:

Do you need to include your API key? I've never really tried, but I don't think Google Maps lets you make anonymous calls. Here's the script from the documentation:

<script type="text/javascript"
  src="https://maps.googleapis.com/maps/api/js?key=API_KEY&sensor=SET_TO_TRUE_OR_FALSE">
</script>

Post a Comment for "Error When Adding Html To Google Site, Google Maps Api"