[Feat]新增全览模式地图显示、隐藏接口

This commit is contained in:
chenfufeng
2022-07-19 17:01:31 +08:00
parent 1c77390867
commit 41f9a961e4
3 changed files with 20 additions and 0 deletions

View File

@@ -888,6 +888,14 @@ import kotlin.collections.ArrayList
dismissToolsFloatView()
}
override fun showSmallFragment() {
// TODO:("展示全览模式地图")
}
override fun hideSmallFragment() {
// TODO:("隐藏全览模式地图")
}
private fun showCameraList(cameraList: List<CameraEntity>?) {
context?.let {
if (cameraViewFloat == null) {