移除废弃定位回调

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-02-09 12:02:26 +08:00
parent 4dc06e5817
commit 7b9c25ab52
13 changed files with 12 additions and 83 deletions

View File

@@ -1,8 +1,6 @@
package com.mogo.map.navi;
import com.mogo.eagle.core.data.map.MogoLatLng;
/**
* @author congtaowang
* @since 2020-03-14
@@ -11,5 +9,4 @@ import com.mogo.eagle.core.data.map.MogoLatLng;
*/
public interface IMogoCarLocationChangedListener {
void onCarLocationChanged( MogoLatLng latLng );
}