This commit is contained in:
wangcongtao
2019-12-27 19:56:30 +08:00
parent 522c5e2dbf
commit ae9ddcb369
308 changed files with 6608 additions and 607 deletions

View File

@@ -9,6 +9,7 @@ import androidx.fragment.app.Fragment;
import com.alibaba.android.arouter.facade.template.IProvider;
import com.mogo.map.listener.IMogoMapListener;
import com.mogo.map.navi.IMogoNaviListener;
/**
* @author congtaowang
@@ -75,4 +76,11 @@ public interface IMogoModuleProvider extends IProvider {
* @return
*/
int getType();
/**
* 导航监听
*
* @return
*/
IMogoNaviListener getNaviListener();
}