This commit is contained in:
wangcongtao
2020-03-04 15:56:46 +08:00
parent 1396306f24
commit e0bdc4cbff
3 changed files with 7 additions and 5 deletions

View File

@@ -62,9 +62,6 @@ public class NaviListenerAdapter extends AMapNaviListenerAdapter {
mNaviOverlayHelper = new NaviOverlayHelper( mAMapNavi, AMapWrapper.getAMap(), mContext );
}
public void setNaviing( boolean mIsNaviing ) {
this.mIsNaviing = mIsNaviing;
}
@@ -207,7 +204,6 @@ public class NaviListenerAdapter extends AMapNaviListenerAdapter {
@Override
public void onLocationChange( AMapNaviLocation aMapNaviLocation ) {
super.onLocationChange( aMapNaviLocation );
Logger.i( TAG, "onLocationChange" +aMapNaviLocation.getCoord().toString());
mNaviOverlayHelper.handlePassedLocation( aMapNaviLocation );
}