[ShareLocation] Initial "read data from db" logic

Added some base GoogleMap widget logic and a way to listen to ones own
location updates. In future this needs to be extended with a way to
listen to the updates of other users.
This commit is contained in:
Alexander Dörflinger
2025-03-19 16:05:13 +01:00
parent 89804eb842
commit f6abb8fac0
15 changed files with 648 additions and 23 deletions

View File

@@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="800dp"
android:height="800dp"
android:viewportWidth="16"
android:viewportHeight="16">
<path
android:pathData="M8,10C9.105,10 10,9.105 10,8C10,6.895 9.105,6 8,6C6.895,6 6,6.895 6,8C6,9.105 6.895,10 8,10Z"
android:fillColor="#000000"/>
<path
android:pathData="M2.083,7C2.504,4.487 4.487,2.504 7,2.083V0H9V2.083C11.512,2.504 13.495,4.487 13.917,7H16V9H13.917C13.495,11.512 11.512,13.495 9,13.917V16H7V13.917C4.487,13.495 2.504,11.512 2.083,9H0V7H2.083ZM4,8C4,5.791 5.791,4 8,4C10.209,4 12,5.791 12,8C12,10.209 10.209,12 8,12C5.791,12 4,10.209 4,8Z"
android:fillColor="#000000"
android:fillType="evenOdd"/>
</vector>