使用 PHP 计算行车路线?
对于我的应用程序,我需要一台服务器来计算行车路线。
Google Maps API 专为客户端使用而设计,具有 Javascript 和 Flash API。有什么办法可以在服务器端运行他们的 API 吗?
For my application I need a server to calculate driving directions.
The Google Maps API was designed for clientside use only, with a Javascript and Flash API. Is there any way I can run their API's server-side?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,这不是官方的,谷歌不支持它,但它有效:
并且您将在 $data 数组中找到方向。
As I know it this isn't official and google doesn't support it but it works:
And you'll have directions in $data array.