1. 优化单位显示
2. 去掉部分log 3. 其他优化
This commit is contained in:
@@ -874,7 +874,7 @@ public class AMapNaviViewWrapper implements IMogoMapView,
|
||||
} else {
|
||||
if ( ( int ) location.getBearing() == 0
|
||||
&& mLastDriveLocationShadow != null ) {
|
||||
if ( mMyLocationMarker == null ) {
|
||||
if ( mMyLocationMarker == null || mMyLocationMarker.isRemoved() ) {
|
||||
initMyLocationMarker();
|
||||
}
|
||||
if ( mMyLocationMarker != null ) {
|
||||
|
||||
Reference in New Issue
Block a user