-
Declaration
Swift
public var foreignMembers: JSONObject -
A kind of rest stop.
See moreDeclaration
Swift
public enum StopType : String, Codable -
The kind of the rest stop.
Declaration
Swift
public let type: StopType -
The name of the rest stop, if available.
Declaration
Swift
public let name: String? -
Initializes an unnamed rest stop of a certain kind.
Declaration
Swift
public init(type: StopType)Parameters
typeThe kind of rest stop.
-
Declaration
Swift
public init(from decoder: Decoder) throws -
Declaration
Swift
public func encode(to encoder: Encoder) throws -
Declaration
Swift
public static func == (lhs: `Self`, rhs: `Self`) -> Bool
Install in Dash
RestStop Structure Reference