[6.7.2] change camera get loop from 5s to 2s
This commit is contained in:
@@ -38,7 +38,7 @@ class RoadCrossCameraManager : IMoGoMapRoadListener, IGaoDeMapLocationListener {
|
||||
private const val TAG = "RoadCrossCameraManager"
|
||||
private const val REQUEST_CAMERA_MSG = 0
|
||||
private const val REMOVE_MARKER_MSG = 1
|
||||
private const val REQUEST_CAMERA_DELAY_TIME = 50000L
|
||||
private const val REQUEST_CAMERA_DELAY_TIME = 20000L
|
||||
private const val REMOVE_MARKER_DELAY_TIME = 10000L
|
||||
|
||||
val instance: RoadCrossCameraManager by lazy(mode = LazyThreadSafetyMode.SYNCHRONIZED) {
|
||||
|
||||
Reference in New Issue
Block a user