gpt4 book ai didi

api - 在 Google Static Maps API 中隐藏 poi.business 标记/标签

转载 作者:行者123 更新时间:2023-12-01 07:24:32 24 4
gpt4 key购买 nike

我正在构建要在 <noscript><noscript> 中使用的静态 Google map URL在用户关闭脚本的情况下,将“查找我们”页面上的标记作为后备。到目前为止的代码是:

<div id="map" class="map">
<noscript>
<img src="https://maps.googleapis.com/maps/api/staticmap?center=[lat],[long]
&zoom=17
&size=600x400
&scale=1
&maptype=hybrid
&visible=[lat],[long]
&key=[key hidden]">
</noscript>
</div>

但是,在生成的 map 图像上,有其他企业的标记(例如餐厅的橙色刀叉标记)和/或兴趣点。

我想禁止显示这些标记,并为我感兴趣的位置添加一个自定义标记(& markers=.... 上面的代码片段中没有显示)。

我在静态 map API 文档和 stackoverflow 上都找不到任何内容。

有没有办法实现这一点,还是我把它们困在静态 map 上?

最佳答案

在你的查询字符串上加上这个:

style=feature:poi|visibility:off

您可以找到其他样式 here .

关于api - 在 Google Static Maps API 中隐藏 poi.business 标记/标签,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41233331/

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