Maps with Google Maps
Google Maps offers features like route-planning capabilities, a well-known interface, and a broad range of features.
Instruction
- Open Google Maps and set the destination by navigating or using the search bar (see image, no. 1).
- Click on "Share" (see image, no. 2).
- Select the "Embed a Map" tab (see image, no. 3) and click on "COPY HTML" (see image, no. 4).
- You will need to adjust the copied link, as you only need the part within the quotation marks (") after src=
- It’s best to copy the code into a text editor and cut out the highlighted section of the HTML code [ONLY_THIS_URL]:
<iframe src="[ONLY_THIS_URL]" [additional_data]></iframe> - This URL will serve as the basis for integrating the map into your website using the "iFrame with consent" function.
