"新增接口"

This commit is contained in:
wangcongtao
2020-07-24 15:05:24 +08:00
parent 04dae4fad7
commit 18bbd1debf
3 changed files with 5 additions and 5 deletions

View File

@@ -55,10 +55,7 @@ dependencies {
implementation project(':foudations:mogo-commons')
}
api 'com.zhidaoauto.machine:map:1.0.0-SNAPSHOT', {
exclude group: 'io.netty', module: 'netty-buffer'
exclude group: 'io.netty', module: 'netty-common'
}
api 'com.zhidaoauto.machine:map:1.0.0-SNAPSHOT'
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()

View File

@@ -475,4 +475,8 @@ public class AMapMarkerWrapper implements IMogoMarker, Observer {
mMarker.startSmooth(newPoints,duration*1000);
}
@Override
public void startScaleAnimationWithAlpha( float fromX, float toX, float fromY, float toY, float fromAlpha, float toAlpha, int duration, Interpolator interpolator, OnMarkerAnimationListener listener ) {
}
}