Pages

Google map API key free for website to implement into your website


Google map API key for website to implement into your website ,Free google map API key for website, unlimited usase and implement into your website   Go to https://console.developers.google.com/
Step 1 create project go to Credentials  and create api key  and go to libarry enable

 1. Maps Embed API
 2.  Maps Static API


Iframe to embed to your website and address example new+york,usa and paris,france



   
<iframe style="border: 0;" src="https://www.google.com/maps/embed/v1/place?key=YOUR API KEY &amp;q=YOUR ADDRESS" width="600" height="450" frameborder="0" allowfullscreen="allowfullscreen"><span style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" data-mce-type="bookmark" class="mce_SELRES_start"></span>
</iframe>

COMPLETE EXAMPLE



   
<html>
<head></head>
<body>
<iframe style="border: 0;" src="https://www.google.com/maps/embed/v1/place?key=YOUR API KEY &amp;q=YOUR ADDRESS" width="600" height="450" frameborder="0" allowfullscreen="allowfullscreen"><span style="display: inline-block; width: 0px; overflow: hidden; line-height: 0;" data-mce-type="bookmark" class="mce_SELRES_start"></span>
</iframe>
</body>
</html>
VIEW HOW YOU get a API key




No comments:

Post a Comment

Popular Posts