opt
This commit is contained in:
@@ -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 );
|
||||
|
||||
/**
|
||||
* 锁车
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user