Is it legal to use a Google Maps iframe without an API key, like this example, on a company website to show the company’s location?
<iframe
width="100%"
height="600"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3168.792564123955!2d-122.08574948469254!3d37.33478977984148!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x808fb5b4770bc793%3A0xf8f216049d9e4201!2sApple%20Park!5e0!3m2!1sen!2sus!4v1620486436881!5m2!1sen!2sus"
frameborder="0"
style="border:0;"
allowfullscreen=""
aria-hidden="false"
tabindex="0">
</iframe>
Thank you in advance.
New contributor
Glamgar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.