PUT v1/Location/SearchAgentLocationsGeoCoordinates

Search for agents based off of lat/long and get a list back sorted by nearest distance

Request Information

Parameters (ParameterName * = required)

Name
Description
Sample Value
Latitude *
Latitude of the origin in which the location search should be done.
39.7392
Longitude *
Longitude of the origin in which the location search should be done.
104.9903
CountryTo *
The 2-letter country code. Set this if you want search results restricted to a certain country.
MX
RequiredReceivingAgents
No description available
Not available
RequiredPayoutAgents
No description available
Not available
RequiredReceivingAndPayoutAgents
No description available
Not available
Lat
No description available
Not available
Long
No description available
Not available
RequestCountry *
This is the country where the request is coming from as determined by the requesting IP address
Not available
FindLocationType *
No description available
Not available
PayAgentId
The agent id where the order can be picked up.
Not available

Response Information

Response body formats

application/json, text/json

Sample:
{
  "percentageOfGoodAgentsInCountry": 1.0,
  "agents": [
    {
      "businessHoursText": "sample string 1",
      "longitude": 2.1,
      "latitude": 3.1,
      "distanceFromOriginMiles": 4.1,
      "distanceFromOriginKilometers": 5.1,
      "confidence": "None",
      "geolocationConfidenceLevel": "None",
      "addressValidatedConfidence": 6.1,
      "addressValidatedUserId": 7,
      "agentToId": 8,
      "agentToName": "sample string 9",
      "locationId": 10,
      "branchNumber": "sample string 11",
      "locationName": "sample string 12",
      "locationAddress": "sample string 13",
      "locationAddress2": "sample string 14",
      "locationCity": "sample string 15",
      "locationState": "sample string 16",
      "currency": "sample string 17",
      "phone": "sample string 18",
      "locationType": 19,
      "collectionLocation": true,
      "payoutLocation": true,
      "sendLocation": true,
      "businessHours": [
        {
          "dayOfWeek": "Monday",
          "timeOpen": "sample string 1",
          "timeClose": "sample string 2",
          "timeZoneAbbrev": "sample string 3",
          "timeZoneName": "sample string 4",
          "comments": "sample string 5"
        },
        {
          "dayOfWeek": "Monday",
          "timeOpen": "sample string 1",
          "timeClose": "sample string 2",
          "timeZoneAbbrev": "sample string 3",
          "timeZoneName": "sample string 4",
          "comments": "sample string 5"
        },
        {
          "dayOfWeek": "Monday",
          "timeOpen": "sample string 1",
          "timeClose": "sample string 2",
          "timeZoneAbbrev": "sample string 3",
          "timeZoneName": "sample string 4",
          "comments": "sample string 5"
        }
      ]
    },
    {
      "businessHoursText": "sample string 1",
      "longitude": 2.1,
      "latitude": 3.1,
      "distanceFromOriginMiles": 4.1,
      "distanceFromOriginKilometers": 5.1,
      "confidence": "None",
      "geolocationConfidenceLevel": "None",
      "addressValidatedConfidence": 6.1,
      "addressValidatedUserId": 7,
      "agentToId": 8,
      "agentToName": "sample string 9",
      "locationId": 10,
      "branchNumber": "sample string 11",
      "locationName": "sample string 12",
      "locationAddress": "sample string 13",
      "locationAddress2": "sample string 14",
      "locationCity": "sample string 15",
      "locationState": "sample string 16",
      "currency": "sample string 17",
      "phone": "sample string 18",
      "locationType": 19,
      "collectionLocation": true,
      "payoutLocation": true,
      "sendLocation": true,
      "businessHours": [
        {
          "dayOfWeek": "Monday",
          "timeOpen": "sample string 1",
          "timeClose": "sample string 2",
          "timeZoneAbbrev": "sample string 3",
          "timeZoneName": "sample string 4",
          "comments": "sample string 5"
        },
        {
          "dayOfWeek": "Monday",
          "timeOpen": "sample string 1",
          "timeClose": "sample string 2",
          "timeZoneAbbrev": "sample string 3",
          "timeZoneName": "sample string 4",
          "comments": "sample string 5"
        },
        {
          "dayOfWeek": "Monday",
          "timeOpen": "sample string 1",
          "timeClose": "sample string 2",
          "timeZoneAbbrev": "sample string 3",
          "timeZoneName": "sample string 4",
          "comments": "sample string 5"
        }
      ]
    },
    {
      "businessHoursText": "sample string 1",
      "longitude": 2.1,
      "latitude": 3.1,
      "distanceFromOriginMiles": 4.1,
      "distanceFromOriginKilometers": 5.1,
      "confidence": "None",
      "geolocationConfidenceLevel": "None",
      "addressValidatedConfidence": 6.1,
      "addressValidatedUserId": 7,
      "agentToId": 8,
      "agentToName": "sample string 9",
      "locationId": 10,
      "branchNumber": "sample string 11",
      "locationName": "sample string 12",
      "locationAddress": "sample string 13",
      "locationAddress2": "sample string 14",
      "locationCity": "sample string 15",
      "locationState": "sample string 16",
      "currency": "sample string 17",
      "phone": "sample string 18",
      "locationType": 19,
      "collectionLocation": true,
      "payoutLocation": true,
      "sendLocation": true,
      "businessHours": [
        {
          "dayOfWeek": "Monday",
          "timeOpen": "sample string 1",
          "timeClose": "sample string 2",
          "timeZoneAbbrev": "sample string 3",
          "timeZoneName": "sample string 4",
          "comments": "sample string 5"
        },
        {
          "dayOfWeek": "Monday",
          "timeOpen": "sample string 1",
          "timeClose": "sample string 2",
          "timeZoneAbbrev": "sample string 3",
          "timeZoneName": "sample string 4",
          "comments": "sample string 5"
        },
        {
          "dayOfWeek": "Monday",
          "timeOpen": "sample string 1",
          "timeClose": "sample string 2",
          "timeZoneAbbrev": "sample string 3",
          "timeZoneName": "sample string 4",
          "comments": "sample string 5"
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<SearchAgentsLocationsGeoCoordinatesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels">
  <_x003C_Agents_x003E_k__BackingField>
    <AgentToGeolocation>
      <_x003C_AgentToId_x003E_k__BackingField>8</_x003C_AgentToId_x003E_k__BackingField>
      <_x003C_AgentToName_x003E_k__BackingField>sample string 9</_x003C_AgentToName_x003E_k__BackingField>
      <_x003C_BranchNumber_x003E_k__BackingField>sample string 11</_x003C_BranchNumber_x003E_k__BackingField>
      <_x003C_BusinessHours_x003E_k__BackingField>
        <AgentToLocationBusinessHoursResponse>
          <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField>
          <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField>
          <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField>
          <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField>
          <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField>
          <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField>
        </AgentToLocationBusinessHoursResponse>
        <AgentToLocationBusinessHoursResponse>
          <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField>
          <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField>
          <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField>
          <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField>
          <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField>
          <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField>
        </AgentToLocationBusinessHoursResponse>
        <AgentToLocationBusinessHoursResponse>
          <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField>
          <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField>
          <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField>
          <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField>
          <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField>
          <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField>
        </AgentToLocationBusinessHoursResponse>
      </_x003C_BusinessHours_x003E_k__BackingField>
      <_x003C_CollectionLocation_x003E_k__BackingField>true</_x003C_CollectionLocation_x003E_k__BackingField>
      <_x003C_Currency_x003E_k__BackingField>sample string 17</_x003C_Currency_x003E_k__BackingField>
      <_x003C_Latitude_x003E_k__BackingField>23</_x003C_Latitude_x003E_k__BackingField>
      <_x003C_LocationAddress2_x003E_k__BackingField>sample string 14</_x003C_LocationAddress2_x003E_k__BackingField>
      <_x003C_LocationAddress_x003E_k__BackingField>sample string 13</_x003C_LocationAddress_x003E_k__BackingField>
      <_x003C_LocationCity_x003E_k__BackingField>sample string 15</_x003C_LocationCity_x003E_k__BackingField>
      <_x003C_LocationId_x003E_k__BackingField>10</_x003C_LocationId_x003E_k__BackingField>
      <_x003C_LocationName_x003E_k__BackingField>sample string 12</_x003C_LocationName_x003E_k__BackingField>
      <_x003C_LocationState_x003E_k__BackingField>sample string 16</_x003C_LocationState_x003E_k__BackingField>
      <_x003C_LocationType_x003E_k__BackingField>19</_x003C_LocationType_x003E_k__BackingField>
      <_x003C_Longitude_x003E_k__BackingField xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal">24</_x003C_Longitude_x003E_k__BackingField>
      <_x003C_PayoutLocation_x003E_k__BackingField>true</_x003C_PayoutLocation_x003E_k__BackingField>
      <_x003C_Phone_x003E_k__BackingField>sample string 18</_x003C_Phone_x003E_k__BackingField>
      <_x003C_SendLocation_x003E_k__BackingField>true</_x003C_SendLocation_x003E_k__BackingField>
      <_x003C_AddressValidatedConfidence_x003E_k__BackingField>6.1</_x003C_AddressValidatedConfidence_x003E_k__BackingField>
      <_x003C_AddressValidatedUserId_x003E_k__BackingField>7</_x003C_AddressValidatedUserId_x003E_k__BackingField>
      <_x003C_BusinessHoursText_x003E_k__BackingField>sample string 1</_x003C_BusinessHoursText_x003E_k__BackingField>
      <_x003C_Confidence_x003E_k__BackingField>None</_x003C_Confidence_x003E_k__BackingField>
      <_x003C_DistanceFromOriginKilometers_x003E_k__BackingField>5.1</_x003C_DistanceFromOriginKilometers_x003E_k__BackingField>
      <_x003C_DistanceFromOriginMiles_x003E_k__BackingField>4.1</_x003C_DistanceFromOriginMiles_x003E_k__BackingField>
      <_x003C_GeolocationConfidenceLevel_x003E_k__BackingField>None</_x003C_GeolocationConfidenceLevel_x003E_k__BackingField>
      <_x003C_Latitude_x003E_k__BackingField>3.1</_x003C_Latitude_x003E_k__BackingField>
      <_x003C_Longitude_x003E_k__BackingField xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:double">2.1</_x003C_Longitude_x003E_k__BackingField>
    </AgentToGeolocation>
    <AgentToGeolocation>
      <_x003C_AgentToId_x003E_k__BackingField>8</_x003C_AgentToId_x003E_k__BackingField>
      <_x003C_AgentToName_x003E_k__BackingField>sample string 9</_x003C_AgentToName_x003E_k__BackingField>
      <_x003C_BranchNumber_x003E_k__BackingField>sample string 11</_x003C_BranchNumber_x003E_k__BackingField>
      <_x003C_BusinessHours_x003E_k__BackingField>
        <AgentToLocationBusinessHoursResponse>
          <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField>
          <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField>
          <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField>
          <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField>
          <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField>
          <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField>
        </AgentToLocationBusinessHoursResponse>
        <AgentToLocationBusinessHoursResponse>
          <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField>
          <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField>
          <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField>
          <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField>
          <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField>
          <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField>
        </AgentToLocationBusinessHoursResponse>
        <AgentToLocationBusinessHoursResponse>
          <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField>
          <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField>
          <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField>
          <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField>
          <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField>
          <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField>
        </AgentToLocationBusinessHoursResponse>
      </_x003C_BusinessHours_x003E_k__BackingField>
      <_x003C_CollectionLocation_x003E_k__BackingField>true</_x003C_CollectionLocation_x003E_k__BackingField>
      <_x003C_Currency_x003E_k__BackingField>sample string 17</_x003C_Currency_x003E_k__BackingField>
      <_x003C_Latitude_x003E_k__BackingField>23</_x003C_Latitude_x003E_k__BackingField>
      <_x003C_LocationAddress2_x003E_k__BackingField>sample string 14</_x003C_LocationAddress2_x003E_k__BackingField>
      <_x003C_LocationAddress_x003E_k__BackingField>sample string 13</_x003C_LocationAddress_x003E_k__BackingField>
      <_x003C_LocationCity_x003E_k__BackingField>sample string 15</_x003C_LocationCity_x003E_k__BackingField>
      <_x003C_LocationId_x003E_k__BackingField>10</_x003C_LocationId_x003E_k__BackingField>
      <_x003C_LocationName_x003E_k__BackingField>sample string 12</_x003C_LocationName_x003E_k__BackingField>
      <_x003C_LocationState_x003E_k__BackingField>sample string 16</_x003C_LocationState_x003E_k__BackingField>
      <_x003C_LocationType_x003E_k__BackingField>19</_x003C_LocationType_x003E_k__BackingField>
      <_x003C_Longitude_x003E_k__BackingField xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal">24</_x003C_Longitude_x003E_k__BackingField>
      <_x003C_PayoutLocation_x003E_k__BackingField>true</_x003C_PayoutLocation_x003E_k__BackingField>
      <_x003C_Phone_x003E_k__BackingField>sample string 18</_x003C_Phone_x003E_k__BackingField>
      <_x003C_SendLocation_x003E_k__BackingField>true</_x003C_SendLocation_x003E_k__BackingField>
      <_x003C_AddressValidatedConfidence_x003E_k__BackingField>6.1</_x003C_AddressValidatedConfidence_x003E_k__BackingField>
      <_x003C_AddressValidatedUserId_x003E_k__BackingField>7</_x003C_AddressValidatedUserId_x003E_k__BackingField>
      <_x003C_BusinessHoursText_x003E_k__BackingField>sample string 1</_x003C_BusinessHoursText_x003E_k__BackingField>
      <_x003C_Confidence_x003E_k__BackingField>None</_x003C_Confidence_x003E_k__BackingField>
      <_x003C_DistanceFromOriginKilometers_x003E_k__BackingField>5.1</_x003C_DistanceFromOriginKilometers_x003E_k__BackingField>
      <_x003C_DistanceFromOriginMiles_x003E_k__BackingField>4.1</_x003C_DistanceFromOriginMiles_x003E_k__BackingField>
      <_x003C_GeolocationConfidenceLevel_x003E_k__BackingField>None</_x003C_GeolocationConfidenceLevel_x003E_k__BackingField>
      <_x003C_Latitude_x003E_k__BackingField>3.1</_x003C_Latitude_x003E_k__BackingField>
      <_x003C_Longitude_x003E_k__BackingField xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:double">2.1</_x003C_Longitude_x003E_k__BackingField>
    </AgentToGeolocation>
    <AgentToGeolocation>
      <_x003C_AgentToId_x003E_k__BackingField>8</_x003C_AgentToId_x003E_k__BackingField>
      <_x003C_AgentToName_x003E_k__BackingField>sample string 9</_x003C_AgentToName_x003E_k__BackingField>
      <_x003C_BranchNumber_x003E_k__BackingField>sample string 11</_x003C_BranchNumber_x003E_k__BackingField>
      <_x003C_BusinessHours_x003E_k__BackingField>
        <AgentToLocationBusinessHoursResponse>
          <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField>
          <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField>
          <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField>
          <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField>
          <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField>
          <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField>
        </AgentToLocationBusinessHoursResponse>
        <AgentToLocationBusinessHoursResponse>
          <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField>
          <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField>
          <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField>
          <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField>
          <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField>
          <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField>
        </AgentToLocationBusinessHoursResponse>
        <AgentToLocationBusinessHoursResponse>
          <_x003C_Comments_x003E_k__BackingField>sample string 5</_x003C_Comments_x003E_k__BackingField>
          <_x003C_DayOfWeek_x003E_k__BackingField>Monday</_x003C_DayOfWeek_x003E_k__BackingField>
          <_x003C_TimeClose_x003E_k__BackingField>sample string 2</_x003C_TimeClose_x003E_k__BackingField>
          <_x003C_TimeOpen_x003E_k__BackingField>sample string 1</_x003C_TimeOpen_x003E_k__BackingField>
          <_x003C_TimeZoneAbbrev_x003E_k__BackingField>sample string 3</_x003C_TimeZoneAbbrev_x003E_k__BackingField>
          <_x003C_TimeZoneName_x003E_k__BackingField>sample string 4</_x003C_TimeZoneName_x003E_k__BackingField>
        </AgentToLocationBusinessHoursResponse>
      </_x003C_BusinessHours_x003E_k__BackingField>
      <_x003C_CollectionLocation_x003E_k__BackingField>true</_x003C_CollectionLocation_x003E_k__BackingField>
      <_x003C_Currency_x003E_k__BackingField>sample string 17</_x003C_Currency_x003E_k__BackingField>
      <_x003C_Latitude_x003E_k__BackingField>23</_x003C_Latitude_x003E_k__BackingField>
      <_x003C_LocationAddress2_x003E_k__BackingField>sample string 14</_x003C_LocationAddress2_x003E_k__BackingField>
      <_x003C_LocationAddress_x003E_k__BackingField>sample string 13</_x003C_LocationAddress_x003E_k__BackingField>
      <_x003C_LocationCity_x003E_k__BackingField>sample string 15</_x003C_LocationCity_x003E_k__BackingField>
      <_x003C_LocationId_x003E_k__BackingField>10</_x003C_LocationId_x003E_k__BackingField>
      <_x003C_LocationName_x003E_k__BackingField>sample string 12</_x003C_LocationName_x003E_k__BackingField>
      <_x003C_LocationState_x003E_k__BackingField>sample string 16</_x003C_LocationState_x003E_k__BackingField>
      <_x003C_LocationType_x003E_k__BackingField>19</_x003C_LocationType_x003E_k__BackingField>
      <_x003C_Longitude_x003E_k__BackingField xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:decimal">24</_x003C_Longitude_x003E_k__BackingField>
      <_x003C_PayoutLocation_x003E_k__BackingField>true</_x003C_PayoutLocation_x003E_k__BackingField>
      <_x003C_Phone_x003E_k__BackingField>sample string 18</_x003C_Phone_x003E_k__BackingField>
      <_x003C_SendLocation_x003E_k__BackingField>true</_x003C_SendLocation_x003E_k__BackingField>
      <_x003C_AddressValidatedConfidence_x003E_k__BackingField>6.1</_x003C_AddressValidatedConfidence_x003E_k__BackingField>
      <_x003C_AddressValidatedUserId_x003E_k__BackingField>7</_x003C_AddressValidatedUserId_x003E_k__BackingField>
      <_x003C_BusinessHoursText_x003E_k__BackingField>sample string 1</_x003C_BusinessHoursText_x003E_k__BackingField>
      <_x003C_Confidence_x003E_k__BackingField>None</_x003C_Confidence_x003E_k__BackingField>
      <_x003C_DistanceFromOriginKilometers_x003E_k__BackingField>5.1</_x003C_DistanceFromOriginKilometers_x003E_k__BackingField>
      <_x003C_DistanceFromOriginMiles_x003E_k__BackingField>4.1</_x003C_DistanceFromOriginMiles_x003E_k__BackingField>
      <_x003C_GeolocationConfidenceLevel_x003E_k__BackingField>None</_x003C_GeolocationConfidenceLevel_x003E_k__BackingField>
      <_x003C_Latitude_x003E_k__BackingField>3.1</_x003C_Latitude_x003E_k__BackingField>
      <_x003C_Longitude_x003E_k__BackingField xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:double">2.1</_x003C_Longitude_x003E_k__BackingField>
    </AgentToGeolocation>
  </_x003C_Agents_x003E_k__BackingField>
  <_x003C_PercentageOfGoodAgentsInCountry_x003E_k__BackingField>1</_x003C_PercentageOfGoodAgentsInCountry_x003E_k__BackingField>
</SearchAgentsLocationsGeoCoordinatesResponse>