如何在 bing 地图版本 7 中发出无需回调的地理编码请求?
是否可以像 6.2 版本那样在不指定回调函数的情况下发出地理编码请求?我需要在执行地理编码请求的函数中接收位置数据。
Is it possible to make geocode request without specify callback function like it was in 6.2 version? I need to receive location data in function from which was executed geocode request.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的猜测是您指的是当前的 JSONP 接口。好吧,假设您使用的是 jQuery,您可以轻松地在调用范围内使用回调。
示例:
我的地理编码 URL 可能与您的不同。特定国家/地区有特定的 URL。
My guess is that you're refering to the current JSONP interface. Well, assuming that you're using jQuery you can easily work with the callback in the scope of the call.
Example:
My geocoding URL may differ from yours. There are specific URLs for specific countries.