[3.4.0] voltile gd loc

This commit is contained in:
zhongchao
2023-08-07 13:03:13 +08:00
parent be52387aa3
commit 8b1b323add

View File

@@ -26,7 +26,9 @@ class GDLocationClient private constructor(context: Context) : AMapLocationListe
IMogoGDLocationClient {
//声明LocationClient对象
private lateinit var mLocationClient: AMapLocationClient
@Volatile
private var mCityCode: String = ""
@Volatile
private var mapLocation: AMapLocation? = null
/**