Structure
    MobiledgeXiOSLibrary.MatchingEngine.VerifyLocationReply
public struct VerifyLocationReply: Decodable
VerifyLocationReply struct Reply object received via VerifyLocation If verified, will return LOC_VERIFIED and CONNECTED_TO_SPECIFIED_TOWER Also contains information about accuracy of provided gps location
Relationships
Member Of
MobiledgeXiOSLibrary.MatchingEngineMatchingEngine class MobiledgeX MatchingEngine APIs
Nested Types
MobiledgeXiOSLibrary.MatchingEngine.VerifyLocationReply.TowerStatusValues for VerifyLocationReply tower_status field
MobiledgeXiOSLibrary.MatchingEngine.VerifyLocationReply.GPSLocationStatusValues for VerifyLocationReply gps_location_status field
Conforms To
Decodable
Properties
        ver
    
    var ver: uint
        tower_status
    
    var tower_status: TowerStatus
        gps_location_status
    
    var gps_location_status: GPSLocationStatus
        gps_location_accuracy_km
    
    var gps_location_accuracy_km: Double
        tags
    
    var tags: [String: String]?