@@ -219,6 +219,8 @@ public class ShipMap extends RelativeLayout implements GoogleMap.OnMarkerClickLi
return;
}
+ mCurrentGoogleMarker = null;
+ mCurrentBaiduMarker = null;
if (mUseGoogleMap) {
if (mGoogleMap != null) {