This commit is contained in:
wangcongtao
2020-06-10 17:31:41 +08:00
parent aaf50f128f
commit 35a699d951
17 changed files with 74 additions and 10 deletions

View File

@@ -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();
/**
* 注销定位监听函数
*