[3.4.0-map-sdk] extends interface of mapbiz
This commit is contained in:
@@ -31,23 +31,23 @@ interface IMogoMap {
|
||||
*/
|
||||
val uiController: IMogoMapUIController?
|
||||
|
||||
fun addPoint(options: Point.Options?): IMapPointOverlay?
|
||||
fun addPoint(options: Point.Options): IMapPointOverlay?
|
||||
|
||||
fun addLine(options: Polyline.Options?): IMapPolylineOverlay?
|
||||
fun addLine(options: Polyline.Options): IMapPolylineOverlay?
|
||||
|
||||
/**
|
||||
* 批量更新锚点位置
|
||||
*
|
||||
* @param optionsArrayList 锚点集合
|
||||
*/
|
||||
fun updateBatchMarkerPosition(optionsArrayList: HashMap<String?, TrackedObject?>?)
|
||||
fun updateBatchMarkerPosition(optionsArrayList: HashMap<String, TrackedObject>?)
|
||||
|
||||
/**
|
||||
* 批量更新锚点位置
|
||||
*
|
||||
* @param optionsArrayList 锚点集合
|
||||
*/
|
||||
fun updateBatchAiMarkerPosition(optionsArrayList: HashMap<String?, SocketDownData.CloudRoadDataProto?>?)
|
||||
fun updateBatchAiMarkerPosition(optionsArrayList: HashMap<String, SocketDownData.CloudRoadDataProto>?)
|
||||
|
||||
/**
|
||||
* 添加感知使用到的3d模型
|
||||
|
||||
@@ -20,7 +20,6 @@ enum class Level(val zIndex: Int) {
|
||||
*/
|
||||
GUIDE_ROUTE_LINE(75000),
|
||||
|
||||
|
||||
/**
|
||||
* 道路围栏区域绘制
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user