TNEntityRating
@objcMembers
open class TNEntityRating : NSObject, Codable
Undocumented
-
The average ratings across all users.
Declaration
Swift
public var averageRating: Double?
-
Rating type, only “star” is supported now, the rating type may be extended in future.
Declaration
Swift
public var ratingType: String?
-
The ratings provider.
Declaration
Swift
public var source: String?
-
The total rating count for the place.
Declaration
Swift
public var totalCount: Int?
-
Link to the ratings.
Declaration
Swift
public var url: String?