opt
This commit is contained in:
@@ -143,7 +143,7 @@ public class SimpleHandlerThreadPool {
|
||||
}
|
||||
}
|
||||
|
||||
if (cloudRoadData.getFromType() == CloudRoadData.FROM_MY_LOCATION) {
|
||||
// if (cloudRoadData.getFromType() != CloudRoadData.FROM_MY_LOCATION) {
|
||||
|
||||
double[] matchedPoint = SnapshotSetDataDrawer.getInstance().matchRoad(cloudRoadData.getLon(),
|
||||
cloudRoadData.getLat(),
|
||||
@@ -171,7 +171,7 @@ public class SimpleHandlerThreadPool {
|
||||
cloudRoadData.setLat(matchedPoint[1]);
|
||||
}
|
||||
}
|
||||
}
|
||||
// }
|
||||
|
||||
final IMogoMarker finalMarker = marker;
|
||||
Logger.d(TAG, "work in " + Thread.currentThread().getName());
|
||||
|
||||
Reference in New Issue
Block a user