[fea]
[日志]
This commit is contained in:
yangyakun
2024-11-21 15:36:12 +08:00
parent cb0d4614c5
commit ef966a1e73
3 changed files with 7 additions and 1 deletions

View File

@@ -7,4 +7,8 @@ import com.mogo.eagle.core.data.map.SiteMarkerBean
// type 1-> 起终点+站点
data class OchInfo(var type: Int, var latLonList: List<MogoLocation>?) {
var siteMarkerList: List<SiteMarkerBean>? = null// 起终点+站点
override fun toString(): String {
return "OchInfo(type=$type, latLonList=$latLonList, siteMarkerList=$siteMarkerList)"
}
}