增加自车位置加强提示动画及接口

This commit is contained in:
tongchenfei
2020-11-18 19:35:19 +08:00
parent 3146f2a5b0
commit 8b5bc93455
10 changed files with 145 additions and 45 deletions

View File

@@ -92,6 +92,13 @@ public class MogoMapUIController implements IMogoMapUIController {
}
}
@Override
public void emphasizeMyLocation() {
if ( mDelegate != null ) {
mDelegate.emphasizeMyLocation();
}
}
@Override
public void showMyLocation( View view ) {
if ( mDelegate != null ) {