Use uuid in Map Matching response
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 438
- 派生
- 117
- PR 合并指标
- 30 天内没有已合并 PR
描述
Soon the Map Matching API will start returning a uuid field for all successful map match requests.
Once this field is returned for all profiles we should start using it in MapboxJava and remove the placeholder here https://github.com/mapbox/mapbox-java/blob/aa126fcad9e7dba2f5b7f74c5a46291463d9b85e/services-matching/src/main/java/com/mapbox/api/matching/v5/MatchingResponseFactory.java#L73
In the meantime, while we transition to including the uuid in all responses, we could consider adding optional parsing of the uuid field that falls back gracefully to the placeholder string. This could be useful for responses like NoMatch or NoRoute that don't return a uuid either.
/cc @Guardiola31337
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 services-matching/src/main/java/com/mapbox/api/matching/v5/MatchingResponseFactory.java 中 issue 引用的占位符开始,检查 Map Matching 响应的解析方式。将成功响应与 NoMatch 和 NoRoute 响应进行比较,以确定 uuid 的预期处理方式。当 uuid 存在时响应使用 API uuid,并在其缺失时仍保持正常行为,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- api
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100