MLKBarcodeAddress
@interface MLKBarcodeAddress : NSObject
An address.
-
Formatted address, containing multiple lines when appropriate.
The parsing of address formats is quite limited. Typically all address information will appear on the first address line. To handle addresses better, it is recommended to parse the raw data. The raw data is available in
Barcode
‘srawValue
property.Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSArray<NSString *> *addressLines;
-
Address type.
Declaration
Objective-C
@property (nonatomic, readonly) MLKBarcodeAddressType type;
-
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;