GolfCourse
@objcMembers
final class GolfCourse : Object, PlaceInfo, PlaceMappable
Realm representation of a golf course place
-
Link to the Mappable object for this location
Declaration
Swift
dynamic var map: Mappable? -
placeId
Declaration
Swift
dynamic var placeId: Int -
Constructor from MTP endpoint data
Declaration
Swift
convenience init?(from: PlaceJSON, realm: RealmDataController) -
Declaration
Swift
override var description: String { get }
View on GitHub
GolfCourse Class Reference