-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jiayu.liu
committed
Jan 24, 2024
1 parent
ce56448
commit e585873
Showing
2 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,35 @@ | ||
# MockGps | ||
|
||
<h3>Apk DownLoad</h3> | ||
![](/img/download.jpeg)<br> | ||
https://www.pgyer.com/hHJ9 | ||
|
||
v2.0 已上传 目前代码分支origin/feature/dev 待稳定后合入master分支。 | ||
<h2>功能v2.0</h2> | ||
![](/img/v2.0.jpeg)<br> | ||
<br> | ||
<br> | ||
<table border="1" > | ||
<tr > | ||
<td> | ||
![](/img/home_location.jpeg)<br> | ||
</td> | ||
<td> | ||
![](/img/home_navi.jpeg)<br> | ||
![](/img/home_navi_multiple.png)<br> | ||
</td> | ||
<td> | ||
![](/img/floating_window.jpeg)<br> | ||
![](/img/floating_window_location.png)<br> | ||
![](/img/location_control_panel.jpeg)<br> | ||
![](/img/floating_window_navi.png)<br> | ||
![](/img/navi_control_panel.jpeg)<br> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>功能</h2> | ||
1. 支持模拟定位以及模拟导航<br> | ||
2. 历史记录存储<br> | ||
3. 选址模块<br> | ||
4. 支持Android13,其他版本手机目前手机没有真机,手里只有一加8T<br> | ||
5. 支持文件数据读取&文件数据生成工具<br> | ||
6. 通过广播形式启动模拟导航<br> | ||
|
||
<h2>TODO</h2> | ||
1. 目前腾讯地图无效。无网状态下,仅使用gps可以生效<br> | ||
2. 选址模块待优化<br> | ||
3. 功能完善<br> | ||
4. 兼容性问题待解决<br> | ||
5. 架构重构,项目是边调研边完成的<br> | ||
|
||
<h2>更新</h2> | ||
1. 2022.2.18 适配部分手机出现IllegalArgumentException异常,手里机型有限。<br> | ||
2. 2022.9.5 v1.1 优化选址模块、新增广播启动模拟导航功能、支持文件数据模拟&文件生成模块(多路线选择指定模块)<br> | ||
3. 2023.11.23 v2.0 增加微调功能,以及优化功能。<br> | ||
4. 2024.1.24 v2.0 测试完成 |
File renamed without changes