-
Rating: The user’s rating for the route. Normalized between 0 and 100.
Declaration
Swift
public let rating: Int? -
Comment: Any comments that the user had about the route.
Declaration
Swift
public let comment: String? -
Declaration
Swift
@nonobjc public init(rating: Int? = nil, comment: String? = nil) -
Declaration
Swift
public convenience init(rating ratingNumber: NSNumber?, comment: String?)
Install in Dash
EndOfRouteFeedback Class Reference