Open
Conversation
- 实现百度地图路径规划 API 集成 - 支持驾车、步行、骑行、公交四种交通方式 - 支持使用当前位置作为起点 - 异步执行,返回详细路线步骤 - API Key 从长期记忆自动读取 关联任务:#4779
- 添加 PlanRouteTool 到工具注册表 - 位置:基础工具类别 关联任务:#4779
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
任务 #4779 - 开发路径规划工具
功能说明
新增百度地图路径规划工具,支持多种交通方式的路线规划。
变更内容
PlanRouteTool.java- 路径规划工具实现ToolRegistry.java- 注册新工具功能特性
技术方案
https://api.map.baidu.com/directionlite/v1/{mode}baidu_map_api_key读取测试计划
关联任务
分支:
feature/plan_route_tool→master