[2.13.0-arch-opt] merge
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user