Complete small map draw line and remove line

This commit is contained in:
董宏宇
2021-06-28 15:45:40 +08:00
parent bbcfc07a4d
commit 4a5110b5de
20 changed files with 368 additions and 107 deletions

View File

@@ -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);
/**
* 绘制路径线
*/