雅虎地图地理编码
如何解决 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.