添加地图定位功能

This commit is contained in:
ZhanGSKen
2025-02-24 15:20:51 +08:00
parent bb089a4eb1
commit ca16a8677a
17 changed files with 1237 additions and 456 deletions

View File

@@ -56,6 +56,9 @@ android {
}
dependencies {
// 定位服务
implementation 'com.google.android.gms:play-services-location:20.0.0'
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation 'androidx.appcompat:appcompat:1.1.0'