In tutorial learn how to generate google map and embed to 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
and get API KEY and add to
Iframe to embed to your website and address example new+jersey,usa and london,uk
COMPLETE EXAMPLE
Step 1 create project go to Credentials and create api key and go to libarry enable
1. Maps Embed API
2. Maps Static API
and get API KEY and add to
Iframe to embed to your website and address example new+jersey,usa and london,uk
<iframe style="border: 0;" src="https://www.google.com/maps/embed/v1/place?key=YOUR API KEY &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 &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