fixed bug
This commit is contained in:
@@ -545,7 +545,11 @@ public class TanluManager implements IMogoMarkerClickListener,
|
||||
markerShowEntity.setMarkerLocation(markerLocation);
|
||||
|
||||
IMogoMarker mogoMarker = TanluServiceManager.getServiceApis().getMarkerService().drawMarker(markerShowEntity);
|
||||
mogoMarker.setClickable(false);
|
||||
if (mogoMarker != null) {
|
||||
mogoMarker.setClickable(false);
|
||||
} else {
|
||||
Logger.e(TAG, "mogoMarker == null ");
|
||||
}
|
||||
|
||||
//添加图片动画
|
||||
Bitmap bitmap = BitmapFactory.decodeResource(mContext.getResources(), R.drawable.tanlu_circle_image, null);
|
||||
|
||||
Reference in New Issue
Block a user