Complete small map draw line and remove line
This commit is contained in:
@@ -17,7 +17,7 @@ public interface IMogoSmallMapProvider extends IProvider {
|
||||
/**
|
||||
* 初始化网约车容器
|
||||
*
|
||||
* @param activity
|
||||
* @param activity activity
|
||||
* @param containerId 容器ID
|
||||
*/
|
||||
void init(FragmentActivity activity, @IdRes int containerId);
|
||||
@@ -32,13 +32,6 @@ public interface IMogoSmallMapProvider extends IProvider {
|
||||
*/
|
||||
void hidePanel();
|
||||
|
||||
/**
|
||||
* 修改轮盘角度
|
||||
*
|
||||
* @param angle 角度值 0-359
|
||||
*/
|
||||
void changeAngle(double angle);
|
||||
|
||||
/**
|
||||
* 绘制路径线
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user