Complete small map draw polyline

This commit is contained in:
董宏宇
2021-06-28 20:14:57 +08:00
parent 6fad4ba6db
commit 6293c072dd
6 changed files with 113 additions and 37 deletions

View File

@@ -496,7 +496,7 @@ public class TestOnLineCarUtils {
try {
InputStream inputStream = V2XUtils.getApp()
.getResources()
.openRawResource(R.raw.test_coordinates2);
.openRawResource(R.raw.test_coordinates);
ByteArrayOutputStream baos = new ByteArrayOutputStream();
int len = -1;
byte[] buffer = new byte[1024];