Location
public struct Location : Codable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public let latitude: CLLocationDegrees
-
Undocumented
Declaration
Swift
public let longitude: CLLocationDegrees
-
Undocumented
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public let address: String?
-
Undocumented
See moreDeclaration
Swift
public enum CodingKeys : String, CodingKey