add MapDataManager, updates points and lines drawn on the map

This commit is contained in:
cyBerta
2019-03-08 02:00:24 +01:00
parent 9843debd21
commit 1f332f2b8c
7 changed files with 326 additions and 59 deletions
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
<solid android:color="@color/white"/>
<size android:width="10dp" android:height="10dp"/>
</shape>