gpt4 book ai didi

google-maps - 获取具有纬度/经度的Google map 链接

转载 作者:行者123 更新时间:2023-12-03 10:17:45 27 4
gpt4 key购买 nike

我想获取谷歌 map 链接,该链接在位于纬度/经度的标记中显示标题/内容。

所以参数是title,content,latitude,经度。
结果是这样的链接
https://maps.google.com/?ie=UTF8&ll=xxx,xxx&title=xxx&content=xxx

我搜索了Google,但在Google API中找不到答案和事件。

最佳答案

我尝试过使用iframe进行所需的请求,以显示所需的纬度,经度和缩放结果:

<iframe 
width="300"
height="170"
frameborder="0"
scrolling="no"
marginheight="0"
marginwidth="0"
src="https://maps.google.com/maps?q='+YOUR_LAT+','+YOUR_LON+'&hl=es&z=14&amp;output=embed"
>
</iframe>
<br />
<small>
<a
href="https://maps.google.com/maps?q='+data.lat+','+data.lon+'&hl=es;z=14&amp;output=embed"
style="color:#0000FF;text-align:left"
target="_blank"
>
See map bigger
</a>
</small>

关于google-maps - 获取具有纬度/经度的Google map 链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17290256/

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