Routeboxer(谷歌地图API)PHP实现
如何在 php 中获得相同的东西?我不能依赖 javascript 进行数据输入。
How to get the same thing but in php. I can't rely on javascript for data input.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于那些寻找它的人,我还开发了 RouteBoxer 的 java 端口,你可以找到它: 这里
这允许在服务器端进行路由装箱(例如搜索距离给定经纬度路径足够近的点)。
For those who looks for it, I've also developped a java port of RouteBoxer, you can find it : here
This allows to do route boxing (like searching points close enough to a given lat lng path), on server side.
抱歉,如果这是在挖掘较晚的线程,我只是想将其发布给后代。
你可以在这里找到一个具有相同功能的 PHP 类: http://www.luktek.com/ ?q=node/4
类中有一个小变化(第 10 行,我似乎记得)。只要确保你纠正它,你就会没事的!
希望有帮助。
sorry if this is digging up a late thread, just thought i'd post this for posterity.
you can find a PHP class that does the same here : http://www.luktek.com/?q=node/4
there is a small change in the class (line 10, i seem to remember). just make sure you correct that and you'll be fine!
hope it helps.