gpt4 book ai didi

javascript - 将自定义标记文本添加到 Google map

转载 作者:技术小花猫 更新时间:2023-10-29 12:08:14 24 4
gpt4 key购买 nike

我正在为新律师事务所创建一个新网站。

我遵循 Google API 来嵌入 map 。我添加了他们的地址,但想将公司名称添加到 map 中...您可以在 map 中看到,它没有捕获名称:

<iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=myapikey&q=883%20Farmington%20Avenue%2C%20Berlin%2C%20CT%2006037%2C%20United%20States"></iframe>

enter image description here

因此,我尝试在 iframe 中的地址前添加一个名称:

q=Jill+Levin+Law,地址在这里...

但我猜关键字 Levin 会找到一家匹配的公司,Soulsby & Levin, LLC... 即使我没有更改地址

<iframe width="600" height="450" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?key=myapikey&q=Jill+Levin+Law,883%20Farmington%20Avenue%2C%20Berlin%2C%20CT%2006037%2C%20United%20States"></iframe>

enter image description here

甚至 Google API 本身也会根据关键字选择错误的关键字:

enter image description here

我如何:

  • 让 Google map 选择办公室的正确名称
  • 如果办公室名称还没有定义,我怎样才能简单地将文本名称添加到标记的顶部?

最佳答案

将标记添加到 map 时,您可以为标记添加标题。

使用这段代码来做到这一点:

map.addMarker(new MarkerOptions().title("Office Name"));

关于javascript - 将自定义标记文本添加到 Google map ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24421805/

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