Address
struct Address
extension POIKit.Address: Equatable
Address that can be mapped to a road
-
house number of the address
Declaration
Swift
public var houseNumber: String
-
street name of the address
Declaration
Swift
public var street: String
-
coordinate where the address is located
Declaration
Swift
public var coordinate: CLLocationCoordinate2D? { get }