opt
This commit is contained in:
@@ -171,7 +171,7 @@ public class AMapNaviViewWrapper implements IMogoMapView,
|
||||
}
|
||||
mMapView.setRouteOverlayVisible( false );
|
||||
mMapView.setCarOverlayVisible( false );
|
||||
setUIMode( EnumMapUI.CarUp_2D, null );
|
||||
setUIMode( EnumMapUI.NorthUP_2D, null );
|
||||
}
|
||||
|
||||
private void initListeners() {
|
||||
|
||||
@@ -16,6 +16,7 @@ import com.amap.api.maps.model.animation.AnimationSet;
|
||||
import com.amap.api.maps.model.animation.ScaleAnimation;
|
||||
import com.amap.api.maps.model.animation.TranslateAnimation;
|
||||
import com.amap.api.maps.utils.overlay.MovingPointOverlay;
|
||||
import com.autonavi.amap.mapcore.IPoint;
|
||||
import com.mogo.commons.AbsMogoApplication;
|
||||
import com.mogo.map.MogoLatLng;
|
||||
import com.mogo.map.impl.amap.AMapWrapper;
|
||||
@@ -517,4 +518,11 @@ public class AMapMarkerWrapper implements IMogoMarker, Observer {
|
||||
}
|
||||
return mMarker.isInfoWindowShown();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setGps( boolean isGps ) {
|
||||
MarkerOptions options = mMarker.getOptions();
|
||||
options.setGps( isGps );
|
||||
mMarker.setMarkerOptions( options );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user