[6.8.0]
[fea] [日志]
This commit is contained in:
@@ -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)"
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user