0% found this document useful (0 votes)
3 views2 pages

Gp HTML Maps

Google Maps can be embedded in web pages to display company locations. The process involves entering the desired address in Google Maps, sharing the location, selecting the Embed tab, and copying the HTML code. This code can then be pasted directly into the web page to display the map.

Uploaded by

sodohe3963
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Gp HTML Maps

Google Maps can be embedded in web pages to display company locations. The process involves entering the desired address in Google Maps, sharing the location, selecting the Embed tab, and copying the HTML code. This code can then be pasted directly into the web page to display the map.

Uploaded by

sodohe3963
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Google Maps in HTML

Overview
Google maps view can be added to a web page. Commonly it is used in company
websites to show the location of that company office to the users on google maps.

Steps 1 : Go to google maps and enter the address you want to show

Step 2 : click on the Share icon.

Step 3 : Select the Embed tab on the Share window.

Step 4 : Click on Copy HTML.

Step 5 : Paste that HTML code as it is

Example : <iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d223994.25250303914!2
d76.95126390445984!3d28.692332876145986!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3
!1m2!1s0x390d047309fff32f%3A0xfc5606ed1b5d46c3!2sDelhi!5e0!3m2!1sen!2sin!4v1636850
352892!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen=""
loading="lazy">
</iframe>

1
Output :

You might also like