2

测试页面位于http://hmcc1.com/Contact_TEST.htm

我已经尝试了 place_id 和实际地址。ll 如另一个问答中所述(Google Maps Embed 在路线上显示不正确的地址)返回了无效参数错误。

无论我使用 place_id 还是地址,当我单击路线时,路线页面上都会出现错误的地址。

这是测试页面中的代码:

<iframe width="500" height="640" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=3060+N+Kennicott+Ave,+Arlington+Heights,+IL+60004@42.132098,-87.994873&key=AIzaSyA42PChU9T0qV5kw-ikHHUv4yarQhFFo9U" allowfullscreen></iframe>

如有任何帮助,我将不胜感激。先感谢您。

4

1 回答 1

0

我将保留测试页面以防有人提出修复程序,或者正如@geocodezip 所说,也许 API 有错误并且(有一天)会被修复。对于实时页面,我最终改用了方向模式。这不是我想要的,但至少它没有给出错误的地址。它确实适用于移动用户。

我能够完全按照Google Maps Embed Quick Start 页面生成的代码来使用:

<iframe width="500" height="500" frameborder="0" style="border:0" src="https://www.google.com/maps/embed/v1/directions?origin=Current%20Location&destination=place_id:ChIJJ2uA_ly7D4gRRDjYtPvR62U&mode=driving&key=AIzaSyA42PChU9T0qV5kw-ikHHUv4yarQhFFo9U" allowfullscreen></iframe>

非常感谢所有评论的人!

于 2016-08-26T14:21:04.507 回答