Merge branch 'dev_arch_opt_3.0' into 'dev_robobus-d_230217_1.0.1'
Dev arch opt 3.0 See merge request zhjt/AndroidApp/MoGoEagleEye!545
This commit is contained in:
@@ -212,4 +212,7 @@ object CallerHmiManager {
|
||||
hmiProviderApi?.updateStatusBarDownloadView(insert, tag, progress)
|
||||
}
|
||||
|
||||
fun updateHDDataCacheStatus(isCached: Boolean) {
|
||||
waringProviderApi?.updateHDDataCacheStatus(isCached)
|
||||
}
|
||||
}
|
||||
@@ -5,7 +5,9 @@ import com.mogo.eagle.core.data.constants.MogoServicePaths
|
||||
import com.mogo.eagle.core.function.api.map.IMogoMapService
|
||||
import com.mogo.eagle.core.function.api.map.marker.IMogoMarkerService
|
||||
import com.mogo.eagle.core.function.call.base.CallerBase
|
||||
import com.mogo.map.location.IMogoGDLocationClient
|
||||
import com.mogo.map.hdcache.IHdCacheListener
|
||||
import com.mogo.map.listener.IMogoHosListenerRegister
|
||||
import com.mogo.map.location.IMogoLocationClient
|
||||
import com.mogo.map.marker.IMogoMarkerManager
|
||||
import com.mogo.map.overlay.IMogoOverlayManager
|
||||
import com.mogo.map.uicontroller.IMogoMapUIController
|
||||
@@ -30,6 +32,14 @@ object CallerMapUIServiceManager {
|
||||
return serviceProvider?.markerService
|
||||
}
|
||||
|
||||
fun cacheHDDataByCity(listener: IHdCacheListener) {
|
||||
serviceProvider?.mapUIController?.cacheHDDataByCity(listener)
|
||||
}
|
||||
|
||||
fun isCityDataCached(): Boolean {
|
||||
return serviceProvider?.mapUIController?.isCityDataCached ?: true
|
||||
}
|
||||
|
||||
fun getOverlayManager(): IMogoOverlayManager?{
|
||||
return serviceProvider?.overlayManager
|
||||
}
|
||||
|
||||
@@ -40,4 +40,11 @@ object CallerObuApiManager {
|
||||
return providerApi.isConnected()
|
||||
}
|
||||
|
||||
/**
|
||||
* 设置obu sdk的 日志
|
||||
*/
|
||||
fun setObuLog(isSet: Boolean) {
|
||||
providerApi.setObuLog(isSet)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user