gpt4 book ai didi

zooming - Google Maps Embed API 的方向 - 缩放以适合起点和目的地

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

Google map Embed API 对于 directions并不总是在框架中显示起点和终点。有时默认缩放级别会放大太多。

<iframe 
src="https://www.google.com/maps/embed/v1/directions?
origin=%2020858%20King%20Hezekiah%20Way%20%20Bend%20Oregon%20United%20States&amp;
destination=1180%20SE%203rd%20Street%2C%20Bend%2C%20OR&amp;
key=******************************"
width="281"
height="370">
</iframe>

(添加空格以提高可读性。)

example embed directions zoomed in too far, by default

几乎解决方案:

它应该是这样的(例如使用 zoom=14- 手动缩小):

enter image description here

这是一个 live example .

Embed API 中是否有任何解决方案或变通方法?这是bug吗? ?

更新 2018 年 2 月,这似乎已得到修复。也就是说,在 live example 上Bad Map 现在看起来与解决方法相同。我猜这比回答或认罪要好。

最佳答案

<div style="height: 400px">
<iframe width="100%" height="100%"
src="https://www.google.com/maps/embed/v1/directions?
origin=%2020858%20King%20Hezekiah%20Way%20%20Bend%20Oregon%20United%20States&amp;
destination=1180%20SE%203rd%20Street%2C%20Bend%2C%20OR&amp;
key=******************************" allowfullscreen>
</iframe>
</div>

你可以这样试试。只需将固定宽度和高度设置为 div 而不是 iframe

关于zooming - Google Maps Embed API 的方向 - 缩放以适合起点和目的地,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45526113/

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