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.MatchingEngine
MatchingEngine class MobiledgeX MatchingEngine APIs
Nested Types
MobiledgeXiOSLibrary.MatchingEngine.VerifyLocationReply.TowerStatus
Values for VerifyLocationReply tower_status field
MobiledgeXiOSLibrary.MatchingEngine.VerifyLocationReply.GPSLocationStatus
Values 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]?