[taxi/bus-d 270] taxi/bus 远视角模式下起终点消失bug
This commit is contained in:
@@ -70,11 +70,9 @@ public class MogoMarkersHandler implements IMogoMarkerClickListener, IMogoMarker
|
||||
if (TextUtils.isEmpty(mogoMarker.getOwner())) {
|
||||
mogoMarker.setVisible(false);
|
||||
}
|
||||
Arrays.stream(owner).forEach(own -> {
|
||||
if (!mogoMarker.getOwner().equals(own)) {
|
||||
mogoMarker.setVisible(false);
|
||||
}
|
||||
});
|
||||
if (!Arrays.asList(owner).contains(mogoMarker.getOwner())){
|
||||
mogoMarker.setVisible(false);
|
||||
}
|
||||
}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user