[6.8.0] volatile

This commit is contained in:
zhongchao
2024-12-02 19:33:59 +08:00
parent 656cfcad28
commit 5a6542a7bb

View File

@@ -141,7 +141,9 @@ class TravelRealityView @JvmOverloads constructor(
@Volatile
private var mLocation: MogoLocation? = null
@Volatile
private var mStartMarker: Marker? = null
@Volatile
private var mEndMarker: Marker? = null
@Volatile
@@ -260,7 +262,9 @@ class TravelRealityView @JvmOverloads constructor(
private var mSmallEndMarker: Marker? = null
// 目前Taxi用到
@Volatile
private var mStartLatLng: LatLng? = null
@Volatile
private var mEndLatLng: LatLng? = null
// Bus会用到