AVIROMarkerModel

struct AVIROMarkerModel : Codable, Hashable
  • Declaration

    Swift

    let placeId: String
  • x

    Declaration

    Swift

    let x: Double
  • y

    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