统一地图图标渲染尺寸

优化提前显示面板,详细信息面板
增加多媒体照片
This commit is contained in:
squallzhjch
2023-06-29 17:22:40 +08:00
parent 2fe71fe94f
commit c00592f6d5
15 changed files with 273 additions and 107 deletions

View File

@@ -21,5 +21,7 @@ data class SignBean(
//底部右侧文字
val bottomRightText: String = "",
//捕捉数据
val renderEntity: RenderEntity
val renderEntity: RenderEntity,
//道路信息排序用的字段
val index: Int = 0
) : Parcelable