[2.13.0-arch-opt] merge

This commit is contained in:
zhongchao
2023-02-07 15:06:28 +08:00
parent a382fc36c1
commit 1548c607da
71 changed files with 1014 additions and 1337 deletions

View File

@@ -8,13 +8,6 @@ import androidx.annotation.Keep;
@Keep
public class MoGoFragmentPaths {
/**
* 高精地图 Fragment
*/
@Keep
@Deprecated
public static final String PATH_FRAGMENT_MAP = "/hd_map_ui/";
/**
* 小地图 Fragment
*/

View File

@@ -20,9 +20,14 @@ public class MogoServicePaths {
* 地图服务接口ARouter实例化路径
*/
@Keep
@Deprecated
public static final String PATH_SERVICES_MAP = "/mapservices/api";
/**
* 地图业务 实现,包括感知物绘制,点云,绘制,采集相关
*/
@Keep
public static final String PATH_MAP_BIZ = "/mapbiz/api";
/**
* Float View
*/
@@ -33,6 +38,7 @@ public class MogoServicePaths {
/**
* v2x 模块
*/
@Deprecated
public static final String PATH_V2X_MODULE = "/v2x_api/module";
/**