雅虎地图地理编码

发布于 2024-08-06 08:44:34 字数 226 浏览 5 评论 0原文

如何解决 yahoo 地图地理编码结果集的问题?返回的结果集是错误的。城市字段包含城市、地区和邮政编码。如下所示。

有没有办法在不破坏可扩展性的情况下解决这个问题。


-33.924320
151.187057
203 科沃街
2020 年新南威尔士州吉祥物
澳大利亚 澳大利亚

How Do I work around a problem with the yahoo map geocode result set? The result set being returned is wrong. The city field contains the city, region and postal code. As seen below.

Is there a way to work around this issue without breaking scalability.

-33.924320
151.187057
203 Coward St
MASCOT NSW 2020
Australia
AU

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

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

发布评论

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

评论(1

国产ˉ祖宗 2024-08-13 08:44:34

Yahoo geoencoding 通常返回 XML 或 PHP 序列化。通过查询编码服务,我想您已经有了地址,并且想要获取 geoPoint 的坐标。您可能向地图引擎提供了错误的请求。

如果您认为发现了错误,可以向他们发送电子邮件,但我建议您检查其他位置或首先在此处发布您的代码,以便发现最终的错误。

The Yahoo geoencoding returns usually an XML or a PHP serialized. By querying the encoding service I suppose you already have the address and you want to get the coordinates for your geoPoint. It is possible that you are feeding the maps engine with a wrong request.

If you think you found a bug you can send them an email, but I suggest you to check with other locations or to publish first here your code in order to spot the eventual errors.

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