opt
This commit is contained in:
@@ -602,7 +602,9 @@ public class TanluListWindow extends RelativeLayout implements IMogoMarkerClickL
|
||||
@Override
|
||||
public void onQueryRoadInfoFail(@NotNull String msg, int code) {
|
||||
Logger.e(TAG, "onQueryRoadInfoFail ----- msg = " + msg);
|
||||
speakFailVoice(searchfaileVoiceStrings[2]);
|
||||
// speakFailVoice(searchfaileVoiceStrings[2]);
|
||||
speakFailVoice("未发现" + mKeywords + "附近的特殊路况");
|
||||
moveToMarcker(currentLat, currentLon);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -1158,14 +1160,17 @@ public class TanluListWindow extends RelativeLayout implements IMogoMarkerClickL
|
||||
.longitude(lon);
|
||||
|
||||
IMogoMarker mogoAnimationMarker = mMarkerManager.addMarker(TanluConstants.MODEL_NAME, options);
|
||||
mogoAnimationMarker.startScaleAnimation(0, 4f, 0, 4f, 500, new LinearInterpolator(), new OnMarkerAnimationListener() {
|
||||
mogoAnimationMarker.startScaleAnimation(0, 1f, 0, 1f, 500, new LinearInterpolator(), new OnMarkerAnimationListener() {
|
||||
@Override
|
||||
public void onAnimStart() {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onAnimEnd() {
|
||||
mogoAnimationMarker.destroy();
|
||||
UiThreadHandler.postDelayed( () -> {
|
||||
mogoAnimationMarker.destroy();
|
||||
}, 1_200L );
|
||||
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 43 KiB |
Reference in New Issue
Block a user