Swift Rest SDK Documentation Beta

Structure Mobiledge​XiOSLibrary.​Matching​Engine.​Verify​Location​Reply

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

MobiledgeXiOSLibrary.MatchingEngine.VerifyLocationReply MobiledgeXiOSLibrary.MatchingEngine.VerifyLocationReply Decodable Decodable MobiledgeXiOSLibrary.MatchingEngine.VerifyLocationReply->Decodable

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]?