[2.13.0-arch-opt] change the color of jiangshiche and opt tracker

This commit is contained in:
zhongchao
2023-02-27 19:06:03 +08:00
parent c6f0ecc04a
commit 19f9f1d1ef
9 changed files with 68 additions and 60 deletions

View File

@@ -46,6 +46,11 @@ public interface IMogoMap {
*/
IMogoMarker addMarker(String tag, MogoMarkerOptions options);
/**
* 清除所有marker
*/
void clearAllMarkers();
/**
* 批量更新锚点位置
*

View File

@@ -38,6 +38,11 @@ public interface IMogoMarkerManager {
*/
List<IMogoMarker> addMarkers(String tag, ArrayList<MogoMarkerOptions> options, boolean moveToCenter);
/**
* 清除所有marker
*/
void clearAllMarker();
/**
* 批量更新锚点位置
*