gpt4 book ai didi

javascript - Google Maps API v3 热图错误 : "Cannot read property ' HeatmapLayer' of undefined"

转载 作者:数据小太阳 更新时间:2023-10-29 03:59:31 28 4
gpt4 key购买 nike

我正在尝试将 Heatmaps 图层加载到我的谷歌地图上,但出于某种原因,我一直收到错误消息“无法读取未定义的属性‘HeatmapLayer’。”

map = new google.maps.Map(document.getElementById("gmaps"),{
zoom: 11,
center: new google.maps.LatLng(39.788403, -86.19990800000001),
mapTypeControl: false,
streetViewControl: false,
mapTypeId: google.maps.MapTypeId.ROADMAP,
panControl: false
});

heatMapData = [
new google.maps.LatLng(39.77745056152344, -86.10900878906250),
new google.maps.LatLng(39.82060623168945, -86.17008972167969),
new google.maps.LatLng(39.77947616577148, -86.17008972167969),
new google.maps.LatLng(39.82987594604492, -86.13955688476562),
new google.maps.LatLng(39.74195098876953, -86.12429046630860)
];
heatmap = new google.maps.visualization.HeatmapLayer({
data: heatMapData,
map: map
});

这是 jsFiddle:http://jsfiddle.net/9HQ2a/3/

最佳答案

在加载 google maps js 时将可视化库添加到 URL

<script async defer src="https://maps.googleapis.com/maps/api/js?v=3.exp&libraries=visualization"></script>

关于javascript - Google Maps API v3 热图错误 : "Cannot read property ' HeatmapLayer' of undefined",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24414402/

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