PlaceListModel
struct PlaceListModel : Codable, Equatable
-
Declaration
Swift
static func == (lhs: PlaceListModel, rhs: PlaceListModel) -> Bool -
Declaration
Swift
var title: String -
Declaration
Swift
var distance: String -
Declaration
Swift
var address: String -
Declaration
Swift
var phone: String -
Declaration
Swift
let x: Double -
Declaration
Swift
let y: Double
PlaceListModel Structure Reference