如何在 iframe 上的卫星中添加 google 地图

How do I add google map in satellite on iframe

我正在向我的网站添加一个 google 地图 iframe,问题是我希望它显示为卫星视图而不是街景。这是南极洲的 iframe 示例:

<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d16858886.629529595!2d0!3d-75.05434995!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0xa4b9967b3390754b%3A0x6e52be1f740f2075!2sAntarctica!5e0!3m2!1sen!2sin!4v1627212267326!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"></iframe>

我通过 this article 获得了 iframe,因为我不想使用 API 键插入它。

如何在 iframe 中添加 Google 默认为卫星模式的地图?

在您点击 Google 地图中的“共享”之前,将地图类型更改为卫星。