Destination
public struct Destination : Decodable, Hashable
-
Declaration
Swift
public let coordinate: Coordinate
-
Declaration
Swift
public let name: String?
-
Declaration
Swift
public init(from decoder: any Decoder) throws
-
Declaration
Swift
public init(coordinate: Coordinate, name: String? = nil)