Flash 谷歌地图 API 方向失败 400

发布于 2024-12-03 14:42:14 字数 278 浏览 3 评论 0原文

我用谷歌创建了一张地图 用于显示方向的 Flash 地图 API。它在之间创建一条线 2 地址并提供转弯指示。

这在本地 Flash 测试模式下工作得很好,但是一旦我把它放在 在线地图仍然有效,但方向不显示,我得到了 失败状态 400。

有谁知道这里出了什么问题吗?我快把我逼疯了 因为它在本地工作,但不能在线

DirectionsEvent.DIRECTIONS_FAILURE.feature.status = 400

I created a map with the Google
Map API For Flash that shows directions. It creates a line between the
2 addresses and gives turnbyturn directions.

This is working perfectly in Flash test mode locally but once i put it
online The map still works but the directions dont show and i get the
Failure status 400.

Does anywone know whats the problem here? I'ts driving me crazy just
because its working locally but not online.

DirectionsEvent.DIRECTIONS_FAILURE.feature.status = 400

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

折戟 2024-12-10 14:42:14

Google 关闭了 Google Maps API for Flash...http: //googlegeodevelopers.blogspot.com/2011/09/maps-api-for-flash-deprecation.html。对不起...

Google turned off Google Maps API for Flash... http://googlegeodevelopers.blogspot.com/2011/09/maps-api-for-flash-deprecation.html. Sorry...

遗心遗梦遗幸福 2024-12-10 14:42:14

解决了

Dir.load("New York to Los Angeles");

本地工作但无法在线

Dir.load("from: New York to: Los Angeles");

工作的问题

solved

Dir.load("New York to Los Angeles");

working locally but not online

Dir.load("from: New York to: Los Angeles");

working both

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文