opt
This commit is contained in:
@@ -8,6 +8,8 @@ import com.mogo.map.navi.IMogoAimlessModeListener;
|
||||
import com.mogo.map.navi.IMogoCarLocationChangedListener;
|
||||
import com.mogo.map.navi.IMogoNaviListener;
|
||||
|
||||
import java.util.Iterator;
|
||||
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020-01-09
|
||||
@@ -72,6 +74,13 @@ public interface IMogoRegisterCenter extends IProvider {
|
||||
*/
|
||||
void registerMogoLocationListener( String tag, IMogoLocationListener listener );
|
||||
|
||||
/**
|
||||
* 返回点位监听
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
Iterator< IMogoLocationListener > getLocationListeners();
|
||||
|
||||
/**
|
||||
* 注销定位监听函数
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user