Add GPS and map-based feature creation to CreatePage with attribute validation, MapViewModel enhancements for feature handling, and dependency updates.

This commit is contained in:
2025-12-04 11:02:45 +01:00
parent 56c61d38a1
commit bd66f298e0
4 changed files with 85 additions and 5 deletions

View File

@@ -66,6 +66,8 @@ dependencies {
androidTestImplementation(libs.androidx.compose.ui.test.junit4)
debugImplementation(libs.androidx.compose.ui.tooling)
debugImplementation(libs.androidx.compose.ui.test.manifest)
implementation("androidx.compose.material:material-icons-extended:1.7.8")
implementation("com.google.android.gms:play-services-location:21.3.0")
// ArcGIS Maps for Kotlin - SDK dependency
implementation(libs.arcgis.maps.kotlin)