关闭了定位日志,原因是影响调试
This commit is contained in:
@@ -479,7 +479,7 @@ public class AMapNaviViewWrapper implements IMogoMapView,
|
||||
new AMap.OnMyLocationChangeListener() {
|
||||
@Override
|
||||
public void onMyLocationChange( Location location ) {
|
||||
Logger.d( TAG, location.toString() );
|
||||
//Logger.d( TAG, location.toString() );
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user