修复了bug
修复外部调用高亮
This commit is contained in:
@@ -216,8 +216,11 @@ public class MapMarkerManager implements IMogoMarkerClickListener, IMogoOnMessag
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 对指定类型高亮处理
|
||||
public synchronized static void highlightedMarker(final String typeTag) {
|
||||
highlightedMarker(typeTag, false);
|
||||
}
|
||||
|
||||
public synchronized static void highlightedMarker(final String typeTag, final boolean netDataRefresh) {
|
||||
try {
|
||||
Logger.e(TAG, "上一次选中的卡片类型:mLastHighLightModule==" + mLastHighLightModule);
|
||||
|
||||
Reference in New Issue
Block a user