gpt4 book ai didi

javascript - 谷歌地图 API JS 上的 3D 地球地球仪

转载 作者:数据小太阳 更新时间:2023-10-29 05:14:04 25 4
gpt4 key购买 nike

简短的问题:

有没有办法用 google maps web API 来表示 3D 地球?


关于 google maps ,我们现在可以将地球想象成一个 3D 球体。

这是一个例子:

consult https://www.google.fr/maps/@18.4980181,7.5767451,3z


我正在使用 google maps API 开发一个 HTML 项目,我想在我的网站上使用这个地球表示。

但是,我没有找到关于这个主题的任何主题。

有没有一种方法可以像在 google maps web site 上那样用 google maps API 来表示 3D 地球球体? 3D?


这是我的 map 示例(当然是我的代码摘录以澄清问题):

var map;
function initMap() {
map = new google.maps.Map(document.getElementById('map'), {
center: {lat: -34.397, lng: 150.644},
zoom: 8
});
}
      /* Always set the map height explicitly to define the size of the div
* element that contains the map. */
#map {
height: 100%;
}
/* Optional: Makes the sample page fill the window. */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
    <meta name="viewport" content="initial-scale=1.0">
<meta charset="utf-8">
<div id="map"></div>

<script src="https://maps.googleapis.com/maps/api/js?callback=initMap"
async defer></script>

这是我网站上的 map 图片:

enter image description here

此 map 仅将地球表示为平面球。我怎样才能得到与谷歌地图网站上相同的结果?


注意:我找到了这个 post在推特上,女巫介绍了谷歌地图网站上的功能。

最佳答案

我相信 API 中还没有此功能。

我可以在 Google 问题跟踪器中看到与您的问题类似的功能请求:

https://issuetracker.google.com/issues/111576221

我建议盯着功能请求添加您的投票并订阅进一步的通知。希望有一天 Google 会在 API 中实现这一功能。

关于javascript - 谷歌地图 API JS 上的 3D 地球地球仪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52805081/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com