[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

@@ -37,6 +37,14 @@ dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
implementation 'io.reactivex.rxjava3:rxjava:3.1.5'
//Google Maps SDK
implementation 'com.google.android.gms:play-services-maps:19.1.0'
// Glide
implementation 'com.github.bumptech.glide:glide:4.16.0' // Check for the latest version
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
//Firebase Dependencies
implementation platform('com.google.firebase:firebase-bom:33.10.0')
implementation 'com.google.firebase:firebase-analytics'