外卖订单查询工具
Foodora订单C
PCMiler REST API 提供路线坐标序列获取与地址地理编码功能,支持卡车专用路径规划。
1. 设置环境变量:
export PCMILER_API_KEY="your_api_key_here"
2. 获取路线报告:
curl -s -X GET "https://pcmiler.alk.com/apis/rest/v1.0/Service.svc/route/routeReports?stops=-75.173297%2C39.942892%3B-74.83153%2C39.61703&reports=RoutePath" -H "Authorization: $PCMILER_API_KEY"
3. 地理编码地址:
curl -s -X GET "https://pcmiler.alk.com/apis/rest/v1.0/Service.svc/locations?street=1%20Independence%20Way&city=princeton&state=nj&country=US" -H "Authorization: $PCMILER_API_KEY"
见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | 途经点坐标串、地址文本、API 密钥 |
| 输出 | 路线坐标序列、行驶时间/距离、地理编码结果 |
| 适用人群 | 物流平台开发者、车队管理系统集成人员 |
| 不包含 | 实时路况、离线地图、司机法规合规检查 |
原始链接:https://github.com/openclaw/skills/tree/main/skills/nchoudhury-trimble/pcmiler/SKILL.md
来源类型:GitHub 仓库