This commit is contained in:
wangcongtao
2020-03-20 10:24:11 +08:00
parent 513c5ab7d8
commit edbbe8ea9d
28 changed files with 162 additions and 29 deletions

View File

@@ -2,6 +2,7 @@ package com.mogo.map.uicontroller;
import android.graphics.Point;
import android.graphics.Rect;
import android.location.Location;
import android.view.View;
import android.view.animation.Interpolator;
@@ -59,6 +60,13 @@ public interface IMogoMapUIController {
*/
void showMyLocation( float degree );
/**
* 以外部定位的方式改变当前位置
*
* @param location
*/
void changeMyLocation( Location location );
/**
* 锁车
*/