AVIROMarkerModel
struct AVIROMarkerModel : Codable, Hashable
-
Declaration
Swift
let placeId: String
-
Declaration
Swift
let x: Double
-
Declaration
Swift
let y: Double
-
Declaration
Swift
let allVegan: Bool
-
Declaration
Swift
let someMenuVegan: Bool
-
Declaration
Swift
let ifRequestVegan: Bool
-
Declaration
Swift
func hash(into hasher: inout Hasher)
-
Declaration
Swift
static func == (lhs: AVIROMarkerModel, rhs: AVIROMarkerModel) -> Bool