feat: 增加交限和交通灯的渲染图标

This commit is contained in:
2023-05-25 15:10:40 +08:00
47 changed files with 646 additions and 174 deletions

View File

@@ -6,7 +6,7 @@ import kotlinx.parcelize.Parcelize
@Parcelize
data class SignBean(
//图标ID
val iconId: Int,
var iconId: Int = 0,
//定位点到目标距离
val distance: Int = 0,
//图表中的问题
@@ -17,8 +17,8 @@ data class SignBean(
val linkId: String,
//坐标
val geometry: String,
//底部文字
val bottomText: String,
//名称
val name: String,
//底部右侧文字
val bottomRightText: String,
//要素code类型