调整adas,mark显示问题
This commit is contained in:
@@ -9,6 +9,7 @@ import com.mogo.map.marker.IMogoMarkerManager
|
||||
import com.mogo.map.navi.IMogoNavi
|
||||
import com.mogo.map.search.geo.IMogoGeoSearch
|
||||
import com.mogo.map.uicontroller.IMogoMapUIController
|
||||
import com.mogo.module.common.MogoModulePaths
|
||||
import com.mogo.service.MogoServicePaths
|
||||
import com.mogo.service.analytics.IMogoAnalytics
|
||||
import com.mogo.service.fragmentmanager.FragmentDescriptor
|
||||
@@ -79,4 +80,10 @@ object SearchServiceHolder{
|
||||
return geoSearch!!
|
||||
}
|
||||
|
||||
fun setMarkerStatus(show: Boolean) {
|
||||
statusManager.setSearchUIShow(
|
||||
MogoModulePaths.PATH_FRAGMENT_SEARCH_CATEGORY, show
|
||||
)
|
||||
}
|
||||
|
||||
}
|
||||
@@ -48,6 +48,7 @@ object NaviManager {
|
||||
}
|
||||
showHome()
|
||||
|
||||
SearchServiceHolder.setMarkerStatus(true)
|
||||
var newInstance =
|
||||
ChoosePathFragment.newInstance(
|
||||
MogoLatLng(lat, lon)
|
||||
|
||||
Reference in New Issue
Block a user