增加了切换卡片的动画

This commit is contained in:
董宏宇
2020-02-15 23:54:31 +08:00
parent bac6dba0b3
commit 1163ededfe
7 changed files with 94 additions and 11 deletions

View File

@@ -149,6 +149,14 @@ public class MogoMapUIController implements IMogoMapUIController {
return null;
}
@Override
public MogoLatLng getLocationMogoLatLngInScreen(Point point) {
if (mDelegate != null) {
return mDelegate.getLocationMogoLatLngInScreen(point);
}
return null;
}
@Override
public void startJumpAnimation( IMogoMarker marker, float high, Interpolator interpolator, long duration ) {
if ( mDelegate != null ) {