在分享模块增加了,监听高德巡航进行事件上报的功能
TODO 上报接口对接
This commit is contained in:
@@ -7,6 +7,7 @@ import com.mogo.map.IMogoMapViewInstanceHandler;
|
||||
import com.mogo.map.listener.IMogoHosListenerRegister;
|
||||
import com.mogo.map.location.IMogoLocationClient;
|
||||
import com.mogo.map.marker.IMogoMarkerManager;
|
||||
import com.mogo.map.navi.IMogoAimless;
|
||||
import com.mogo.map.navi.IMogoNavi;
|
||||
import com.mogo.map.overlay.IMogoOverlayManager;
|
||||
import com.mogo.map.search.drive.IMogoRoadSearch;
|
||||
@@ -77,6 +78,14 @@ public interface IMogoMapService extends IProvider {
|
||||
*/
|
||||
IMogoNavi getNavi( Context context );
|
||||
|
||||
/**
|
||||
* 获取巡航操作实例
|
||||
*
|
||||
* @param context
|
||||
* @return
|
||||
*/
|
||||
IMogoAimless getAimless(Context context);
|
||||
|
||||
/**
|
||||
* marker 操作
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user