gpt4 book ai didi

javascript - 谷歌地图API : Why can't I set the icon of my markers by using relative icon paths?

转载 作者:行者123 更新时间:2023-11-28 02:34:20 24 4
gpt4 key购买 nike

这些是我的标记选项

var markerOptions = {
clickable: true,
draggable: false,
flat: true,
map: map,
icon: 'food.png',
optimized: true,
position: pos,
title: name,
visible: true,
animation:google.maps.Animation.DROP,
};

'food.png' 与 javascript 文件位于同一文件夹中。然而它不起作用。

如果我使用完整的 http 路径,它工作正常。例如

http://localhost/javascript/food.png

有可能避免这种情况吗?

最佳答案

图标图像需要与引用它的 HTML 页面位于同一目录中,而不是与 javascript 位于同一目录中。

更新:webaware 指出图标的相对路径应该相对于包含 HTML 文档的目录。

example from the documentation在 Google 网站和我的本地计算机上都运行良好。

关于javascript - 谷歌地图API : Why can't I set the icon of my markers by using relative icon paths?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13669684/

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