VenuePoisAutocompletePrediction

data class VenuePoisAutocompletePrediction(val id: Int, val name: String, val distance: Int?, val duration: Int?, val level: Int, val ref: String?, val building: String?, val category: String?)

Constructors

Link copied to clipboard
constructor(id: Int, name: String, distance: Int?, duration: Int?, level: Int, ref: String?, building: String?, category: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int
Link copied to clipboard
val level: Int
Link copied to clipboard
Link copied to clipboard
val ref: String?