SubPOIObj

@Serializable
data class SubPOIObj(var count: Int = 0, var poi: ArrayList<POIBaseObj>? = null)

Constructors

Link copied to clipboard
constructor(count: Int = 0, poi: ArrayList<POIBaseObj>? = null)

Properties

Link copied to clipboard
var count: Int
Link copied to clipboard
var poi: ArrayList<POIBaseObj>?