Routeboxer(谷歌地图API)PHP实现

发布于 2024-10-16 08:54:19 字数 48 浏览 3 评论 0原文

如何在 php 中获得相同的东西?我不能依赖 javascript 进行数据输入。

How to get the same thing but in php. I can't rely on javascript for data input.

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

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

发布评论

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

评论(2

故事↓在人 2024-10-23 08:54:19

对于那些寻找它的人,我还开发了 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.

舟遥客 2024-10-23 08:54:19

抱歉,如果这是在挖掘较晚的线程,我只是想将其发布给后代。

你可以在这里找到一个具有相同功能的 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.

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