AWSLocationCellSignals
Objective-C
@interface AWSLocationCellSignals
Swift
class AWSLocationCellSignals
The cellular network communication infrastructure that the device uses.
Required parameters: [LteCellDetails]
-
Information about the Long-Term Evolution (LTE) network the device is connected to.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSLocationLteCellDetails *> *_Nullable lteCellDetails;
Swift
var lteCellDetails: [AWSLocationLteCellDetails]? { get set }