GeoSearch (JSON)

 

API情報

当該機能は、特定の場所からある範囲以内のホテル、空港またはレンタカー会社を検索するAPIです。

最新バージョン :4.0.0
プロトコル :JSON
HTTPメソッド :POST
Endpoint :/v4/geo/search
注1: Endpointは、HTTPリクエストヘッダーに設定します。
注2: Endpoint情報は、バージョンによって異なりますので、
最新バージョン以外のEndpointは、タグ定義書をご確認ください。
 

更新履歴

GeoSearch v4.0.0 on February 20, 2024
  • Version4.0.0をリリースいたしました。
GeoSearch v1.0.0 on May 08, 2020
  • Version1.0.0をリリースいたしました。
 

リクエストサンプル

 選択{
  "GeoSearchRQ": {
    "GeoRef": {
      "Category": "HOTEL",
      "Radius": 100,
      "UOM": "KM",
      "MaxResults": 600,
      "OffSet": 1,
      "RefPoint": {
        "Value": "SGN",
        "ValueContext": "CODE",
        "RefPointType": "6"
      }
    }
  }
}

レスポンスサンプル

 選択{
  "GeoSearchRS": {
    "ApplicationResults": {
      "status": "Complete",
      "Success": [
        {
          "timeStamp": "2024-02-20T05:51:34.932Z"
        }
      ]
    },
    "GeoSearchResults": {
      "Radius": 100.0,
      "UOM": "KM",
      "Category": "HOTEL",
      "Latitude": 10.818889,
      "Longitude": 106.651944,
      "MaxSearchResults": 2295,
      "Offset": 1,
      "GeoSearchResult": [
        {
          "Distance": 0.75,
          "Direction": "E",
          "Latitude": 10.818463,
          "Longitude": 106.658825,
          "Name": "Lotus Saigon Hotel",
          "Id": "101081810",
          "Street": "120 D Cach Mang Thang 8",
          "City": "Ho Chi Minh",
          "Country": "JP",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "YX"
              },
              {
                "Name": "SABRE_ID",
                "Value": "601358"
              }
            ]
          }
        },
        {
          "Distance": 1.42,
          "Direction": "SW",
          "Latitude": 10.807499,
          "Longitude": 106.646114,
          "Name": "Dreambox Oxeraak Tan Binh - Hostel",
          "Id": "102069679",
          "Street": "158 7 37 Hoang Hoa Tham Ward 12 Tan Binh",
          "Zip": "700000",
          "City": "HO CHI MINH CITY",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "800690"
              }
            ]
          }
        },
        {
          "Distance": 1.44,
          "Direction": "NW",
          "Latitude": 10.82402,
          "Longitude": 106.63982,
          "Name": "Khách sạn Hoa Anh Anh",
          "Id": "102296059",
          "Street": "252 Phạm Văn Bạch 252",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6805863"
              }
            ]
          }
        },
        {
          "Distance": 1.51,
          "Direction": "SW",
          "Latitude": 10.806904,
          "Longitude": 106.645473,
          "Name": "RedDoorz near Etown 4",
          "Id": "102434245",
          "Street": "30/7 Nguyen Hien Le, Ward 13",
          "Zip": "-",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "57730873"
              }
            ]
          }
        },
        {
          "Distance": 1.6,
          "Direction": "NW",
          "Latitude": 10.82752,
          "Longitude": 106.64021,
          "Name": "RedDoorz Minh Thu Hotel Cong Lo",
          "Id": "102472977",
          "Street": "176 Cong Lo street, Ward 15, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7339446"
              }
            ]
          }
        },
        {
          "Distance": 1.63,
          "Direction": "SE",
          "Latitude": 10.813251,
          "Longitude": 106.665688,
          "Name": "Ibis Saigon Airport",
          "Id": "100192220",
          "Street": "2 Hong Ha Street",
          "Zip": "70000",
          "City": "HO CHI MINH",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "RT"
              },
              {
                "Name": "SABRE_ID",
                "Value": "311258"
              }
            ]
          }
        },
        {
          "Distance": 1.64,
          "Direction": "S",
          "Latitude": 10.80482,
          "Longitude": 106.64755,
          "Name": "RedDoorz Thinh Gia Phat Hotel Hoang Hoa Tham Tan Binh",
          "Id": "100544078",
          "Street": "155 Hoang Hoa Tham, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2426461"
              }
            ]
          }
        },
        {
          "Distance": 1.65,
          "Direction": "E",
          "Latitude": 10.813429,
          "Longitude": 106.66603,
          "Name": "Doha 2 Hotel Saigon Airport",
          "Id": "100715219",
          "Street": "2/3 Hong Ha, Tan Binh",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "35299207"
              }
            ]
          }
        },
        {
          "Distance": 1.68,
          "Direction": "SE",
          "Latitude": 10.80714,
          "Longitude": 106.6616,
          "Name": "VIVIAN SAIGON HOTEL",
          "Id": "100549944",
          "Street": "94-96 Thăng Long Phường 4, Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8972136"
              }
            ]
          }
        },
        {
          "Distance": 1.69,
          "Direction": "E",
          "Latitude": 10.81527,
          "Longitude": 106.66699,
          "Name": "Bluesky Serviced Apartment Airport Plaza",
          "Id": "100284980",
          "Street": "01 Bach Dang",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1473121"
              }
            ]
          }
        },
        {
          "Distance": 1.74,
          "Direction": "SE",
          "Latitude": 10.80824,
          "Longitude": 106.66359,
          "Name": "Gia Hoa Airport Hotel",
          "Id": "100590218",
          "Street": "4 Hau Giang, Ward 4, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2083198"
              }
            ]
          }
        },
        {
          "Distance": 1.74,
          "Direction": "SE",
          "Latitude": 10.810172,
          "Longitude": 106.665167,
          "Name": "Airanc 605 - Airport Apartments and Cars",
          "Id": "102068083",
          "Street": "50/3D Truong Son, Ward 2",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "36425234"
              }
            ]
          }
        },
        {
          "Distance": 1.75,
          "Direction": "SE",
          "Latitude": 10.81277,
          "Longitude": 106.66668,
          "Name": "GIC Apartment and Hotel",
          "Id": "100443579",
          "Street": "2/11 Hong Ha, Ward 2, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "27732447"
              }
            ]
          }
        },
        {
          "Distance": 1.75,
          "Direction": "SE",
          "Latitude": 10.81021,
          "Longitude": 106.665333,
          "Name": "AiAp Hotel & Apartment",
          "Id": "100348625",
          "Street": "50/3 Truong Son, Ward 2",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "33004151"
              }
            ]
          }
        },
        {
          "Distance": 1.76,
          "Direction": "SE",
          "Latitude": 10.80787,
          "Longitude": 106.66349,
          "Name": "Hotel Thu Ha - Sân bay Tân Sơn Nhất",
          "Id": "101109712",
          "Street": "38 Hau Giang, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2118329"
              }
            ]
          }
        },
        {
          "Distance": 1.77,
          "Direction": "E",
          "Latitude": 10.81289,
          "Longitude": 106.667,
          "Name": "95 Lam Son Hotel",
          "Id": "100339775",
          "Street": "95 Lam Son, Ward 2, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "26776267"
              }
            ]
          }
        },
        {
          "Distance": 1.78,
          "Direction": "S",
          "Latitude": 10.804125,
          "Longitude": 106.64572,
          "Name": "RedDoorz near Lotte Cinema Cong Hoa",
          "Id": "102434235",
          "Street": "37/16 C1 Street Ward 13",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "52495336"
              }
            ]
          }
        },
        {
          "Distance": 1.78,
          "Direction": "SE",
          "Latitude": 10.812689,
          "Longitude": 106.666987,
          "Name": "HANZ Queen Airport Hotel Tan Binh",
          "Id": "101065418",
          "Street": "93 Lam Son, Tan Binh District",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "83525838"
              }
            ]
          }
        },
        {
          "Distance": 1.8,
          "Direction": "SE",
          "Latitude": 10.80995,
          "Longitude": 106.66566,
          "Name": "SABAY AIRPORT APARTMENT",
          "Id": "100701605",
          "Street": "09 CỬU LONG, PHƯỜNG 2, TÂN BÌNH, TP HCM 09 CỬU LONG, P2, TÂN BÌNH",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4711077"
              }
            ]
          }
        },
        {
          "Distance": 1.8,
          "Direction": "SE",
          "Latitude": 10.81166,
          "Longitude": 106.66667,
          "Name": "Golden View Hotel Saigon",
          "Id": "100265652",
          "Street": "25/21 Cuu Long Street, Ward 2",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "11788590"
              }
            ]
          }
        },
        {
          "Distance": 1.8,
          "Direction": "SE",
          "Latitude": 10.807688,
          "Longitude": 106.663867,
          "Name": "Hera Luxury Hotel",
          "Id": "102490867",
          "Street": "19 Hau Giang, Tan Binh",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "95980516"
              }
            ]
          }
        },
        {
          "Distance": 1.81,
          "Direction": "SE",
          "Latitude": 10.80989,
          "Longitude": 106.66576,
          "Name": "The Airport Hotel",
          "Id": "100334484",
          "Street": "11 Cuu Long Street, Ward 2, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1660016"
              }
            ]
          }
        },
        {
          "Distance": 1.82,
          "Direction": "SE",
          "Latitude": 10.80952,
          "Longitude": 106.66556,
          "Name": "Le Saigon Hotel",
          "Id": "100044639",
          "Street": "17 Dong Da Street, Ward 2, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2972019"
              }
            ]
          }
        },
        {
          "Distance": 1.82,
          "Direction": "SE",
          "Latitude": 10.811267,
          "Longitude": 106.666733,
          "Name": "King Hotel Saigon Airport",
          "Id": "102314631",
          "Street": "25/22 Cuu Long, Tan Binh District",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "46334633"
              }
            ]
          }
        },
        {
          "Distance": 1.82,
          "Direction": "SE",
          "Latitude": 10.809566,
          "Longitude": 106.665686,
          "Name": "Ciao SaiGon 2 Hotel",
          "Id": "102487463",
          "Street": "30 DONG DA PHUONG 2 QUAN TAN BINH",
          "Zip": "701000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "92547854"
              }
            ]
          }
        },
        {
          "Distance": 1.83,
          "Direction": "E",
          "Latitude": 10.81541,
          "Longitude": 106.668292,
          "Name": "Mi Linh Hotel",
          "Id": "100486892",
          "Street": "B38A Bach Dang Street, Ward 02",
          "Zip": "70000 ",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "10652650"
              }
            ]
          }
        },
        {
          "Distance": 1.83,
          "Direction": "SE",
          "Latitude": 10.8115,
          "Longitude": 106.66691,
          "Name": "New Space Hotel",
          "Id": "100538454",
          "Street": "51 Lam Son",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2086815"
              }
            ]
          }
        },
        {
          "Distance": 1.83,
          "Direction": "SE",
          "Latitude": 10.811,
          "Longitude": 106.6667,
          "Name": "Crown Apartment",
          "Id": "100732283",
          "Street": "25/18 Cuu Long, Ward 2, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "29301661"
              }
            ]
          }
        },
        {
          "Distance": 1.86,
          "Direction": "SE",
          "Latitude": 10.80876,
          "Longitude": 106.66544,
          "Name": "White Diamond Hotel - Airport",
          "Id": "100655453",
          "Street": "Số 7 Đống Đa, Phường 2, Tân Bình, Hồ Chí Minh, Việt Nam",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4582993"
              }
            ]
          }
        },
        {
          "Distance": 1.86,
          "Direction": "SE",
          "Latitude": 10.81226,
          "Longitude": 106.66756,
          "Name": "Joy Apartments",
          "Id": "102073843",
          "Street": "40/8 Lam Sơn",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3206717"
              }
            ]
          }
        },
        {
          "Distance": 1.86,
          "Direction": "E",
          "Latitude": 10.8132,
          "Longitude": 106.66795,
          "Name": "Erato Boutique Hotel",
          "Id": "100476902",
          "Street": "46 Hong Ha",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2017518"
              }
            ]
          }
        },
        {
          "Distance": 1.87,
          "Direction": "SE",
          "Latitude": 10.811311,
          "Longitude": 106.667183,
          "Name": "GALAXY AIRPORT HOTEL",
          "Id": "102192729",
          "Street": "38/6 Lam Son Street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45559601"
              }
            ]
          }
        },
        {
          "Distance": 1.89,
          "Direction": "S",
          "Latitude": 10.80298,
          "Longitude": 106.65794,
          "Name": "Dinh Dinh 2 Hotel",
          "Id": "102115273",
          "Street": "74 GIẢI PHÓNG PHƯỜNG 4, QUẬN TÂN BÌNH QUẬN TÂN BÌNH",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5549625"
              }
            ]
          }
        },
        {
          "Distance": 1.89,
          "Direction": "S",
          "Latitude": 10.80298,
          "Longitude": 106.65794,
          "Name": "KHÁCH SẠN ĐÌNH ĐÌNH",
          "Id": "101100914",
          "Street": "68 Thăng Long, Phường 4 , Quận Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6608939"
              }
            ]
          }
        },
        {
          "Distance": 1.89,
          "Direction": "SE",
          "Latitude": 10.80835,
          "Longitude": 106.66548,
          "Name": "Ciao SaiGon Hotel & Spa",
          "Id": "100195082",
          "Street": "1 Dong Da, Ward 2, District Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1916345"
              }
            ]
          }
        },
        {
          "Distance": 1.89,
          "Direction": "NW",
          "Latitude": 10.834437,
          "Longitude": 106.644961,
          "Name": "Reddoorz near Tan Son Nhat Golf 2",
          "Id": "102451375",
          "Street": "659 Tan Son, Ward 15",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "52495378"
              }
            ]
          }
        },
        {
          "Distance": 1.89,
          "Direction": "SE",
          "Latitude": 10.803393,
          "Longitude": 106.659064,
          "Name": "Nam Hai Hotel",
          "Id": "101030316",
          "Street": "Ba Vi street, ward 4",
          "Zip": "700000",
          "City": "HO-CHI-MINH",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "704959"
              }
            ]
          }
        },
        {
          "Distance": 1.89,
          "Direction": "SE",
          "Latitude": 10.81014,
          "Longitude": 106.66683,
          "Name": "Hostel Anettai",
          "Id": "101040974",
          "Street": "25 Lam Son, Tan Binh District",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "41539052"
              }
            ]
          }
        },
        {
          "Distance": 1.91,
          "Direction": "S",
          "Latitude": 10.802859,
          "Longitude": 106.658116,
          "Name": "Dinh Dinh Sky Tan Son Nhat Airport Hotel",
          "Id": "102573315",
          "Street": "74A Giai Phong, Quan Tan Binh",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "99049455"
              }
            ]
          }
        },
        {
          "Distance": 1.91,
          "Direction": "SE",
          "Latitude": 10.806668,
          "Longitude": 106.664245,
          "Name": "OYO 103 Airport Family Apartment",
          "Id": "100641849",
          "Street": "21,24 Truong Son, Ward 2, Tan Binh",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "30987511"
              }
            ]
          }
        },
        {
          "Distance": 1.92,
          "Direction": "SW",
          "Latitude": 10.80435,
          "Longitude": 106.6425,
          "Name": "RedDoorz Plus near E-Town 2",
          "Id": "100677309",
          "Street": "52-54 Than Nhan Trung Street, Tan Binh Dist",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4294849"
              }
            ]
          }
        },
        {
          "Distance": 1.92,
          "Direction": "SE",
          "Latitude": 10.80646,
          "Longitude": 106.66415,
          "Name": "Sai Gon's Book Hotel - The Airport Front",
          "Id": "100314520",
          "Street": "15A Trường Sơn, Phường 04, Quận Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6918182"
              }
            ]
          }
        },
        {
          "Distance": 1.92,
          "Direction": "E",
          "Latitude": 10.81279,
          "Longitude": 106.66841,
          "Name": "Yoko Airport Saigon Hotel",
          "Id": "100549684",
          "Street": "43-45 Yen The Street, Ward 2",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "19276174"
              }
            ]
          }
        },
        {
          "Distance": 1.92,
          "Direction": "S",
          "Latitude": 10.80184,
          "Longitude": 106.654912,
          "Name": "Holiday Inn And Suites Saigon Airport",
          "Id": "100690065",
          "Street": "18e Cong Hoa Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HI"
              },
              {
                "Name": "SABRE_ID",
                "Value": "324218"
              }
            ]
          }
        },
        {
          "Distance": 1.92,
          "Direction": "S",
          "Latitude": 10.80184,
          "Longitude": 106.65498,
          "Name": "Republic Apartments Saigon Airport",
          "Id": "101076552",
          "Street": "18E Cộng Hòa Republic Plaza",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4704075"
              }
            ]
          }
        },
        {
          "Distance": 1.92,
          "Direction": "S",
          "Latitude": 10.80184,
          "Longitude": 106.65498,
          "Name": "Holiday Republic Saigon Airport",
          "Id": "102177445",
          "Street": "18E Cộng Hòa Republic Apartment",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5421956"
              }
            ]
          }
        },
        {
          "Distance": 1.93,
          "Direction": "E",
          "Latitude": 10.812828,
          "Longitude": 106.668465,
          "Name": "Victory Airport Hotel",
          "Id": "100696177",
          "Street": "96 Yen The Ho Chi Minh City 700000",
          "Zip": "700000",
          "City": "HO CHI MINH CITY",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "812908"
              }
            ]
          }
        },
        {
          "Distance": 1.93,
          "Direction": "SE",
          "Latitude": 10.80646,
          "Longitude": 106.66423,
          "Name": "Iris Hotel",
          "Id": "100247397",
          "Street": "9-9A Truong Son",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1002711"
              }
            ]
          }
        },
        {
          "Distance": 1.93,
          "Direction": "E",
          "Latitude": 10.81275,
          "Longitude": 106.66844,
          "Name": "APOLLO HOTEL",
          "Id": "102112549",
          "Street": "94 Yên Thế,Phường 2,Quận Tân Bình,Tp Hồ Chí Minh 07",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5439511"
              }
            ]
          }
        },
        {
          "Distance": 1.94,
          "Direction": "S",
          "Latitude": 10.80217,
          "Longitude": 106.64702,
          "Name": "Minh Tam Hotel and Spa",
          "Id": "100622898",
          "Street": "278- 280 Cong Hoa",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "339150"
              }
            ]
          }
        },
        {
          "Distance": 1.94,
          "Direction": "SE",
          "Latitude": 10.80782,
          "Longitude": 106.66568,
          "Name": "8B Aparthotel",
          "Id": "100700086",
          "Street": "8B Dong Nai, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5868021"
              }
            ]
          }
        },
        {
          "Distance": 1.95,
          "Direction": "SW",
          "Latitude": 10.806022,
          "Longitude": 106.639827,
          "Name": "PT House",
          "Id": "102253059",
          "Street": "77/3 Nhat Chi Mai Street",
          "Zip": "00084",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "42625525"
              }
            ]
          }
        },
        {
          "Distance": 1.96,
          "Direction": "S",
          "Latitude": 10.80147,
          "Longitude": 106.65485,
          "Name": "Republic Suites Ho Chi Minh City",
          "Id": "100684787",
          "Street": "18e Cộng Hòa Republic Plaza",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5723168"
              }
            ]
          }
        },
        {
          "Distance": 1.96,
          "Direction": "SW",
          "Latitude": 10.80327,
          "Longitude": 106.64353,
          "Name": "Lanura Apartments and Hotel",
          "Id": "102454701",
          "Street": "406/35 Đường Cộng Hòa",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8620217"
              }
            ]
          }
        },
        {
          "Distance": 1.97,
          "Direction": "SE",
          "Latitude": 10.80662,
          "Longitude": 106.665,
          "Name": "Air Star Hotel",
          "Id": "100632625",
          "Street": "Số 6, Sông Đáy, Phường 2, Quận Tân Bình, Thành Phố Hồ Chí Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4352244"
              }
            ]
          }
        },
        {
          "Distance": 1.97,
          "Direction": "E",
          "Latitude": 10.815577,
          "Longitude": 106.669703,
          "Name": "Trinh Ngoc Hotel",
          "Id": "100533193",
          "Street": "B102 Bach Dang, Ward 2, Tan Binh",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "31951243"
              }
            ]
          }
        },
        {
          "Distance": 1.98,
          "Direction": "E",
          "Latitude": 10.815595,
          "Longitude": 106.66974,
          "Name": "RedDoorz near Tan Son Nhat Airport 3",
          "Id": "100663863",
          "Street": "B102 Bach Dang Street, Ward 2",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "32648579"
              }
            ]
          }
        },
        {
          "Distance": 1.98,
          "Direction": "SE",
          "Latitude": 10.80633,
          "Longitude": 106.66477,
          "Name": "Camila Hotel",
          "Id": "100457682",
          "Street": "3 Song Da street, Ward 2, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1903751"
              }
            ]
          }
        },
        {
          "Distance": 1.98,
          "Direction": "SE",
          "Latitude": 10.80883,
          "Longitude": 106.6669,
          "Name": "Sunflowers Hotel",
          "Id": "100313914",
          "Street": "18 Lam Son",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "339704"
              }
            ]
          }
        },
        {
          "Distance": 1.99,
          "Direction": "S",
          "Latitude": 10.80175,
          "Longitude": 106.64686,
          "Name": "Khách sạn Trường Sơn",
          "Id": "102127879",
          "Street": "199 Cộng Hòa",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5447390"
              }
            ]
          }
        },
        {
          "Distance": 1.99,
          "Direction": "S",
          "Latitude": 10.80181,
          "Longitude": 106.64664,
          "Name": "RedDoorz @ Hoang Minh Hotel",
          "Id": "102286739",
          "Street": "201 Cong Hoa, Ward 13",
          "Zip": "-",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "57730870"
              }
            ]
          }
        },
        {
          "Distance": 2,
          "Direction": "SW",
          "Latitude": 10.80271,
          "Longitude": 106.64393,
          "Name": "Cherry Hotel and Apartment",
          "Id": "100715937",
          "Street": "406/14 Cong Hoa, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4447526"
              }
            ]
          }
        },
        {
          "Distance": 2,
          "Direction": "SE",
          "Latitude": 10.8062,
          "Longitude": 106.66496,
          "Name": "Hera Hotel Airport",
          "Id": "102428463",
          "Street": "06 Song Da, Ward 2, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6261615"
              }
            ]
          }
        },
        {
          "Distance": 2.01,
          "Direction": "SE",
          "Latitude": 10.80668,
          "Longitude": 106.66549,
          "Name": "The Art - Sunshine Apartment",
          "Id": "100036965",
          "Street": "13 Sông Đáy, Phường 2, Quận Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5975065"
              }
            ]
          }
        },
        {
          "Distance": 2.02,
          "Direction": "SW",
          "Latitude": 10.8025,
          "Longitude": 106.644,
          "Name": "Reddoorz Premium Near Etown 3",
          "Id": "102562433",
          "Street": "406/14 Cong Hoa, Tan Binh Dist.",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "36795661"
              }
            ]
          }
        },
        {
          "Distance": 2.02,
          "Direction": "SE",
          "Latitude": 10.80278,
          "Longitude": 106.66047,
          "Name": "Q apaz 45TL - Mi-li-gam Home",
          "Id": "100477631",
          "Street": "45 Thang Long, ward 4, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2705473"
              }
            ]
          }
        },
        {
          "Distance": 2.02,
          "Direction": "SE",
          "Latitude": 10.80745,
          "Longitude": 106.6663,
          "Name": "S Phuot Airport Hostel",
          "Id": "100352687",
          "Street": "3A Lam Sơn, Phường 2, Quận Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3491399"
              }
            ]
          }
        },
        {
          "Distance": 2.02,
          "Direction": "SE",
          "Latitude": 10.80368,
          "Longitude": 106.66209,
          "Name": "Hotel Home",
          "Id": "102541729",
          "Street": "2A/5 Phan Thúc Duyện phường 4, quận Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8565860"
              }
            ]
          }
        },
        {
          "Distance": 2.02,
          "Direction": "SE",
          "Latitude": 10.80372,
          "Longitude": 106.66217,
          "Name": "The Blue Airport Hotel",
          "Id": "100023095",
          "Street": "2/37 Phan Thuc Duyen Street, Ward 4",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2711779"
              }
            ]
          }
        },
        {
          "Distance": 2.04,
          "Direction": "E",
          "Latitude": 10.81385,
          "Longitude": 106.66994,
          "Name": "Silk Hong Ha airport hotel",
          "Id": "102473559",
          "Street": "43-45 Hong Ha Street, ward 2, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9079892"
              }
            ]
          }
        },
        {
          "Distance": 2.05,
          "Direction": "S",
          "Latitude": 10.80165,
          "Longitude": 106.645347,
          "Name": "Minh Nhu Hotel by ZUZU",
          "Id": "102500253",
          "Street": "56 Dong Xoai Street,Ward 13,Tan Binh District",
          "Zip": "700000",
          "City": "Ho Chi Minh City (Saigon) and South",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "895268"
              }
            ]
          }
        },
        {
          "Distance": 2.05,
          "Direction": "S",
          "Latitude": 10.801636,
          "Longitude": 106.645308,
          "Name": "Minh Nhu Hotel by Zuzu",
          "Id": "102268601",
          "Street": "56 Dong Xoai Street,Ward 13,Tan Binh",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "67400068"
              }
            ]
          }
        },
        {
          "Distance": 2.05,
          "Direction": "E",
          "Latitude": 10.8151,
          "Longitude": 106.67034,
          "Name": "A Villa Hotel",
          "Id": "102275319",
          "Street": "11F/2 Đường Bạch Đằng Phường 2, Quận Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6691728"
              }
            ]
          }
        },
        {
          "Distance": 2.07,
          "Direction": "SE",
          "Latitude": 10.80458,
          "Longitude": 106.66411,
          "Name": "Quang Hoa Airport Hotel",
          "Id": "100251459",
          "Street": "79-81 Tran Quoc Hoan, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1097974"
              }
            ]
          }
        },
        {
          "Distance": 2.08,
          "Direction": "SE",
          "Latitude": 10.80687,
          "Longitude": 106.66649,
          "Name": "Misaki Saigon Airport- Free Airport Shuttle - Free Early Check In",
          "Id": "102488023",
          "Street": "18 Sông Nhuệ ,Phường 2, Tân Bình , Hồ Chí Minh City, Việt Nam",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8067224"
              }
            ]
          }
        },
        {
          "Distance": 2.08,
          "Direction": "SE",
          "Latitude": 10.8057,
          "Longitude": 106.66541,
          "Name": "Thanh Long Hotel - Tra Khuc",
          "Id": "102189057",
          "Street": "18 Trà Khúc",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5511436"
              }
            ]
          }
        },
        {
          "Distance": 2.08,
          "Direction": "SW",
          "Latitude": 10.80244,
          "Longitude": 106.6429,
          "Name": "Van Ha Hotel",
          "Id": "100453681",
          "Street": "440 Cong Hoa Street, Ward 13, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1979339"
              }
            ]
          }
        },
        {
          "Distance": 2.09,
          "Direction": "S",
          "Latitude": 10.80143,
          "Longitude": 106.64496,
          "Name": "Minh Hoang Hotel",
          "Id": "102049949",
          "Street": "74 Binh Gia, Ward 13, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2246946"
              }
            ]
          }
        },
        {
          "Distance": 2.09,
          "Direction": "E",
          "Latitude": 10.81181,
          "Longitude": 106.6697,
          "Name": "Botanica Premier - Near Airport 5 Minutes - Nice",
          "Id": "102301943",
          "Street": "108 Hồng Hà",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9590232"
              }
            ]
          }
        },
        {
          "Distance": 2.1,
          "Direction": "N",
          "Latitude": 10.83769,
          "Longitude": 106.6539,
          "Name": "Khach San Dai An",
          "Id": "102252643",
          "Street": "836 Quang Trung",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6438069"
              }
            ]
          }
        },
        {
          "Distance": 2.1,
          "Direction": "SE",
          "Latitude": 10.8062,
          "Longitude": 106.66622,
          "Name": "SKYHOMES - Tan Son Nhat Airport Homestay",
          "Id": "102071471",
          "Street": "Phổ Quang 5B",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4090265"
              }
            ]
          }
        },
        {
          "Distance": 2.11,
          "Direction": "S",
          "Latitude": 10.800366,
          "Longitude": 106.647936,
          "Name": "Hoang Thanh Thuy 2 Hotel",
          "Id": "100262984",
          "Street": "9 Nguyen Minh Hoang, Phuong 12, Tan Binh",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "96141981"
              }
            ]
          }
        },
        {
          "Distance": 2.11,
          "Direction": "SE",
          "Latitude": 10.8059,
          "Longitude": 106.666,
          "Name": "Happy Home",
          "Id": "102076589",
          "Street": "15a tra khuc",
          "Zip": "731000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "35553494"
              }
            ]
          }
        },
        {
          "Distance": 2.12,
          "Direction": "SE",
          "Latitude": 10.80615,
          "Longitude": 106.66633,
          "Name": "Sky Center Near Airport",
          "Id": "102046771",
          "Street": "Căn hộ Sky Center Q.Tân Bình Đường Phổ Quang, Phường 2, Tân Bình, Hồ Chí Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3444342"
              }
            ]
          }
        },
        {
          "Distance": 2.12,
          "Direction": "N",
          "Latitude": 10.83751,
          "Longitude": 106.65596,
          "Name": "Luxury Hotel",
          "Id": "101028722",
          "Street": "756 Quang Trung",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5839140"
              }
            ]
          }
        },
        {
          "Distance": 2.12,
          "Direction": "E",
          "Latitude": 10.81464,
          "Longitude": 106.67089,
          "Name": "Mimosa Hotel",
          "Id": "100084113",
          "Street": "21 Bach Dang, Ward 2",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2076409"
              }
            ]
          }
        },
        {
          "Distance": 2.13,
          "Direction": "E",
          "Latitude": 10.814364,
          "Longitude": 106.670857,
          "Name": "Golden Palm Hotel",
          "Id": "100469696",
          "Street": "33 Bach Dang Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9626714"
              }
            ]
          }
        },
        {
          "Distance": 2.14,
          "Direction": "N",
          "Latitude": 10.83808,
          "Longitude": 106.65261,
          "Name": "Venus Hotel",
          "Id": "100715821",
          "Street": "872 Quang Trung",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1560453"
              }
            ]
          }
        },
        {
          "Distance": 2.14,
          "Direction": "S",
          "Latitude": 10.80105,
          "Longitude": 106.65941,
          "Name": "Duc Long Hotel",
          "Id": "100634533",
          "Street": "60 Cong Hoa, ward 4, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3527577"
              }
            ]
          }
        },
        {
          "Distance": 2.15,
          "Direction": "SE",
          "Latitude": 10.80611,
          "Longitude": 106.66671,
          "Name": "Jolie Home- 5B Pho Quang-Sky center-blockA-10",
          "Id": "102073581",
          "Street": "5B Phổ Quang",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4869438"
              }
            ]
          }
        },
        {
          "Distance": 2.15,
          "Direction": "SE",
          "Latitude": 10.80611,
          "Longitude": 106.66671,
          "Name": "Jolie Home -Sky Center -Block A",
          "Id": "102076587",
          "Street": "5B Phổ Quang",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4865825"
              }
            ]
          }
        },
        {
          "Distance": 2.15,
          "Direction": "SE",
          "Latitude": 10.80611,
          "Longitude": 106.66671,
          "Name": "Teddy Apartment at Sky Center Luxury",
          "Id": "102075997",
          "Street": "Block A, Sky Center Luxury Apartment, 5B Pho Quang Street, Ward 2, Tan Binh District, Ho Chi Minh City, Vietnam",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4883227"
              }
            ]
          }
        },
        {
          "Distance": 2.15,
          "Direction": "SE",
          "Latitude": 10.80541,
          "Longitude": 106.66607,
          "Name": "Jolie Home",
          "Id": "102066757",
          "Street": "10 Phổ Quang",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5167036"
              }
            ]
          }
        },
        {
          "Distance": 2.15,
          "Direction": "SE",
          "Latitude": 10.80541,
          "Longitude": 106.66607,
          "Name": "Căn hộ Sky Center",
          "Id": "102046857",
          "Street": "Số 10 Phổ Quang",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3418823"
              }
            ]
          }
        },
        {
          "Distance": 2.15,
          "Direction": "SW",
          "Latitude": 10.80302,
          "Longitude": 106.64067,
          "Name": "The Lumiere",
          "Id": "100542123",
          "Street": "15/3 Le Van Huan, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6461402"
              }
            ]
          }
        },
        {
          "Distance": 2.15,
          "Direction": "E",
          "Latitude": 10.81472,
          "Longitude": 106.6712,
          "Name": "Silk Hotel near Tan Son Nhat Airport",
          "Id": "100403091",
          "Street": "54/35 Bach Dang, Ward 2, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4067193"
              }
            ]
          }
        },
        {
          "Distance": 2.16,
          "Direction": "E",
          "Latitude": 10.8145,
          "Longitude": 106.6712,
          "Name": "OYO 370 Long Thanh Hotel",
          "Id": "102110957",
          "Street": "35 Bach Dang Ward 2",
          "Zip": "736464",
          "City": "HO CHI MINH",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "682464"
              }
            ]
          }
        },
        {
          "Distance": 2.16,
          "Direction": "E",
          "Latitude": 10.81465,
          "Longitude": 106.67126,
          "Name": "RedDoorz Spring Hotel Bach Dang",
          "Id": "102476027",
          "Street": "No. 39A Bach Dang Street, Ward 2, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8810448"
              }
            ]
          }
        },
        {
          "Distance": 2.16,
          "Direction": "SE",
          "Latitude": 10.80526,
          "Longitude": 106.66606,
          "Name": "KIRAKUAN Precious COCOON , Pool/Gym",
          "Id": "102071389",
          "Street": "5B Pho Quang, Phuong 2, Tan Binh, Ho Chi Minh BLOCK A, A9-16",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4053723"
              }
            ]
          }
        },
        {
          "Distance": 2.17,
          "Direction": "SE",
          "Latitude": 10.80493,
          "Longitude": 106.6658,
          "Name": "Phung Long Hotel",
          "Id": "100668134",
          "Street": "C5A Phan Đình Giót C5a huỳnh lan Khanh , phường 2, QTB",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4461205"
              }
            ]
          }
        },
        {
          "Distance": 2.18,
          "Direction": "W",
          "Latitude": 10.8233,
          "Longitude": 106.63248,
          "Name": "Hotel MTT",
          "Id": "101099422",
          "Street": "22 Tân Trụ Street, Ward 15, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2778492"
              }
            ]
          }
        },
        {
          "Distance": 2.18,
          "Direction": "SE",
          "Latitude": 10.80093,
          "Longitude": 106.66001,
          "Name": "H79 HOTEL",
          "Id": "102061719",
          "Street": "07 Cong Hoa Street, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5143598"
              }
            ]
          }
        },
        {
          "Distance": 2.18,
          "Direction": "W",
          "Latitude": 10.82335,
          "Longitude": 106.63248,
          "Name": "BAP.Homestay",
          "Id": "102076395",
          "Street": "122 Trần Thái Tông 122 Trần Thái Tông, Phường 15, Quận Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3796508"
              }
            ]
          }
        },
        {
          "Distance": 2.19,
          "Direction": "SE",
          "Latitude": 10.80536,
          "Longitude": 106.66656,
          "Name": "Homestay- near Tan Son Nhat Airport",
          "Id": "102074421",
          "Street": "Số 10 phổ quang ,phường 2, quận tân bình,thành phố hồ chí minh Số 10 phổ quang ,phường 2, quận tân bình,thành phố hồ chí minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3612675"
              }
            ]
          }
        },
        {
          "Distance": 2.21,
          "Direction": "SE",
          "Latitude": 10.80871,
          "Longitude": 106.66927,
          "Name": "Kirakuan Luxury 2BR Pool/Gym",
          "Id": "102047527",
          "Street": "The Botanica, 104 Pho Quang, Ward 2, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3031089"
              }
            ]
          }
        },
        {
          "Distance": 2.22,
          "Direction": "E",
          "Latitude": 10.81473,
          "Longitude": 106.67181,
          "Name": "Hoang Dung Hotel",
          "Id": "100274061",
          "Street": "63 Bach Dang street, Tan Binh Ward",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "28938423"
              }
            ]
          }
        },
        {
          "Distance": 2.22,
          "Direction": "W",
          "Latitude": 10.82572,
          "Longitude": 106.632817,
          "Name": "Tan Binh Hotel",
          "Id": "100510611",
          "Street": "36B Cong Lo Street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "66727256"
              }
            ]
          }
        },
        {
          "Distance": 2.23,
          "Direction": "S",
          "Latitude": 10.799252,
          "Longitude": 106.647971,
          "Name": "Hoang Thanh Thuy Hotel 1",
          "Id": "100285508",
          "Street": "28-30 Nguyen Ba Tuyen",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "12240110"
              }
            ]
          }
        },
        {
          "Distance": 2.23,
          "Direction": "S",
          "Latitude": 10.798834,
          "Longitude": 106.650871,
          "Name": "OYO 751 K300 Hotel",
          "Id": "101026678",
          "Street": "No 53, C18 Street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45535074"
              }
            ]
          }
        },
        {
          "Distance": 2.23,
          "Direction": "SE",
          "Latitude": 10.80865,
          "Longitude": 106.66954,
          "Name": "Cozy Botanica Boutique",
          "Id": "102042255",
          "Street": "104 Pho Quang, Tan Binh",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "22626160"
              }
            ]
          }
        },
        {
          "Distance": 2.24,
          "Direction": "S",
          "Latitude": 10.80031,
          "Longitude": 106.64413,
          "Name": "Melinda Hotel",
          "Id": "100659995",
          "Street": "35 Binh Gia, Ward 13, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2221587"
              }
            ]
          }
        },
        {
          "Distance": 2.24,
          "Direction": "SW",
          "Latitude": 10.801047,
          "Longitude": 106.642483,
          "Name": "Solex Hotel And Apartment",
          "Id": "101081692",
          "Street": "31 Nui Thanh Street",
          "Zip": "700000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "YX"
              },
              {
                "Name": "SABRE_ID",
                "Value": "601289"
              }
            ]
          }
        },
        {
          "Distance": 2.24,
          "Direction": "SW",
          "Latitude": 10.80102,
          "Longitude": 106.64241,
          "Name": "SoLex Hotel",
          "Id": "100302409",
          "Street": "31 Đường Núi Thành",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2924886"
              }
            ]
          }
        },
        {
          "Distance": 2.25,
          "Direction": "SE",
          "Latitude": 10.80073,
          "Longitude": 106.66094,
          "Name": "Koreana Hotel",
          "Id": "100135685",
          "Street": "05 Cong Hoa street",
          "Zip": "7000000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "27767942"
              }
            ]
          }
        },
        {
          "Distance": 2.25,
          "Direction": "SE",
          "Latitude": 10.80098,
          "Longitude": 106.6615,
          "Name": "Song Cau Hotel",
          "Id": "101050592",
          "Street": "4B Đường Cộng Hòa 2/19 Thăng Long",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8801464"
              }
            ]
          }
        },
        {
          "Distance": 2.25,
          "Direction": "W",
          "Latitude": 10.81972,
          "Longitude": 106.63136,
          "Name": "Thanh Tai Hotel",
          "Id": "100380573",
          "Street": "17 Tran Thai Tong",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2350228"
              }
            ]
          }
        },
        {
          "Distance": 2.25,
          "Direction": "S",
          "Latitude": 10.799948,
          "Longitude": 106.659199,
          "Name": "Phuong Linh Hotel",
          "Id": "102562399",
          "Street": "27-27A Nguyen Thai Binh, Ward 4",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "37683423"
              }
            ]
          }
        },
        {
          "Distance": 2.25,
          "Direction": "E",
          "Latitude": 10.813744,
          "Longitude": 106.671886,
          "Name": "The Transit House",
          "Id": "102551717",
          "Street": "54/20/2 Bach Dang",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "38860828"
              }
            ]
          }
        },
        {
          "Distance": 2.26,
          "Direction": "S",
          "Latitude": 10.79898,
          "Longitude": 106.64798,
          "Name": "Nhat Minh Anh Hotel",
          "Id": "100507979",
          "Street": "58 Nguyen Ba Tuyen",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3238324"
              }
            ]
          }
        },
        {
          "Distance": 2.26,
          "Direction": "E",
          "Latitude": 10.81314,
          "Longitude": 106.67179,
          "Name": "My Villa Hotel - Airport",
          "Id": "100040507",
          "Street": "54/34 Bạch Đằng, Phường 2, Quận Tân Bình, Hồ Chí Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3001613"
              }
            ]
          }
        },
        {
          "Distance": 2.26,
          "Direction": "SE",
          "Latitude": 10.8009,
          "Longitude": 106.6616,
          "Name": "RedDoorz @ Cong Hoa Street",
          "Id": "102579737",
          "Street": "2B Cong Hoa, Ward 4",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "38286457"
              }
            ]
          }
        },
        {
          "Distance": 2.26,
          "Direction": "SE",
          "Latitude": 10.80857,
          "Longitude": 106.66979,
          "Name": "KIRAKUAN PARKVIEW 2BR Pool/Gym/Balcony",
          "Id": "102072783",
          "Street": "104 Phổ Quang, Phuong 2,  Quan Phu Nhuan The BOTANICA,",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4053808"
              }
            ]
          }
        },
        {
          "Distance": 2.26,
          "Direction": "SE",
          "Latitude": 10.800869,
          "Longitude": 106.661569,
          "Name": "Ngoc Thinh Hotel",
          "Id": "101045718",
          "Street": "Cong Hoa Street, Ward , Tan Binh District, 2B",
          "Zip": "700000",
          "City": "Ho-Chi-Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "729994"
              }
            ]
          }
        },
        {
          "Distance": 2.26,
          "Direction": "SE",
          "Latitude": 10.8086,
          "Longitude": 106.66982,
          "Name": "Home, Cosy&Luxury Apartment - 5mins to Airport, Free Pool&Gym, Airport Pick up Service",
          "Id": "102077515",
          "Street": "104 Phổ Quang The Botanica",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4782097"
              }
            ]
          }
        },
        {
          "Distance": 2.27,
          "Direction": "SW",
          "Latitude": 10.80121,
          "Longitude": 106.64164,
          "Name": "Nhat Minh hotel",
          "Id": "100498837",
          "Street": "28 Đường Ấp Bắc",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9414939"
              }
            ]
          }
        },
        {
          "Distance": 2.27,
          "Direction": "SE",
          "Latitude": 10.800817,
          "Longitude": 106.66156,
          "Name": "RedDoorz at Cong Hoa Street",
          "Id": "102576815",
          "Street": "2B Cong Hoa street, Ward 4",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "33757591"
              }
            ]
          }
        },
        {
          "Distance": 2.27,
          "Direction": "N",
          "Latitude": 10.83899,
          "Longitude": 106.64841,
          "Name": "Thùy Dương Hotel",
          "Id": "102061119",
          "Street": "982/4 đường Quang Trung, phường 8, quận Gò Vấp, thành phố Hồ Chí Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5010004"
              }
            ]
          }
        },
        {
          "Distance": 2.27,
          "Direction": "SW",
          "Latitude": 10.80441,
          "Longitude": 106.63728,
          "Name": "Joy Inn Cong Hoa Hotel",
          "Id": "102276043",
          "Street": "419 Cong Hoa Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6563924"
              }
            ]
          }
        },
        {
          "Distance": 2.27,
          "Direction": "S",
          "Latitude": 10.79874,
          "Longitude": 106.65548,
          "Name": "Eyes Hotel",
          "Id": "102295489",
          "Street": "165/76 Nguyen Thai Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "55248295"
              }
            ]
          }
        },
        {
          "Distance": 2.28,
          "Direction": "SE",
          "Latitude": 10.80978,
          "Longitude": 106.6706,
          "Name": "Andy studio-Orchard Garden-Airport- Gym & Pool",
          "Id": "102073833",
          "Street": "128 Hong Ha Orchard Garden Building",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3201797"
              }
            ]
          }
        },
        {
          "Distance": 2.28,
          "Direction": "E",
          "Latitude": 10.81316,
          "Longitude": 106.67198,
          "Name": "Mai Hotel - Airport",
          "Id": "101029138",
          "Street": "54/53 Bạch Đằng, Phường 02, Quận Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5503068"
              }
            ]
          }
        },
        {
          "Distance": 2.3,
          "Direction": "SE",
          "Latitude": 10.80041,
          "Longitude": 106.66147,
          "Name": "TTC Hotel - Airport",
          "Id": "100370282",
          "Street": "315 Hoang Van Thu Str., Ward 2, Tan Binh District",
          "Zip": "7000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "272218"
              }
            ]
          }
        },
        {
          "Distance": 2.32,
          "Direction": "E",
          "Latitude": 10.81546,
          "Longitude": 106.67286,
          "Name": "Love Hotel Airport",
          "Id": "102211757",
          "Street": "101 Đường Bạch Đằng 101 Bách Đằng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5805742"
              }
            ]
          }
        },
        {
          "Distance": 2.33,
          "Direction": "N",
          "Latitude": 10.8393,
          "Longitude": 106.64722,
          "Name": "Golf Star Hotel",
          "Id": "100557733",
          "Street": "848 Quang Trung PHƯỜNG 8, QUẬN GÒ VẤP",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3154610"
              }
            ]
          }
        },
        {
          "Distance": 2.34,
          "Direction": "S",
          "Latitude": 10.79862,
          "Longitude": 106.6577,
          "Name": "Golden Globe Apartment",
          "Id": "100273634",
          "Street": "324/35-37 Hoang Van Thu Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "12688351"
              }
            ]
          }
        },
        {
          "Distance": 2.35,
          "Direction": "SE",
          "Latitude": 10.800458,
          "Longitude": 106.662508,
          "Name": "Vyvy Airport Hotel",
          "Id": "102491061",
          "Street": "283 Hoang Van Thu, Tan Binh District",
          "Zip": "00084",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "92872533"
              }
            ]
          }
        },
        {
          "Distance": 2.37,
          "Direction": "N",
          "Latitude": 10.84009,
          "Longitude": 106.65001,
          "Name": "RedDoorz Minh Thu Hotel near Quang Trung",
          "Id": "101073772",
          "Street": "No 21, Street 21, Ward 8",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7339432"
              }
            ]
          }
        },
        {
          "Distance": 2.37,
          "Direction": "S",
          "Latitude": 10.798882,
          "Longitude": 106.659375,
          "Name": "OYO 1147 Vien Ngoc Xanh Hotel",
          "Id": "100264728",
          "Street": "285-287 Hoang Van Thu Phuong 2",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "11888429"
              }
            ]
          }
        },
        {
          "Distance": 2.38,
          "Direction": "NE",
          "Latitude": 10.83432,
          "Longitude": 106.66701,
          "Name": "Minh Anh Hotel",
          "Id": "100683785",
          "Street": "65 Đường số 1 ( số cũ ) 118/5c thống nhất",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3775079"
              }
            ]
          }
        },
        {
          "Distance": 2.38,
          "Direction": "W",
          "Latitude": 10.827,
          "Longitude": 106.63173,
          "Name": "Yen Ha Hotel",
          "Id": "102336003",
          "Street": "66/7-9 Phan Huy Ich",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5863921"
              }
            ]
          }
        },
        {
          "Distance": 2.4,
          "Direction": "N",
          "Latitude": 10.840362,
          "Longitude": 106.650058,
          "Name": "Sky Star Hotel",
          "Id": "102275381",
          "Street": "So 33, duong so 21, phuong 8, Go Vap",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "95454322"
              }
            ]
          }
        },
        {
          "Distance": 2.41,
          "Direction": "W",
          "Latitude": 10.82657,
          "Longitude": 106.63127,
          "Name": "RedDoorz Khang Manh Hotel",
          "Id": "101095790",
          "Street": "38 Phan Huy Ích",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8128501"
              }
            ]
          }
        },
        {
          "Distance": 2.44,
          "Direction": "E",
          "Latitude": 10.8223,
          "Longitude": 106.67403,
          "Name": "Lucky Homestay Sài Gòn",
          "Id": "100674621",
          "Street": "231 Nguyễn Văn Công, phường 3, quận gò vấp, thành phố hồ chí minh 03",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4735334"
              }
            ]
          }
        },
        {
          "Distance": 2.46,
          "Direction": "N",
          "Latitude": 10.841012,
          "Longitude": 106.65077,
          "Name": "Prince Hotel",
          "Id": "102275385",
          "Street": "60, 21 Street, Ward 8, Go Vap District",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "63060879"
              }
            ]
          }
        },
        {
          "Distance": 2.47,
          "Direction": "S",
          "Latitude": 10.79687,
          "Longitude": 106.65504,
          "Name": "Thanh Hong Hotel",
          "Id": "100310140",
          "Street": "64/19 Xuan Dieu Street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8072136"
              }
            ]
          }
        },
        {
          "Distance": 2.48,
          "Direction": "W",
          "Latitude": 10.823099,
          "Longitude": 106.629664,
          "Name": "Saigon",
          "Id": "100284170",
          "Street": "Dong Du Ben Ngheward 41",
          "Zip": "70000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "335385"
              }
            ]
          }
        },
        {
          "Distance": 2.48,
          "Direction": "W",
          "Latitude": 10.8231,
          "Longitude": 106.62966,
          "Name": "A25 Hotel - 16 Mieu Dam",
          "Id": "102487135",
          "Street": "Phố Miếu Đầm",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9700867"
              }
            ]
          }
        },
        {
          "Distance": 2.48,
          "Direction": "S",
          "Latitude": 10.796596,
          "Longitude": 106.651394,
          "Name": "OYO 1175 Trung Mai Hotel",
          "Id": "102541251",
          "Street": "136, 236/4A Nguyen Thai Binh Street",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "92158000"
              }
            ]
          }
        },
        {
          "Distance": 2.48,
          "Direction": "NW",
          "Latitude": 10.83588,
          "Longitude": 106.6372,
          "Name": "Amor Hotel",
          "Id": "102336511",
          "Street": "340/1 Phan Huy Ích",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7022914"
              }
            ]
          }
        },
        {
          "Distance": 2.49,
          "Direction": "SE",
          "Latitude": 10.79902,
          "Longitude": 106.66255,
          "Name": "Hoang Ngan Hotel",
          "Id": "100233444",
          "Street": "29 31 Bui Thi Xuan Ben Thanh",
          "Zip": "70000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "340584"
              }
            ]
          }
        },
        {
          "Distance": 2.5,
          "Direction": "S",
          "Latitude": 10.79644,
          "Longitude": 106.65267,
          "Name": "Dong Do Hotel",
          "Id": "100309005",
          "Street": "329-331 Nguyen Thai Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "547474"
              }
            ]
          }
        },
        {
          "Distance": 2.5,
          "Direction": "S",
          "Latitude": 10.796426,
          "Longitude": 106.653083,
          "Name": "HUNG HUONG HOTEL",
          "Id": "102477253",
          "Street": "321 Nguyen Thai Binh",
          "Zip": "770000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "96744405"
              }
            ]
          }
        },
        {
          "Distance": 2.5,
          "Direction": "SE",
          "Latitude": 10.8091,
          "Longitude": 106.67256,
          "Name": "Căn hộ Orchard Parkview - Tan Son Nhat Airport Homestay",
          "Id": "102064071",
          "Street": "Orchard Park View Building, 130-132 Hồng Hà, Phường 9, Quận Phú Nhuận, Tp Hồ Chí Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5398368"
              }
            ]
          }
        },
        {
          "Distance": 2.51,
          "Direction": "E",
          "Latitude": 10.81567,
          "Longitude": 106.67466,
          "Name": "Prague Airport Hotel",
          "Id": "102068549",
          "Street": "157 Đường Bạch Đằng Phường 2, Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5316674"
              }
            ]
          }
        },
        {
          "Distance": 2.51,
          "Direction": "S",
          "Latitude": 10.796588,
          "Longitude": 106.648152,
          "Name": "Hung Anh Hotel",
          "Id": "100578386",
          "Street": "35 Thep Moi Street, Ward 12",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9626110"
              }
            ]
          }
        },
        {
          "Distance": 2.54,
          "Direction": "S",
          "Latitude": 10.797086,
          "Longitude": 106.658836,
          "Name": "HANZ Quynh Giang Hotel",
          "Id": "102562351",
          "Street": "16/4 Hoang Viet street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "29991561"
              }
            ]
          }
        },
        {
          "Distance": 2.54,
          "Direction": "S",
          "Latitude": 10.79622,
          "Longitude": 106.64893,
          "Name": "Spring Hung Anh Hotel",
          "Id": "100508129",
          "Street": "19 Thep Moi, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3244151"
              }
            ]
          }
        },
        {
          "Distance": 2.55,
          "Direction": "E",
          "Latitude": 10.81527,
          "Longitude": 106.67504,
          "Name": "Thanh Long Hotel - Bach Dang",
          "Id": "102253033",
          "Street": "122 Đường Bạch Đằng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5959858"
              }
            ]
          }
        },
        {
          "Distance": 2.56,
          "Direction": "S",
          "Latitude": 10.79704,
          "Longitude": 106.65919,
          "Name": "Hoa De Nhat Hotel- Sân Bay Tân Sơn Nhất",
          "Id": "100469054",
          "Street": "4/1/9 - 4/1/11 Hoang Viet",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1014801"
              }
            ]
          }
        },
        {
          "Distance": 2.56,
          "Direction": "SW",
          "Latitude": 10.79989,
          "Longitude": 106.6387,
          "Name": "KISS Hotel Tân Bình",
          "Id": "102066749",
          "Street": "481/11 Trường Chinh, Phường 14, Quận Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5168880"
              }
            ]
          }
        },
        {
          "Distance": 2.56,
          "Direction": "S",
          "Latitude": 10.79587,
          "Longitude": 106.65105,
          "Name": "RedDoorz Chau Thien Tu 1 Hotel",
          "Id": "101095452",
          "Street": "248 Nguyễn Thái Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7976380"
              }
            ]
          }
        },
        {
          "Distance": 2.58,
          "Direction": "E",
          "Latitude": 10.81546,
          "Longitude": 106.6753,
          "Name": "The Tropical Residence Serviced Homestay",
          "Id": "102045485",
          "Street": "187/9/3 Bach Dang, Ward 2, Tan Binh Dist",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "28989727"
              }
            ]
          }
        },
        {
          "Distance": 2.59,
          "Direction": "SW",
          "Latitude": 10.79796,
          "Longitude": 106.64148,
          "Name": "Huy Hoang 1 Hotel",
          "Id": "102050643",
          "Street": "117 Truong Cong Dinh, Tan Binh District, Ho Chi Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2063303"
              }
            ]
          }
        },
        {
          "Distance": 2.63,
          "Direction": "S",
          "Latitude": 10.79532,
          "Longitude": 106.65034,
          "Name": "Gia Han Hotel",
          "Id": "102185619",
          "Street": "268/32 Nguyen Thai Binh, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6782127"
              }
            ]
          }
        },
        {
          "Distance": 2.64,
          "Direction": "S",
          "Latitude": 10.796569999999999,
          "Longitude": 106.66023,
          "Name": "Ha Noi Hotel near Tan Son Nhat International Airport",
          "Id": "100265668",
          "Street": "19/1 Hoang Viet, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3789563"
              }
            ]
          }
        },
        {
          "Distance": 2.67,
          "Direction": "S",
          "Latitude": 10.79603,
          "Longitude": 106.65951,
          "Name": "First Hotel Ho Chi Minh",
          "Id": "100173608",
          "Street": "Hoang Viet 18",
          "Zip": "70000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "330300"
              }
            ]
          }
        },
        {
          "Distance": 2.67,
          "Direction": "S",
          "Latitude": 10.79597,
          "Longitude": 106.65934,
          "Name": "RedDoorz near HIECC Tan Binh",
          "Id": "100541375",
          "Street": "16/4 Hoang Viet Street, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4023009"
              }
            ]
          }
        },
        {
          "Distance": 2.7,
          "Direction": "S",
          "Latitude": 10.795854,
          "Longitude": 106.659834,
          "Name": "DUC MINH HOTEL",
          "Id": "102577727",
          "Street": "23/2 HOANG VIET TAN BINH",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "95708744"
              }
            ]
          }
        },
        {
          "Distance": 2.71,
          "Direction": "S",
          "Latitude": 10.7956,
          "Longitude": 106.65912,
          "Name": "Royal Dragon Boutique Hotel",
          "Id": "100352945",
          "Street": "18 Hẻm số 1 Hoàng Việt, Phường 4, Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3518254"
              }
            ]
          }
        },
        {
          "Distance": 2.73,
          "Direction": "N",
          "Latitude": 10.842052,
          "Longitude": 106.643752,
          "Name": "RedDoorz Plus @ Quang Trung Street",
          "Id": "102451391",
          "Street": "1116A - 1118 Quang Trung, Ward 8",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "52495350"
              }
            ]
          }
        },
        {
          "Distance": 2.73,
          "Direction": "N",
          "Latitude": 10.84207,
          "Longitude": 106.6437,
          "Name": "Quang Trung Hotel",
          "Id": "100253733",
          "Street": "1116A - 1118 Quang Trung",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1611751"
              }
            ]
          }
        },
        {
          "Distance": 2.73,
          "Direction": "N",
          "Latitude": 10.841626,
          "Longitude": 106.661461,
          "Name": "RedDoorz near Thong Nhat Street",
          "Id": "102175909",
          "Street": "17A-B-C, Street 11",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45009101"
              }
            ]
          }
        },
        {
          "Distance": 2.74,
          "Direction": "S",
          "Latitude": 10.795366,
          "Longitude": 106.659558,
          "Name": "HANZ Duc Minh Hotel",
          "Id": "102580031",
          "Street": "23/2 Hoang Viet, Tan Binh",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "93147774"
              }
            ]
          }
        },
        {
          "Distance": 2.78,
          "Direction": "SE",
          "Latitude": 10.7996,
          "Longitude": 106.66808,
          "Name": "Parkroyal Saigon",
          "Id": "100392708",
          "Street": "309b 311nguyen V Troi",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "PL"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5267"
              }
            ]
          }
        },
        {
          "Distance": 2.78,
          "Direction": "E",
          "Latitude": 10.81665,
          "Longitude": 106.67729,
          "Name": "Tan Son Nhat Airport Hostel - 3A Lam Son, Ward 2, Tan Binh District",
          "Id": "100524949",
          "Street": "Nguyễn Kiệm",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3606311"
              }
            ]
          }
        },
        {
          "Distance": 2.78,
          "Direction": "NE",
          "Latitude": 10.839664,
          "Longitude": 106.666128,
          "Name": "Đông Như 3",
          "Id": "102490843",
          "Street": "276/18 Thong Nhat Phuong 16 Go Vap",
          "Zip": "71416",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "95402005"
              }
            ]
          }
        },
        {
          "Distance": 2.82,
          "Direction": "SE",
          "Latitude": 10.79972,
          "Longitude": 106.6689,
          "Name": "Vissai Saigon Hotel",
          "Id": "100204624",
          "Street": "144 Nguyen Van Troi Street Phu.",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "YX"
              },
              {
                "Name": "SABRE_ID",
                "Value": "317709"
              }
            ]
          }
        },
        {
          "Distance": 2.82,
          "Direction": "SE",
          "Latitude": 10.8074,
          "Longitude": 106.675,
          "Name": "RedDoorz Plus near Gia Dinh Park",
          "Id": "102128017",
          "Street": "127 Dao Duy Anh, Ward 9",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "39817329"
              }
            ]
          }
        },
        {
          "Distance": 2.83,
          "Direction": "SE",
          "Latitude": 10.8073,
          "Longitude": 106.675,
          "Name": "RedDoorz Plus near Tan Son Nhat Airport",
          "Id": "102080455",
          "Street": "127-129 Dao Duy Anh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "36022868"
              }
            ]
          }
        },
        {
          "Distance": 2.84,
          "Direction": "N",
          "Latitude": 10.84393,
          "Longitude": 106.65696,
          "Name": "Lan Anh Hotel",
          "Id": "100311440",
          "Street": "251 Lê Văn Thọ",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9026973"
              }
            ]
          }
        },
        {
          "Distance": 2.85,
          "Direction": "SE",
          "Latitude": 10.807313,
          "Longitude": 106.675212,
          "Name": "Huong Mai 2 Hotel",
          "Id": "100286494",
          "Street": "112 Dao Duy Anh St., Phu Nhuan Dist.",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "11930802"
              }
            ]
          }
        },
        {
          "Distance": 2.85,
          "Direction": "SE",
          "Latitude": 10.79573,
          "Longitude": 106.66317,
          "Name": "Airport Saigon Hotel - Gần ẩm thực đêm chợ Phạm Văn Hai",
          "Id": "100633096",
          "Street": "34 Ngo Thi Thu Minh, Ward 2",
          "Zip": "5768",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1709239"
              }
            ]
          }
        },
        {
          "Distance": 2.87,
          "Direction": "N",
          "Latitude": 10.84434,
          "Longitude": 106.64753,
          "Name": "HANZ T68 Hotel Go Vap",
          "Id": "102492805",
          "Street": "420 Đường Nguyễn Văn Khối",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9619636"
              }
            ]
          }
        },
        {
          "Distance": 2.88,
          "Direction": "W",
          "Latitude": 10.814157,
          "Longitude": 106.626062,
          "Name": "Quynh Anh Hotel by Zuzu",
          "Id": "102275483",
          "Street": "64, D11 Street, Tay Thanh Ward, Tan Phu",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "63891249"
              }
            ]
          }
        },
        {
          "Distance": 2.88,
          "Direction": "SE",
          "Latitude": 10.7989,
          "Longitude": 106.66871,
          "Name": "RedDoorz Plus near Hoang Van Thu Park 2",
          "Id": "100618903",
          "Street": "307/16 Nguyen Van Troi Street, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4342574"
              }
            ]
          }
        },
        {
          "Distance": 2.9,
          "Direction": "E",
          "Latitude": 10.82177,
          "Longitude": 106.67833,
          "Name": "RedDoorz Rita Hotel near Nguyen Kiem",
          "Id": "102477959",
          "Street": "No.10, Street 2 Ward  3, Go Vap District, Ho Chi Minh City",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7180642"
              }
            ]
          }
        },
        {
          "Distance": 2.91,
          "Direction": "S",
          "Latitude": 10.79348,
          "Longitude": 106.64562,
          "Name": "Ngoc Huy Hotel",
          "Id": "102276133",
          "Street": "Bàu Cát 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6782075"
              }
            ]
          }
        },
        {
          "Distance": 2.92,
          "Direction": "N",
          "Latitude": 10.843167,
          "Longitude": 106.662061,
          "Name": "SuMi Hotel",
          "Id": "102135017",
          "Street": "139, No 8 Street, Ward 11",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "39716590"
              }
            ]
          }
        },
        {
          "Distance": 2.92,
          "Direction": "S",
          "Latitude": 10.79459,
          "Longitude": 106.64186,
          "Name": "Lilly Hotel",
          "Id": "100438005",
          "Street": "32 Bau Cat 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2044012"
              }
            ]
          }
        },
        {
          "Distance": 2.95,
          "Direction": "SE",
          "Latitude": 10.79517,
          "Longitude": 106.66404,
          "Name": "HANZ Vuong Quang Hotel",
          "Id": "100681652",
          "Street": "146 Bùi Thị Xuân, Tân Bình",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8460737"
              }
            ]
          }
        },
        {
          "Distance": 2.95,
          "Direction": "SE",
          "Latitude": 10.80674,
          "Longitude": 106.676,
          "Name": "Song Thuong Hotel",
          "Id": "100060285",
          "Street": "06 Dao Duy Anh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "23095937"
              }
            ]
          }
        },
        {
          "Distance": 3,
          "Direction": "N",
          "Latitude": 10.84539,
          "Longitude": 106.65732,
          "Name": "SaiGon Rose Hotel",
          "Id": "101073658",
          "Street": "331 Đường Số 8",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8118621"
              }
            ]
          }
        },
        {
          "Distance": 3.02,
          "Direction": "N",
          "Latitude": 10.8449,
          "Longitude": 106.659991,
          "Name": "Pink Sunbeam Hotel",
          "Id": "100325054",
          "Street": "243 Street 8 Ward 11 Go Vap District",
          "Zip": "00000",
          "City": "HO CHI MINH CITY",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "793876"
              }
            ]
          }
        },
        {
          "Distance": 3.03,
          "Direction": "NW",
          "Latitude": 10.84317,
          "Longitude": 106.6394,
          "Name": "Thien Phu Hotel",
          "Id": "100430701",
          "Street": "78 Phan Huy Ich, Ward 15, Tan Binh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2278979"
              }
            ]
          }
        },
        {
          "Distance": 3.1,
          "Direction": "E",
          "Latitude": 10.81099,
          "Longitude": 106.67914,
          "Name": "Thai Dat Hotel",
          "Id": "102116223",
          "Street": "Nguyễn Kiệm 750A/9, Phuong 4, Quan Phu Nhuan, TP.HCM",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5677185"
              }
            ]
          }
        },
        {
          "Distance": 3.11,
          "Direction": "E",
          "Latitude": 10.8087,
          "Longitude": 106.6785,
          "Name": "RedDoorz @ Nguyen Kiem Street",
          "Id": "100417771",
          "Street": "740B Nguyen Kiem, Ward 4",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "39817325"
              }
            ]
          }
        },
        {
          "Distance": 3.12,
          "Direction": "E",
          "Latitude": 10.80874,
          "Longitude": 106.67857,
          "Name": "Van Giao Hotel",
          "Id": "102159935",
          "Street": "740B Nguyen Kiem, ward 4, Phụ Nhuan dist.",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2121074"
              }
            ]
          }
        },
        {
          "Distance": 3.15,
          "Direction": "SE",
          "Latitude": 10.7947,
          "Longitude": 106.667,
          "Name": "Cuu Kim Son Hotel",
          "Id": "100447469",
          "Street": "305/8 Le Van Sy, Ward 1, Tan Binh",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "34587158"
              }
            ]
          }
        },
        {
          "Distance": 3.15,
          "Direction": "NE",
          "Latitude": 10.83841,
          "Longitude": 106.672892,
          "Name": "Ha Oanh 2 Hotel",
          "Id": "100152531",
          "Street": "222 Nguyen Van Luong Street",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "61416747"
              }
            ]
          }
        },
        {
          "Distance": 3.15,
          "Direction": "S",
          "Latitude": 10.79178,
          "Longitude": 106.64343,
          "Name": "HÙNG MIAMI HOTEl - 3 SAO",
          "Id": "100332197",
          "Street": "160 Bàu Cát",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8261450"
              }
            ]
          }
        },
        {
          "Distance": 3.17,
          "Direction": "SE",
          "Latitude": 10.7995,
          "Longitude": 106.67316,
          "Name": "RedDoorz Yen Nam Hotel Hoang Van Thu",
          "Id": "100325032",
          "Street": "197A Hoàng Văn Thụ, Phú Nhuận",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6438378"
              }
            ]
          }
        },
        {
          "Distance": 3.17,
          "Direction": "NE",
          "Latitude": 10.83848,
          "Longitude": 106.67298,
          "Name": "HANZ Bao Long Hotel",
          "Id": "102427973",
          "Street": "225 Nguyen Van Luong, Near Lotte Mart",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8916528"
              }
            ]
          }
        },
        {
          "Distance": 3.17,
          "Direction": "SW",
          "Latitude": 10.792582,
          "Longitude": 106.640697,
          "Name": "Thien Son Hotel",
          "Id": "102434427",
          "Street": "35-37 Bau Cat 4 Street",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "68125706"
              }
            ]
          }
        },
        {
          "Distance": 3.18,
          "Direction": "S",
          "Latitude": 10.792359,
          "Longitude": 106.641168,
          "Name": "Tran Phung Hotel",
          "Id": "102427989",
          "Street": "61, Bau Cat 4 Street",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "68125699"
              }
            ]
          }
        },
        {
          "Distance": 3.18,
          "Direction": "S",
          "Latitude": 10.79242,
          "Longitude": 106.64082,
          "Name": "Long Phụng Hoàng Hotel",
          "Id": "102169477",
          "Street": "Bàu Cát , Phường , Tân Bình, 43",
          "Zip": "700000",
          "City": "Ho-Chi-Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "730062"
              }
            ]
          }
        },
        {
          "Distance": 3.2,
          "Direction": "SE",
          "Latitude": 10.80258,
          "Longitude": 106.67613,
          "Name": "Aqua Kim Long Hotel",
          "Id": "100074259",
          "Street": "43D/3 Ho Van Hue, Phu Nhuan District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2238100"
              }
            ]
          }
        },
        {
          "Distance": 3.21,
          "Direction": "SE",
          "Latitude": 10.79758,
          "Longitude": 106.67183,
          "Name": "Muong Thanh Luxury Saigon Hotel",
          "Id": "102255099",
          "Street": "261 Nguyen Van Troi Street, Ward 10, Phu Nhuan District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6498581"
              }
            ]
          }
        },
        {
          "Distance": 3.23,
          "Direction": "SW",
          "Latitude": 10.795527,
          "Longitude": 106.634444,
          "Name": "Huong Lan 2",
          "Id": "102295961",
          "Street": "Nguyen Xuan Khoat, Tan Son Nhi Ward, Tan Ph, 8",
          "Zip": "700000",
          "City": "Ho-Chi-Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "729986"
              }
            ]
          }
        },
        {
          "Distance": 3.24,
          "Direction": "SE",
          "Latitude": 10.801874,
          "Longitude": 106.676065,
          "Name": "The Six Hotel",
          "Id": "102135141",
          "Street": "31 Ho Van Hue",
          "Zip": "72216",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "41487436"
              }
            ]
          }
        },
        {
          "Distance": 3.25,
          "Direction": "N",
          "Latitude": 10.84719,
          "Longitude": 106.65926,
          "Name": "Khách Sạn Quốc Dũng",
          "Id": "100533699",
          "Street": "195 Đường Số 1, Phường 11",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9366122"
              }
            ]
          }
        },
        {
          "Distance": 3.28,
          "Direction": "SW",
          "Latitude": 10.80369,
          "Longitude": 106.62616,
          "Name": "Fraser Residence Hanoi",
          "Id": "102261527",
          "Street": "C5 Do Nhuan Street Xuan Dinh W",
          "Zip": "10000",
          "City": "Hanoi",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "FI"
              },
              {
                "Name": "SABRE_ID",
                "Value": "392818"
              }
            ]
          }
        },
        {
          "Distance": 3.29,
          "Direction": "E",
          "Latitude": 10.82357,
          "Longitude": 106.6817,
          "Name": "OYO 373 Habana Hotel",
          "Id": "101026710",
          "Street": "138 Pham Ngu Lao Street, Ward 7, Go Vap District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5567405"
              }
            ]
          }
        },
        {
          "Distance": 3.32,
          "Direction": "SE",
          "Latitude": 10.793847,
          "Longitude": 106.668512,
          "Name": "RedDoorz @ Le Van Sy Street 3",
          "Id": "102551695",
          "Street": "251A Le Van Sy",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45009185"
              }
            ]
          }
        },
        {
          "Distance": 3.33,
          "Direction": "SE",
          "Latitude": 10.79638,
          "Longitude": 106.67208,
          "Name": "Ananas Family Hotel",
          "Id": "100085967",
          "Street": "29/5A Hoang Dieu, Ward 10, Phu Nhuan, 70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1666680"
              }
            ]
          }
        },
        {
          "Distance": 3.34,
          "Direction": "SE",
          "Latitude": 10.79671,
          "Longitude": 106.6725,
          "Name": "Golden Crown Hotel",
          "Id": "100300906",
          "Street": "50A Truong Quoc Dung. Ward 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "439729"
              }
            ]
          }
        },
        {
          "Distance": 3.34,
          "Direction": "SE",
          "Latitude": 10.79682,
          "Longitude": 106.67269,
          "Name": "RedDoorz Hoang Ha Hotel",
          "Id": "101101484",
          "Street": "53 Truong Quoc Dung Street,Ward 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7380757"
              }
            ]
          }
        },
        {
          "Distance": 3.35,
          "Direction": "S",
          "Latitude": 10.7906,
          "Longitude": 106.64152,
          "Name": "Hoang Anh Anh Hotel",
          "Id": "101126960",
          "Street": "EB15 Bàu Cát 7",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7946026"
              }
            ]
          }
        },
        {
          "Distance": 3.35,
          "Direction": "S",
          "Latitude": 10.79046,
          "Longitude": 106.64185,
          "Name": "BAU CAT HOTEL",
          "Id": "102427899",
          "Street": "Bàu Cát 7 24-26-28 Bau Cat 7 Street, Ward 14, Tan Binh District, Ho Chi Minh City, 700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7273129"
              }
            ]
          }
        },
        {
          "Distance": 3.36,
          "Direction": "SE",
          "Latitude": 10.79637,
          "Longitude": 106.6725,
          "Name": "Hoang Ha Hotel",
          "Id": "100492046",
          "Street": "57 Trương Quốc Dung, Phường 10, Quận Phú Nhuận, TPHCM",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "425883"
              }
            ]
          }
        },
        {
          "Distance": 3.37,
          "Direction": "SE",
          "Latitude": 10.79528,
          "Longitude": 106.67132,
          "Name": "SaiGon Huch Villa",
          "Id": "100113463",
          "Street": "29/9 Hoàng Diệu, phường 10, Phú Nhuận, Ho Chi Minh City, Viet Nam",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3410432"
              }
            ]
          }
        },
        {
          "Distance": 3.38,
          "Direction": "S",
          "Latitude": 10.788615,
          "Longitude": 106.649227,
          "Name": "Tu Phuong Hotel",
          "Id": "102119195",
          "Street": "31/11 Pham Phu Thu Street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "42053323"
              }
            ]
          }
        },
        {
          "Distance": 3.4,
          "Direction": "SE",
          "Latitude": 10.79675,
          "Longitude": 106.67342,
          "Name": "Eastin Grand Hotel Saigon",
          "Id": "100219476",
          "Street": "253 Nguyen Van Troi Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "WV"
              },
              {
                "Name": "SABRE_ID",
                "Value": "39155"
              }
            ]
          }
        },
        {
          "Distance": 3.41,
          "Direction": "S",
          "Latitude": 10.78902,
          "Longitude": 106.6591,
          "Name": "Fin Villa Hostel",
          "Id": "102238323",
          "Street": "18 Sao Mai",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "42101115"
              }
            ]
          }
        },
        {
          "Distance": 3.44,
          "Direction": "SE",
          "Latitude": 10.803221,
          "Longitude": 106.679142,
          "Name": "Bao Tran Hotel",
          "Id": "102259915",
          "Street": "491/24 Nguyen Dinh Chieu",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "63891239"
              }
            ]
          }
        },
        {
          "Distance": 3.46,
          "Direction": "S",
          "Latitude": 10.78783,
          "Longitude": 106.6499,
          "Name": "Airstar Apartment",
          "Id": "100036153",
          "Street": "1017/6A Lac Long Quan, Ward 11, Tan Binh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "22257677"
              }
            ]
          }
        },
        {
          "Distance": 3.47,
          "Direction": "E",
          "Latitude": 10.82045,
          "Longitude": 106.68368,
          "Name": "RedDoorz Premium @ Nguyen Thai Son Street",
          "Id": "100337923",
          "Street": "212 -214 Nguyen Thai Son Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "37502763"
              }
            ]
          }
        },
        {
          "Distance": 3.47,
          "Direction": "SE",
          "Latitude": 10.803432,
          "Longitude": 106.679569,
          "Name": "Novia Hotel",
          "Id": "100517491",
          "Street": "22 Nguyen Dinh Chieu, Ward 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "31931008"
              }
            ]
          }
        },
        {
          "Distance": 3.49,
          "Direction": "W",
          "Latitude": 10.812122,
          "Longitude": 106.620734,
          "Name": "OYO 680 Nha Nghi Vy Anh",
          "Id": "102244917",
          "Street": "574 Le Van Quoi",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45258023"
              }
            ]
          }
        },
        {
          "Distance": 3.5,
          "Direction": "NE",
          "Latitude": 10.844667,
          "Longitude": 106.670307,
          "Name": "Anh's House",
          "Id": "102171319",
          "Street": "523/22 Le Duc Tho",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45000471"
              }
            ]
          }
        },
        {
          "Distance": 3.5,
          "Direction": "SE",
          "Latitude": 10.79584,
          "Longitude": 106.67376,
          "Name": "Cactusland Apartment",
          "Id": "100618901",
          "Street": "251/8 Nguyen Van Troi Street, Phu Nhuan Dist",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4342502"
              }
            ]
          }
        },
        {
          "Distance": 3.5,
          "Direction": "SE",
          "Latitude": 10.79712,
          "Longitude": 106.67515,
          "Name": "RedDoorz Yen Nam Hotel Nguyen Trong Tuyen",
          "Id": "100267560",
          "Street": "219 Nguyen Trong Tuyen, Ward 8, Phu Nhuan District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1322095"
              }
            ]
          }
        },
        {
          "Distance": 3.53,
          "Direction": "E",
          "Latitude": 10.828729,
          "Longitude": 106.68272,
          "Name": "HANZ Anna Hotel",
          "Id": "102490761",
          "Street": "148 Tran Thi Nghi, Phuong 7",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "92725139"
              }
            ]
          }
        },
        {
          "Distance": 3.56,
          "Direction": "SE",
          "Latitude": 10.80296,
          "Longitude": 106.68022,
          "Name": "Cozrum Homes - Winter Corner",
          "Id": "102540141",
          "Street": "50/6/8 Nguyễn Đình Chiểu, Phường 03, Quận Phú Nhuận, Tp Hồ Chí Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9487022"
              }
            ]
          }
        },
        {
          "Distance": 3.58,
          "Direction": "S",
          "Latitude": 10.788676,
          "Longitude": 106.640686,
          "Name": "OYO 1140 Hong Luc Hotel",
          "Id": "102428973",
          "Street": "740/1 Au Co, Ward 14",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "53869236"
              }
            ]
          }
        },
        {
          "Distance": 3.62,
          "Direction": "NE",
          "Latitude": 10.83461,
          "Longitude": 106.68095,
          "Name": "Phú An Hotel",
          "Id": "100305200",
          "Street": "16-18 Lê Đức Thọ",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7210272"
              }
            ]
          }
        },
        {
          "Distance": 3.62,
          "Direction": "NE",
          "Latitude": 10.84087,
          "Longitude": 106.6764,
          "Name": "RedDoorz Premium @ Nguyen Oanh Street",
          "Id": "102159851",
          "Street": "352 Nguyen Oanh, Ward 6",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "39817340"
              }
            ]
          }
        },
        {
          "Distance": 3.63,
          "Direction": "SE",
          "Latitude": 10.79225,
          "Longitude": 106.67114,
          "Name": "Thai Ha Huy Hotel",
          "Id": "100391861",
          "Street": "148 Le Van Sy street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "30367871"
              }
            ]
          }
        },
        {
          "Distance": 3.64,
          "Direction": "SE",
          "Latitude": 10.796012,
          "Longitude": 106.675835,
          "Name": "HOME Hotel",
          "Id": "102272561",
          "Street": "158 Nguyen Dinh Chinh",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "57574228"
              }
            ]
          }
        },
        {
          "Distance": 3.69,
          "Direction": "NE",
          "Latitude": 10.832933,
          "Longitude": 106.682538,
          "Name": "HANZ Cao Gia Hai Hotel",
          "Id": "101091968",
          "Street": "78 Le Duc Tho, Ward 7",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "92013464"
              }
            ]
          }
        },
        {
          "Distance": 3.71,
          "Direction": "NE",
          "Latitude": 10.849675,
          "Longitude": 106.664954,
          "Name": "Hoa Bao 2 Hotel",
          "Id": "100273056",
          "Street": "393 Thong Nhat Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "12328679"
              }
            ]
          }
        },
        {
          "Distance": 3.72,
          "Direction": "SE",
          "Latitude": 10.79742,
          "Longitude": 106.67801,
          "Name": "Kim Yen Hotel",
          "Id": "100265666",
          "Street": "126 Nguyen Trong Tuyen",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "279424"
              }
            ]
          }
        },
        {
          "Distance": 3.72,
          "Direction": "SW",
          "Latitude": 10.78968,
          "Longitude": 106.63531,
          "Name": "Homestay Sunny's House",
          "Id": "102044229",
          "Street": "69 Yen Do street, Ward 1",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "29403461"
              }
            ]
          }
        },
        {
          "Distance": 3.76,
          "Direction": "SE",
          "Latitude": 10.79565,
          "Longitude": 106.67695,
          "Name": "The Alcove Library",
          "Id": "100237806",
          "Street": "Nguyen Dinh Chinh Street Phu",
          "Zip": "700000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "336815"
              }
            ]
          }
        },
        {
          "Distance": 3.77,
          "Direction": "SE",
          "Latitude": 10.79491,
          "Longitude": 106.67637,
          "Name": "Merin Suites",
          "Id": "100710505",
          "Street": "151/1-2 Nguyễn Văn Trỗi, Ward 11, Phu Nhuan District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2772641"
              }
            ]
          }
        },
        {
          "Distance": 3.79,
          "Direction": "SE",
          "Latitude": 10.7917,
          "Longitude": 106.67292,
          "Name": "Aladdin Hotel",
          "Id": "100685925",
          "Street": "397 Huỳnh Văn Bánh, Phường 11, Quận Phú Nhuận, TP.HCM",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4817343"
              }
            ]
          }
        },
        {
          "Distance": 3.79,
          "Direction": "SE",
          "Latitude": 10.79974,
          "Longitude": 106.6807,
          "Name": "Goldstay 218",
          "Id": "102123337",
          "Street": "218 Phan Dang Luu, Ward 3, Phu Nhuan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "32868666"
              }
            ]
          }
        },
        {
          "Distance": 3.8,
          "Direction": "SE",
          "Latitude": 10.791243,
          "Longitude": 106.672373,
          "Name": "Vien Ngoc Xanh 1 Hotel",
          "Id": "100264632",
          "Street": "397 Le Van Sy Street, Ward 2",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "11888363"
              }
            ]
          }
        },
        {
          "Distance": 3.81,
          "Direction": "SE",
          "Latitude": 10.8002,
          "Longitude": 106.68114,
          "Name": "RedDoorz Nam Bac Hotel Phan Dang Luu Phu Nhuan",
          "Id": "102175917",
          "Street": "206 Phan Đăng Lưu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5752298"
              }
            ]
          }
        },
        {
          "Distance": 3.81,
          "Direction": "SE",
          "Latitude": 10.794777,
          "Longitude": 106.676732,
          "Name": "Minh Tam Phu Nhuan Hotel & Spa",
          "Id": "102573621",
          "Street": "145/8 Nguyen Van Troi, Phu Nhuan Dist.",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "12366446"
              }
            ]
          }
        },
        {
          "Distance": 3.81,
          "Direction": "SE",
          "Latitude": 10.800124,
          "Longitude": 106.681176,
          "Name": "Quynh Huong Hotel",
          "Id": "100602752",
          "Street": "206B Phan Dang Luu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "31813430"
              }
            ]
          }
        },
        {
          "Distance": 3.81,
          "Direction": "E",
          "Latitude": 10.81502,
          "Longitude": 106.68665,
          "Name": "SG GARDEN HILL",
          "Id": "100675377",
          "Street": "77 Trần Bình Trọng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4653768"
              }
            ]
          }
        },
        {
          "Distance": 3.82,
          "Direction": "SE",
          "Latitude": 10.7946,
          "Longitude": 106.67668,
          "Name": "Saigon Hanoi Hotel",
          "Id": "100276670",
          "Street": "Nguyen Van Troi Street Ward 11",
          "Zip": "70000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "340413"
              }
            ]
          }
        },
        {
          "Distance": 3.83,
          "Direction": "NE",
          "Latitude": 10.84595,
          "Longitude": 106.67365,
          "Name": "DRAGON HOTEL 1",
          "Id": "102077445",
          "Street": "616 Lê Đức Thọ 15",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4746024"
              }
            ]
          }
        },
        {
          "Distance": 3.94,
          "Direction": "SE",
          "Latitude": 10.79726,
          "Longitude": 106.68056,
          "Name": "OYO 1160 Hai Phong Hotel",
          "Id": "100672953",
          "Street": "20 Nguyen Trong Tuyen Street, Ward 15, Phu Nhuan District, Ho Chi Minh City, 20 Nguyen Trong Tuyen Street, Ward 15, Phu Nhuan District, Ho Chi Minh City, Ho-Chi-Minh",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8346423"
              }
            ]
          }
        },
        {
          "Distance": 4,
          "Direction": "SE",
          "Latitude": 10.78597,
          "Longitude": 106.66671,
          "Name": "C'Lavie Hotel - Saigon Airport Hotel",
          "Id": "100432715",
          "Street": "548A Cách Mạng Tháng 8, District 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3668081"
              }
            ]
          }
        },
        {
          "Distance": 4.01,
          "Direction": "SE",
          "Latitude": 10.78775,
          "Longitude": 106.67042000000001,
          "Name": "Du Homestay 7",
          "Id": "102069611",
          "Street": "1051 Hoàng Sa tâng 1,2,3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5346356"
              }
            ]
          }
        },
        {
          "Distance": 4.01,
          "Direction": "E",
          "Latitude": 10.80786,
          "Longitude": 106.68689,
          "Name": "Cozrum Homes The Gallery Residence",
          "Id": "102257559",
          "Street": "49/26B Nguyen Van Dau, ward 06, Binh Thanh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6647059"
              }
            ]
          }
        },
        {
          "Distance": 4.01,
          "Direction": "SE",
          "Latitude": 10.802366,
          "Longitude": 106.684585,
          "Name": "SKYY Garden",
          "Id": "100630093",
          "Street": "98 Phung Van Cung Street",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "54187147"
              }
            ]
          }
        },
        {
          "Distance": 4.02,
          "Direction": "SE",
          "Latitude": 10.801125,
          "Longitude": 106.683951,
          "Name": "The An Nam",
          "Id": "102069503",
          "Street": "369/3A Phan Xich Long, Ward 1",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "36923668"
              }
            ]
          }
        },
        {
          "Distance": 4.03,
          "Direction": "NE",
          "Latitude": 10.846604,
          "Longitude": 106.675652,
          "Name": "HANZ Hien Lam Hotel",
          "Id": "102490745",
          "Street": "67/2/34 duong so 5, Phuong 17",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "92725080"
              }
            ]
          }
        },
        {
          "Distance": 4.06,
          "Direction": "E",
          "Latitude": 10.831686,
          "Longitude": 106.686733,
          "Name": "Hoa Bao Hotel",
          "Id": "100317758",
          "Street": "6C Duong Quang Ham street, Ward 5",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9477830"
              }
            ]
          }
        },
        {
          "Distance": 4.1,
          "Direction": "E",
          "Latitude": 10.81489,
          "Longitude": 106.68926,
          "Name": "Eden Hotel Sài gòn",
          "Id": "100465775",
          "Street": "425 Le Quang Dinh, Ward 5, Binh Thanh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2650696"
              }
            ]
          }
        },
        {
          "Distance": 4.11,
          "Direction": "NW",
          "Latitude": 10.83736,
          "Longitude": 106.61932,
          "Name": "RedDoorz Hai Yen 2 Hotel",
          "Id": "102472975",
          "Street": "206 - 208 Dong Hung Thuan 39 Street, Dong Hung Thuan Ward, District 12",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8723523"
              }
            ]
          }
        },
        {
          "Distance": 4.15,
          "Direction": "E",
          "Latitude": 10.80486,
          "Longitude": 106.687196,
          "Name": "Minh Phuc Hotel",
          "Id": "102422053",
          "Street": "16 Nguyen Van Dau, Ward 6",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "74633085"
              }
            ]
          }
        },
        {
          "Distance": 4.19,
          "Direction": "SE",
          "Latitude": 10.79607,
          "Longitude": 106.68247,
          "Name": "The Moana House",
          "Id": "102046249",
          "Street": "20/24 Cô Bắc, Ward 1 Phú Nhuận district",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2784366"
              }
            ]
          }
        },
        {
          "Distance": 4.2,
          "Direction": "E",
          "Latitude": 10.81109,
          "Longitude": 106.68955,
          "Name": "RedDoorz Plus near Gia Dinh International Hospital 2",
          "Id": "100663135",
          "Street": "11A Tran Binh Trong Street, Tan Binh Dist.,",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4303091"
              }
            ]
          }
        },
        {
          "Distance": 4.24,
          "Direction": "W",
          "Latitude": 10.8329,
          "Longitude": 106.61584,
          "Name": "Ngoi Sao Phuong Nam Hotel",
          "Id": "100524769",
          "Street": "Tân Thới Nhất 1 41/2",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3599021"
              }
            ]
          }
        },
        {
          "Distance": 4.24,
          "Direction": "E",
          "Latitude": 10.81012,
          "Longitude": 106.68974,
          "Name": "RedDoorz Thiem Thanh on Nguyen Van Dau Street",
          "Id": "102253519",
          "Street": "155 Nguyễn Văn Đậu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6100674"
              }
            ]
          }
        },
        {
          "Distance": 4.25,
          "Direction": "SE",
          "Latitude": 10.80017,
          "Longitude": 106.68592,
          "Name": "Happy Coffee Guesthouse",
          "Id": "100549479",
          "Street": "32 Phung Van Cung",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2315494"
              }
            ]
          }
        },
        {
          "Distance": 4.3,
          "Direction": "S",
          "Latitude": 10.78154,
          "Longitude": 106.66209,
          "Name": "RedDoorz Chi Lan Vy Hotel Cuu Long Cu Xa Bac Hai",
          "Id": "102427653",
          "Street": "55 Cửu Long",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6170045"
              }
            ]
          }
        },
        {
          "Distance": 4.31,
          "Direction": "SE",
          "Latitude": 10.79205,
          "Longitude": 106.68044,
          "Name": "Grace Apartment 3",
          "Id": "102044847",
          "Street": "19/7 Nguyen Van Troi street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "28912372"
              }
            ]
          }
        },
        {
          "Distance": 4.31,
          "Direction": "S",
          "Latitude": 10.781715,
          "Longitude": 106.663231,
          "Name": "Haya Bac Hai Apartments",
          "Id": "102542899",
          "Street": "J9G Huong Giang street phuong 15 quan 10",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "96328570"
              }
            ]
          }
        },
        {
          "Distance": 4.33,
          "Direction": "SE",
          "Latitude": 10.78776,
          "Longitude": 106.6757,
          "Name": "Tropical House",
          "Id": "100038897",
          "Street": "413/37A Lê Văn Sỹ, P12, Quận 3, Tp. Hồ Chí Minh, Việt Nam",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2942483"
              }
            ]
          }
        },
        {
          "Distance": 4.36,
          "Direction": "NE",
          "Latitude": 10.83506,
          "Longitude": 106.68834,
          "Name": "RedDoorz The Sun Hotel near Duong Quang Ham Street",
          "Id": "102175913",
          "Street": "164/21 Street 20, ward 5, Go Vap District",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5659782"
              }
            ]
          }
        },
        {
          "Distance": 4.39,
          "Direction": "SE",
          "Latitude": 10.79907,
          "Longitude": 106.68672,
          "Name": "EROS Hotel - Love Hotel",
          "Id": "102294847",
          "Street": "138 Phan Xích Long, Phường 7, Quận Phú Nhuận",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6410761"
              }
            ]
          }
        },
        {
          "Distance": 4.42,
          "Direction": "E",
          "Latitude": 10.80834,
          "Longitude": 106.69092,
          "Name": "IAMSAIGON homestay",
          "Id": "100025383",
          "Street": "42/59 Hoàng Hoa Thám",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4710696"
              }
            ]
          }
        },
        {
          "Distance": 4.44,
          "Direction": "SE",
          "Latitude": 10.787941,
          "Longitude": 106.677691,
          "Name": "Le Gia Hotel",
          "Id": "100141663",
          "Street": "No 262/4, Le Van Sy Street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "16755632"
              }
            ]
          }
        },
        {
          "Distance": 4.45,
          "Direction": "SE",
          "Latitude": 10.79626,
          "Longitude": 106.68554,
          "Name": "Cozrum Homes - Yoga Corner",
          "Id": "102066779",
          "Street": "212/158/128 Nguyễn Văn Nguyễn, Phường Tân Định, Quận 1, TP Hồ Chí Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5166495"
              }
            ]
          }
        },
        {
          "Distance": 4.45,
          "Direction": "NE",
          "Latitude": 10.8492,
          "Longitude": 106.67857,
          "Name": "Galaxy Hotel",
          "Id": "100524539",
          "Street": "594-596 Nguyễn Oanh phường 6 quận gò vấp 594-596 nguyễn oanh phường 6 quận gò vấp",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3993453"
              }
            ]
          }
        },
        {
          "Distance": 4.46,
          "Direction": "NE",
          "Latitude": 10.848859,
          "Longitude": 106.679097,
          "Name": "PYNT HOTEL",
          "Id": "102486727",
          "Street": "1/17 Nguyen Van Dung, Phuong 06, Go Vap",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "95290225"
              }
            ]
          }
        },
        {
          "Distance": 4.46,
          "Direction": "E",
          "Latitude": 10.811692,
          "Longitude": 106.692148,
          "Name": "Hometel & Apartment Dreamer",
          "Id": "102304369",
          "Street": "222 Nguyen Van Dau, Ward 11",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "53900036"
              }
            ]
          }
        },
        {
          "Distance": 4.46,
          "Direction": "SE",
          "Latitude": 10.78766,
          "Longitude": 106.67762,
          "Name": "Ramana Saigon Hotel",
          "Id": "100025410",
          "Street": "323 Le Van Sy",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "184553"
              }
            ]
          }
        },
        {
          "Distance": 4.5,
          "Direction": "SE",
          "Latitude": 10.801855,
          "Longitude": 106.689319,
          "Name": "RedDoorz Plus near Gia Dinh International Hospital 3",
          "Id": "102451399",
          "Street": "46/4 Nhieu Tu, Ward 7",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "56505824"
              }
            ]
          }
        },
        {
          "Distance": 4.52,
          "Direction": "SW",
          "Latitude": 10.792515,
          "Longitude": 106.620461,
          "Name": "RedDoorz near Tan Huong Market",
          "Id": "102266287",
          "Street": "160 Tan Quy",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "52495342"
              }
            ]
          }
        },
        {
          "Distance": 4.55,
          "Direction": "E",
          "Latitude": 10.810581,
          "Longitude": 106.692704,
          "Name": "Edenroc Hotel",
          "Id": "100270930",
          "Street": "34A Tang Bat Ho Street, Ward 11",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "12415304"
              }
            ]
          }
        },
        {
          "Distance": 4.55,
          "Direction": "NE",
          "Latitude": 10.83675,
          "Longitude": 106.68941,
          "Name": "Bờ Sông Hotel",
          "Id": "102336459",
          "Street": "245 Đường số 20",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6986629"
              }
            ]
          }
        },
        {
          "Distance": 4.55,
          "Direction": "NE",
          "Latitude": 10.836753,
          "Longitude": 106.689413,
          "Name": "RedDoorz Plus near Vincom Go Vap 3",
          "Id": "102451379",
          "Street": "245 Street 20, Ward 5",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "52495309"
              }
            ]
          }
        },
        {
          "Distance": 4.6,
          "Direction": "SW",
          "Latitude": 10.78265,
          "Longitude": 106.63158,
          "Name": "Crystal Palace Hotel",
          "Id": "100314650",
          "Street": "17 Nguyen Luong Bang Street.",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "FG"
              },
              {
                "Name": "SABRE_ID",
                "Value": "306549"
              }
            ]
          }
        },
        {
          "Distance": 4.66,
          "Direction": "SE",
          "Latitude": 10.79312,
          "Longitude": 106.68559,
          "Name": "LAI HOTEL",
          "Id": "100183193",
          "Street": "8 Phan Đình Phùng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6635819"
              }
            ]
          }
        },
        {
          "Distance": 4.67,
          "Direction": "SE",
          "Latitude": 10.79746,
          "Longitude": 106.68876,
          "Name": "Moc Lan 3 Hotel",
          "Id": "100432635",
          "Street": "129 Hoa Lan street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "28878312"
              }
            ]
          }
        },
        {
          "Distance": 4.69,
          "Direction": "SE",
          "Latitude": 10.79675,
          "Longitude": 106.68846,
          "Name": "Moc Lan 4 Hotel",
          "Id": "100352365",
          "Street": "64/8 Cu Lao Street, Ward 2",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "28876723"
              }
            ]
          }
        },
        {
          "Distance": 4.7,
          "Direction": "S",
          "Latitude": 10.7798,
          "Longitude": 106.66821,
          "Name": "Bonita THT",
          "Id": "100549088",
          "Street": "185 To Hien Thanh, District 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2186804"
              }
            ]
          }
        },
        {
          "Distance": 4.7,
          "Direction": "SW",
          "Latitude": 10.7855,
          "Longitude": 106.62561,
          "Name": "Ibis Saigon South",
          "Id": "100039996",
          "Street": "73 Hoang Van Thai Street.",
          "Zip": "70000",
          "City": "HO CHI MINH",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "RT"
              },
              {
                "Name": "SABRE_ID",
                "Value": "166055"
              }
            ]
          }
        },
        {
          "Distance": 4.72,
          "Direction": "SE",
          "Latitude": 10.79824,
          "Longitude": 106.68974,
          "Name": "OYO 261 Binh Dung Hotel",
          "Id": "102099345",
          "Street": "88 Hoa Cuc, Ward 7, Phu Nhuan Dist.",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4947729"
              }
            ]
          }
        },
        {
          "Distance": 4.72,
          "Direction": "SE",
          "Latitude": 10.78796,
          "Longitude": 106.6816,
          "Name": "MH Villa",
          "Id": "100548822",
          "Street": "220/162A Le Van Sy, Ward 14, District 3",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "19502617"
              }
            ]
          }
        },
        {
          "Distance": 4.73,
          "Direction": "SE",
          "Latitude": 10.79641,
          "Longitude": 106.68869,
          "Name": "Cupid Hotel 2",
          "Id": "100694451",
          "Street": "Cu Lao 52/25 - 52/27 Cù Lao, Phường 2, Phú Nhuận",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4633844"
              }
            ]
          }
        },
        {
          "Distance": 4.75,
          "Direction": "SE",
          "Latitude": 10.79664,
          "Longitude": 106.6891,
          "Name": "Moc Lan 2 Hotel",
          "Id": "100431165",
          "Street": "54 Cu Lao street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "28877311"
              }
            ]
          }
        },
        {
          "Distance": 4.78,
          "Direction": "SE",
          "Latitude": 10.78345,
          "Longitude": 106.67676,
          "Name": "Thu Thai Hotel",
          "Id": "101076904",
          "Street": "73 Đường Trần Văn Đang",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8851683"
              }
            ]
          }
        },
        {
          "Distance": 4.79,
          "Direction": "SE",
          "Latitude": 10.79684,
          "Longitude": 106.68957,
          "Name": "Moc Lan 1 Hotel",
          "Id": "100431589",
          "Street": "79 Hoa Hong street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "28877116"
              }
            ]
          }
        },
        {
          "Distance": 4.79,
          "Direction": "W",
          "Latitude": 10.83211,
          "Longitude": 106.6102,
          "Name": "Atana Hotel",
          "Id": "100548984",
          "Street": "327 Phan Van Hon , District 12, Ho Chi Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2079873"
              }
            ]
          }
        },
        {
          "Distance": 4.81,
          "Direction": "SE",
          "Latitude": 10.7967,
          "Longitude": 106.68972,
          "Name": "New Sun Hotel Phu Nhuan",
          "Id": "100017033",
          "Street": "77b Hoa Hồng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9666565"
              }
            ]
          }
        },
        {
          "Distance": 4.82,
          "Direction": "SE",
          "Latitude": 10.79932,
          "Longitude": 106.69129,
          "Name": "Le Ngan Phung Hotel 79 HOA SỮA PHƯỜNG 7 PHÚ NHUẬN",
          "Id": "102170179",
          "Street": "197/2 Tran Ke Xuong, Ward 7, Phu Nhuan District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5865474"
              }
            ]
          }
        },
        {
          "Distance": 4.82,
          "Direction": "SE",
          "Latitude": 10.793472,
          "Longitude": 106.68771,
          "Name": "Smart Home Group",
          "Id": "102551607",
          "Street": "46/3 Tran Quy Khoach",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "34942507"
              }
            ]
          }
        },
        {
          "Distance": 4.83,
          "Direction": "S",
          "Latitude": 10.77778,
          "Longitude": 106.666151,
          "Name": "HANZ Mimosa Hotel",
          "Id": "100419555",
          "Street": "297/15 To Hien Thanh, Ward 15",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "52175335"
              }
            ]
          }
        },
        {
          "Distance": 4.84,
          "Direction": "SE",
          "Latitude": 10.79294,
          "Longitude": 106.68747,
          "Name": "Botanist Lab Minihotel by CIRCADIAN",
          "Id": "102063147",
          "Street": "214/19/25 Nguyen Van Nguyen Street, Tan Dinh Ward, District 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5021124"
              }
            ]
          }
        },
        {
          "Distance": 4.85,
          "Direction": "NW",
          "Latitude": 10.85551,
          "Longitude": 106.6279,
          "Name": "Green Hills Serviced Residences",
          "Id": "100276824",
          "Street": "Lot 25 Quang Trung Software City Tan Chanh Hiep Wa",
          "Zip": "70000",
          "City": "HO CHI MINH CITY",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "708136"
              }
            ]
          }
        },
        {
          "Distance": 4.85,
          "Direction": "E",
          "Latitude": 10.80585,
          "Longitude": 106.69429,
          "Name": "Lotus Laverne Hotel",
          "Id": "100451508",
          "Street": "5/24 No Trang Long street, Binh Thanh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3694781"
              }
            ]
          }
        },
        {
          "Distance": 4.85,
          "Direction": "SE",
          "Latitude": 10.796648,
          "Longitude": 106.690123,
          "Name": "The Houses",
          "Id": "102429407",
          "Street": "60 Hoa Hong",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "48232320"
              }
            ]
          }
        },
        {
          "Distance": 4.85,
          "Direction": "SE",
          "Latitude": 10.79653,
          "Longitude": 106.69006,
          "Name": "OYO 476 Van Anh Hotel",
          "Id": "102252583",
          "Street": "508/2C-508/2A5 Cu Lao, phuong 2, quan Phu Nhuan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6271454"
              }
            ]
          }
        },
        {
          "Distance": 4.85,
          "Direction": "SE",
          "Latitude": 10.793152,
          "Longitude": 106.687785,
          "Name": "OYO 550 Cozy House",
          "Id": "102215505",
          "Street": "Tran Quy Khoach, Tan Dinh, Quan 1",
          "Zip": "700000",
          "City": "HO-CHI-MINH",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "704973"
              }
            ]
          }
        },
        {
          "Distance": 4.87,
          "Direction": "SE",
          "Latitude": 10.796137,
          "Longitude": 106.690095,
          "Name": "HANZ Premium Bonita The View",
          "Id": "102490661",
          "Street": "352 Truong Sa, Phu Nhuan District",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "91980899"
              }
            ]
          }
        },
        {
          "Distance": 4.88,
          "Direction": "SE",
          "Latitude": 10.79392,
          "Longitude": 106.68868,
          "Name": "Luxy Park Hotel & Apartments-City Centre",
          "Id": "102101611",
          "Street": "15B Trần Khánh Dư, Phường Tân Định, Quận 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4792563"
              }
            ]
          }
        },
        {
          "Distance": 4.89,
          "Direction": "E",
          "Latitude": 10.81912,
          "Longitude": 106.69668,
          "Name": "Ngoc Linh Hotel",
          "Id": "102164665",
          "Street": "332/42/2, Phan Văn Trị, Phường 11 Bình Thạnh, Ho-Chi-Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5606815"
              }
            ]
          }
        },
        {
          "Distance": 4.9,
          "Direction": "SE",
          "Latitude": 10.80192,
          "Longitude": 106.69337,
          "Name": "RedDoorz near Gia Dinh Church",
          "Id": "100443873",
          "Street": "33/23 Van Kiep Street, Ward 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "29512536"
              }
            ]
          }
        },
        {
          "Distance": 4.92,
          "Direction": "SE",
          "Latitude": 10.790934,
          "Longitude": 106.686906,
          "Name": "Justay Pink Church",
          "Id": "102485363",
          "Street": "22 Ly Chinh Thang street",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "83827778"
              }
            ]
          }
        },
        {
          "Distance": 4.95,
          "Direction": "SE",
          "Latitude": 10.79046,
          "Longitude": 106.68677,
          "Name": "RedDoorz Khoi Nguyen Hotel Ly Chinh Thang",
          "Id": "102255095",
          "Street": "31 Lý Chính Thắng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6270833"
              }
            ]
          }
        },
        {
          "Distance": 4.96,
          "Direction": "SE",
          "Latitude": 10.78858,
          "Longitude": 106.68526,
          "Name": "Maison Royale",
          "Id": "100557431",
          "Street": "129/4 Ly Chinh Thang Street, Ward 7, Dist 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3707633"
              }
            ]
          }
        },
        {
          "Distance": 4.96,
          "Direction": "SE",
          "Latitude": 10.792394,
          "Longitude": 106.688488,
          "Name": "Apro Aparthotel Saigon Center",
          "Id": "100681616",
          "Street": "54 Dang Dung, Ward Tan Dinh, District 1",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "48906358"
              }
            ]
          }
        },
        {
          "Distance": 4.96,
          "Direction": "SE",
          "Latitude": 10.797122,
          "Longitude": 106.691634,
          "Name": "SPOT ON 905 Nguyet Duc Hotel",
          "Id": "102253263",
          "Street": "Phan Xích Long, Phường , Quận Phú Nhuận, 278",
          "Zip": "700000",
          "City": "Ho-Chi-Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "742579"
              }
            ]
          }
        },
        {
          "Distance": 4.97,
          "Direction": "SE",
          "Latitude": 10.78999,
          "Longitude": 106.6866,
          "Name": "Sunny House",
          "Id": "102043493",
          "Street": "77/3 Huynh Tinh Cua Street",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "24319046"
              }
            ]
          }
        },
        {
          "Distance": 4.97,
          "Direction": "SE",
          "Latitude": 10.79417,
          "Longitude": 106.68981,
          "Name": "Anh Nguyet 1 Hotel",
          "Id": "102104799",
          "Street": "53/43 Tran Khanh Du street, Tan Dinh ward, district 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3588042"
              }
            ]
          }
        },
        {
          "Distance": 4.97,
          "Direction": "S",
          "Latitude": 10.776452,
          "Longitude": 106.666228,
          "Name": "Bamboo Saigon Hotel",
          "Id": "102551521",
          "Street": "581 Ð. Su Van Hanh  Quan 10",
          "Zip": "900000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "95396963"
              }
            ]
          }
        },
        {
          "Distance": 4.97,
          "Direction": "S",
          "Latitude": 10.77643,
          "Longitude": 106.66621,
          "Name": "HANZ Premium Su Van Hanh",
          "Id": "102491205",
          "Street": "581 Sư Vạn Hạnh, Phường 12, Quận 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9379229"
              }
            ]
          }
        },
        {
          "Distance": 4.98,
          "Direction": "SE",
          "Latitude": 10.790174,
          "Longitude": 106.686954,
          "Name": "Thai Anh House The Airport",
          "Id": "102562291",
          "Street": "21/12/4 Ly Chinh Thang street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "34061074"
              }
            ]
          }
        },
        {
          "Distance": 4.98,
          "Direction": "SE",
          "Latitude": 10.78981,
          "Longitude": 106.68666,
          "Name": "Jomo",
          "Id": "101099440",
          "Street": "77 Huỳnh Tịnh Của",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5939288"
              }
            ]
          }
        },
        {
          "Distance": 4.99,
          "Direction": "SE",
          "Latitude": 10.78005,
          "Longitude": 106.67479,
          "Name": "Cozrum Homes - Coraline House",
          "Id": "102497739",
          "Street": "84/41A Hòa Hưng, Phường 13, Quận 10, Tp. Hồ Chí Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9514980"
              }
            ]
          }
        },
        {
          "Distance": 4.99,
          "Direction": "SE",
          "Latitude": 10.79068,
          "Longitude": 106.68745,
          "Name": "Cozrum Homes Lý Chính Thắng",
          "Id": "102068835",
          "Street": "07/07 Lý Chính Thắng, Phường 08, Quận 03",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5054226"
              }
            ]
          }
        },
        {
          "Distance": 5,
          "Direction": "SE",
          "Latitude": 10.79028,
          "Longitude": 106.6873,
          "Name": "CBD Home 3 - Home in central - The Art",
          "Id": "102066073",
          "Street": "21/14 Ly Chinh Thang, Ward 8, District 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5226128"
              }
            ]
          }
        },
        {
          "Distance": 5.02,
          "Direction": "SE",
          "Latitude": 10.78962,
          "Longitude": 106.68696,
          "Name": "Emerald Central",
          "Id": "100697509",
          "Street": "69-71 Huỳnh Tịnh Của",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4428097"
              }
            ]
          }
        },
        {
          "Distance": 5.02,
          "Direction": "SE",
          "Latitude": 10.79095,
          "Longitude": 106.68809,
          "Name": "Diamond Suite Hai Ba Trung",
          "Id": "100490068",
          "Street": "423 Hai Ba Trung St, District 3",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "15084673"
              }
            ]
          }
        },
        {
          "Distance": 5.03,
          "Direction": "S",
          "Latitude": 10.77386,
          "Longitude": 106.64766,
          "Name": "Khai Hoan Apartment Hotel",
          "Id": "100680646",
          "Street": "624 Lac Long Quan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "422753"
              }
            ]
          }
        },
        {
          "Distance": 5.05,
          "Direction": "SW",
          "Latitude": 10.78639,
          "Longitude": 106.6197,
          "Name": "RedDoorz near Tan Huong Market 2",
          "Id": "102427663",
          "Street": "140F Le Thiet, Phu Tho Hoa, Tan Phu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5989755"
              }
            ]
          }
        },
        {
          "Distance": 5.05,
          "Direction": "SE",
          "Latitude": 10.77898,
          "Longitude": 106.67397,
          "Name": "Minh Chau Hotel",
          "Id": "100180794",
          "Street": "119 Hoa Hung",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "286053"
              }
            ]
          }
        },
        {
          "Distance": 5.07,
          "Direction": "SE",
          "Latitude": 10.790461,
          "Longitude": 106.688265,
          "Name": "Thai Anh House - The Pink Church",
          "Id": "102114311",
          "Street": "393/11 Hai Ba Trung St",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "41909033"
              }
            ]
          }
        },
        {
          "Distance": 5.1,
          "Direction": "SE",
          "Latitude": 10.79149,
          "Longitude": 106.6894,
          "Name": "Lucky Hotel",
          "Id": "100286017",
          "Street": "221tranquangkhai",
          "Zip": "710",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "29429716"
              }
            ]
          }
        },
        {
          "Distance": 5.11,
          "Direction": "SE",
          "Latitude": 10.78981,
          "Longitude": 106.68822,
          "Name": "Dlux Saigon",
          "Id": "100593325",
          "Street": "371/32 Hai Ba Trung Street, Ward 8, District 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4642581"
              }
            ]
          }
        },
        {
          "Distance": 5.12,
          "Direction": "SE",
          "Latitude": 10.79168,
          "Longitude": 106.68972,
          "Name": "RedDoorz Kim Dung Hotel Tran Quang Khai",
          "Id": "100579468",
          "Street": "184 Tran Quang Khai",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1502505"
              }
            ]
          }
        },
        {
          "Distance": 5.13,
          "Direction": "SE",
          "Latitude": 10.78091,
          "Longitude": 106.678654,
          "Name": "HANZ Huong Mai Hotel",
          "Id": "100285080",
          "Street": "206 Nguyen Phuc Nguyen, Phuong 9",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "11930662"
              }
            ]
          }
        },
        {
          "Distance": 5.14,
          "Direction": "SE",
          "Latitude": 10.781363,
          "Longitude": 106.679368,
          "Name": "RedDoorz @ Saigon Train Station",
          "Id": "102442349",
          "Street": "139 Nguyen Thong, Ward 9",
          "Zip": "-",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "57730871"
              }
            ]
          }
        },
        {
          "Distance": 5.14,
          "Direction": "SE",
          "Latitude": 10.793077,
          "Longitude": 106.691024,
          "Name": "The Arrivals Tower",
          "Id": "102453227",
          "Street": "39A Tran Khac Chan Ward 15",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "59350264"
              }
            ]
          }
        },
        {
          "Distance": 5.17,
          "Direction": "SE",
          "Latitude": 10.79552,
          "Longitude": 106.69284,
          "Name": "Truong Thinh Hotel",
          "Id": "100524623",
          "Street": "113-115 Tran Nguyen Dan, Ward 3",
          "Zip": "100081",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "31780557"
              }
            ]
          }
        },
        {
          "Distance": 5.17,
          "Direction": "SE",
          "Latitude": 10.79127,
          "Longitude": 106.69,
          "Name": "Apa Saigon Apartment",
          "Id": "100431597",
          "Street": "15/1 Bà Lê Chân",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3801711"
              }
            ]
          }
        },
        {
          "Distance": 5.17,
          "Direction": "SE",
          "Latitude": 10.792765,
          "Longitude": 106.691087,
          "Name": "Hotel Kim Yen",
          "Id": "100568460",
          "Street": "1 Dang Dung",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "17894217"
              }
            ]
          }
        },
        {
          "Distance": 5.17,
          "Direction": "SE",
          "Latitude": 10.78357,
          "Longitude": 106.68279,
          "Name": "New Pacific",
          "Id": "100223756",
          "Street": "Dong Street 9 11 Ky",
          "Zip": "70000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "330256"
              }
            ]
          }
        },
        {
          "Distance": 5.19,
          "Direction": "SW",
          "Latitude": 10.77717,
          "Longitude": 106.63069,
          "Name": "Hoàng Quân Hotel",
          "Id": "102063691",
          "Street": "66-68-70 Thạch Lam, P.Phú Thạnh, Q.Tân Phú, HCM 66-68-70 Thach Lam st, Tan Phu ward, HCM city",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4998017"
              }
            ]
          }
        },
        {
          "Distance": 5.19,
          "Direction": "S",
          "Latitude": 10.7722,
          "Longitude": 106.65295,
          "Name": "Aqua Long Son Hotel",
          "Id": "100654443",
          "Street": "14 Đường số 3 Cư Xá Lữ Gia",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4291522"
              }
            ]
          }
        },
        {
          "Distance": 5.19,
          "Direction": "SE",
          "Latitude": 10.791797,
          "Longitude": 106.690692,
          "Name": "Kim Ngoc Hotel",
          "Id": "100271764",
          "Street": "154-154A Tran Quang Khai, District 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "12656951"
              }
            ]
          }
        },
        {
          "Distance": 5.22,
          "Direction": "SE",
          "Latitude": 10.78491,
          "Longitude": 106.68497,
          "Name": "T78 Hotel",
          "Id": "100599433",
          "Street": "145 Lý Chính Thắng Nhà Khách T78",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8868179"
              }
            ]
          }
        },
        {
          "Distance": 5.25,
          "Direction": "SE",
          "Latitude": 10.78674,
          "Longitude": 106.68711,
          "Name": "Aurora Hotel",
          "Id": "102128081",
          "Street": "193A/7A Nam kỳ Khởi Nghĩa, Phường 7",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5563868"
              }
            ]
          }
        },
        {
          "Distance": 5.26,
          "Direction": "SE",
          "Latitude": 10.77986,
          "Longitude": 106.67909,
          "Name": "Cactusland Boutique Hotel",
          "Id": "100500435",
          "Street": "28 Rach Bung Binh Street, Ward 10, District 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6018208"
              }
            ]
          }
        },
        {
          "Distance": 5.26,
          "Direction": "SW",
          "Latitude": 10.77728,
          "Longitude": 106.62901,
          "Name": "Tan Dat Hoa Hotel",
          "Id": "102170227",
          "Street": "145-145B Thạch Lam, P.Hiệp Tân, Q.Tân Phú, Hồ Chí Minh 145-145B Thach Lam Street, Hiep Tan Ward, Tan Phu Dictrict",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5000210"
              }
            ]
          }
        },
        {
          "Distance": 5.27,
          "Direction": "SE",
          "Latitude": 10.791472,
          "Longitude": 106.691339,
          "Name": "The Sun Hotel",
          "Id": "100314128",
          "Street": "19-21 Nguyen Huu Cau",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9397356"
              }
            ]
          }
        },
        {
          "Distance": 5.29,
          "Direction": "SW",
          "Latitude": 10.780263,
          "Longitude": 106.623734,
          "Name": "HANZ Hoa Hong Hotel",
          "Id": "102491119",
          "Street": "166 Le Cao Lang, Phu Thanh Ward",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "95689656"
              }
            ]
          }
        },
        {
          "Distance": 5.31,
          "Direction": "SE",
          "Latitude": 10.77539,
          "Longitude": 106.67196,
          "Name": "RedDoorz Anh Ngoc Hotel",
          "Id": "100274376",
          "Street": "9/4-6 Hoang Du Khuong Street, Ward 12, District 10, Ho Chi Minh city",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8142187"
              }
            ]
          }
        },
        {
          "Distance": 5.34,
          "Direction": "SE",
          "Latitude": 10.79225,
          "Longitude": 106.69263,
          "Name": "REDFLOWER HOTEL",
          "Id": "101114410",
          "Street": "104 Trần Quang Khải",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9352845"
              }
            ]
          }
        },
        {
          "Distance": 5.36,
          "Direction": "SE",
          "Latitude": 10.778919,
          "Longitude": 106.679395,
          "Name": "Ken Hotel",
          "Id": "100550532",
          "Street": "285/5 Cach Mang Thang Tam",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "54614639"
              }
            ]
          }
        },
        {
          "Distance": 5.37,
          "Direction": "SE",
          "Latitude": 10.79279,
          "Longitude": 106.69333,
          "Name": "Cozrum Homes - June Corner",
          "Id": "101059798",
          "Street": "68/7d Trần Quang Khải, Phường Tân Định, Quận 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8688723"
              }
            ]
          }
        },
        {
          "Distance": 5.39,
          "Direction": "SE",
          "Latitude": 10.779072,
          "Longitude": 106.680057,
          "Name": "Havilah House",
          "Id": "102290791",
          "Street": "134/1/2C Cach Mang Thang Tam",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "48824090"
              }
            ]
          }
        },
        {
          "Distance": 5.39,
          "Direction": "SE",
          "Latitude": 10.781294,
          "Longitude": 106.683079,
          "Name": "HT Hotel Apartment",
          "Id": "100431725",
          "Street": "128/1-5 Tran Quoc Thao Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "22418199"
              }
            ]
          }
        },
        {
          "Distance": 5.4,
          "Direction": "SE",
          "Latitude": 10.78925,
          "Longitude": 106.69107,
          "Name": "The Nguyens Cafe - Pink Church View",
          "Id": "100544076",
          "Street": "64 Dinh Cong Trang",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2482038"
              }
            ]
          }
        },
        {
          "Distance": 5.41,
          "Direction": "SE",
          "Latitude": 10.790066,
          "Longitude": 106.691793,
          "Name": "Bhome Dinh Cong Trang",
          "Id": "102134857",
          "Street": "22-24 Dinh Cong Trang",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "40203037"
              }
            ]
          }
        },
        {
          "Distance": 5.44,
          "Direction": "SE",
          "Latitude": 10.77505,
          "Longitude": 106.67398,
          "Name": "Duc Vuong Saigon Hotel - Cao Thang",
          "Id": "102186679",
          "Street": "348, Cao Thang,  Ward 12, District 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6904841"
              }
            ]
          }
        },
        {
          "Distance": 5.44,
          "Direction": "S",
          "Latitude": 10.772987,
          "Longitude": 106.669115,
          "Name": "486 Nhat Nhat Hotel",
          "Id": "102169761",
          "Street": "766/16 Su Van Hanh",
          "Zip": "700000",
          "City": "HO-CHI-MINH",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "704964"
              }
            ]
          }
        },
        {
          "Distance": 5.44,
          "Direction": "SE",
          "Latitude": 10.7775,
          "Longitude": 106.67847,
          "Name": "RedDoorz Diamond Hotel CMT8",
          "Id": "102139297",
          "Street": "283/76 Cach Mang Thang 8 Street Ward 12, District 10.",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5439358"
              }
            ]
          }
        },
        {
          "Distance": 5.44,
          "Direction": "SE",
          "Latitude": 10.790114,
          "Longitude": 106.692211,
          "Name": "King Apartment",
          "Id": "100024093",
          "Street": "37/4 Dinh Cong Trang D.1",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "48407488"
              }
            ]
          }
        },
        {
          "Distance": 5.45,
          "Direction": "SE",
          "Latitude": 10.78993,
          "Longitude": 106.6922,
          "Name": "Saigon Sweethome",
          "Id": "100744089",
          "Street": "37A Dinh Cong Trang",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "25823076"
              }
            ]
          }
        },
        {
          "Distance": 5.45,
          "Direction": "S",
          "Latitude": 10.7728,
          "Longitude": 106.669,
          "Name": "7S Hotel Ken Luxury Saigon",
          "Id": "102303875",
          "Street": "766/12 Su Van Hanh District 10 Ward 12",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "726026"
              }
            ]
          }
        },
        {
          "Distance": 5.46,
          "Direction": "SE",
          "Latitude": 10.77868,
          "Longitude": 106.68058,
          "Name": "EROS HOTEL 2 - Love Hotel",
          "Id": "100557599",
          "Street": "210/10 Cách Mạng Tháng Tám",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7850263"
              }
            ]
          }
        },
        {
          "Distance": 5.47,
          "Direction": "SE",
          "Latitude": 10.79021,
          "Longitude": 106.69259,
          "Name": "Bloom Saigon Hotel",
          "Id": "100268896",
          "Street": "27 29 Truong Dinh Street Ben",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "365562"
              }
            ]
          }
        },
        {
          "Distance": 5.48,
          "Direction": "S",
          "Latitude": 10.772648,
          "Longitude": 106.669223,
          "Name": "Mai Son Tai Hotel",
          "Id": "102116203",
          "Street": "Su Van Hanh st, Ward 10, District 10",
          "Zip": "700000",
          "City": "HO-CHI-MINH",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "704965"
              }
            ]
          }
        },
        {
          "Distance": 5.48,
          "Direction": "SE",
          "Latitude": 10.77748,
          "Longitude": 106.67917,
          "Name": "HANZ Happy 2 Hotel",
          "Id": "100317156",
          "Street": "283 Đường Cách Mạng Tháng 8",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8495284"
              }
            ]
          }
        },
        {
          "Distance": 5.48,
          "Direction": "SE",
          "Latitude": 10.77348,
          "Longitude": 106.67152,
          "Name": "HANZ Son Mi Hotel",
          "Id": "102309987",
          "Street": "839/10 Lê Hồng Phong",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8858001"
              }
            ]
          }
        },
        {
          "Distance": 5.48,
          "Direction": "SE",
          "Latitude": 10.790348,
          "Longitude": 106.692886,
          "Name": "Saigon Paramount",
          "Id": "102215689",
          "Street": "62/12 Thach Thi Thanh, Tan Dinh ward",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "44103119"
              }
            ]
          }
        },
        {
          "Distance": 5.51,
          "Direction": "S",
          "Latitude": 10.77285,
          "Longitude": 106.67059,
          "Name": "Pharaon Hotel 3",
          "Id": "101100840",
          "Street": "28 28/15 Trần Thiện Chánh, Phường 12, Quận 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8011636"
              }
            ]
          }
        },
        {
          "Distance": 5.51,
          "Direction": "SE",
          "Latitude": 10.791862,
          "Longitude": 106.694268,
          "Name": "HANZ Rustique Maison",
          "Id": "102475099",
          "Street": "44 Nguyen Phi Khanh",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "95283577"
              }
            ]
          }
        },
        {
          "Distance": 5.52,
          "Direction": "S",
          "Latitude": 10.772567,
          "Longitude": 106.670063,
          "Name": "HANZ Cuong Thanh 2 Hotel",
          "Id": "102322953",
          "Street": "107 Tran Thien Chanh, Ward 12",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "48190395"
              }
            ]
          }
        },
        {
          "Distance": 5.52,
          "Direction": "SE",
          "Latitude": 10.77314,
          "Longitude": 106.67161,
          "Name": "HANZ Sunflower Hotel & Spa Saigon",
          "Id": "102322503",
          "Street": "Lê Hồng Phong 821-823, District 10, Ho Chi Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8953792"
              }
            ]
          }
        },
        {
          "Distance": 5.52,
          "Direction": "SE",
          "Latitude": 10.782,
          "Longitude": 106.6858,
          "Name": "M Village The Boutique",
          "Id": "102454063",
          "Street": "Võ Thị Sáu 232/15",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8141544"
              }
            ]
          }
        },
        {
          "Distance": 5.54,
          "Direction": "S",
          "Latitude": 10.77219,
          "Longitude": 106.66952,
          "Name": "Tuong Vi Corner",
          "Id": "102296043",
          "Street": "740/15A Sư Vạn Hạnh, Ward 12, District 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6478808"
              }
            ]
          }
        },
        {
          "Distance": 5.55,
          "Direction": "SE",
          "Latitude": 10.788828,
          "Longitude": 106.692485,
          "Name": "Estelle Boutique Apartment",
          "Id": "101042266",
          "Street": "88B Vo Thi Sau Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "39691396"
              }
            ]
          }
        },
        {
          "Distance": 5.56,
          "Direction": "S",
          "Latitude": 10.77222,
          "Longitude": 106.67023,
          "Name": "Tuong Vi Hotel Saigon",
          "Id": "100556537",
          "Street": "111 Trần Thiện Chánh, Ward 10, District 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3359102"
              }
            ]
          }
        },
        {
          "Distance": 5.57,
          "Direction": "S",
          "Latitude": 10.77155,
          "Longitude": 106.6687,
          "Name": "HANZ MyMy Hotel",
          "Id": "102253265",
          "Street": "391/40 Đường Sư Vạn Hạnh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9596474"
              }
            ]
          }
        },
        {
          "Distance": 5.59,
          "Direction": "SE",
          "Latitude": 10.79179,
          "Longitude": 106.6951,
          "Name": "Lyna Apartment",
          "Id": "102201279",
          "Street": "18 Nguyen Phi Khanh Road",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "18341125"
              }
            ]
          }
        },
        {
          "Distance": 5.61,
          "Direction": "N",
          "Latitude": 10.86922,
          "Longitude": 106.64883,
          "Name": "Thanh An Hotel",
          "Id": "100146019",
          "Street": "91 Hiep Thanh 45, Hiep Thanh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1173574"
              }
            ]
          }
        },
        {
          "Distance": 5.65,
          "Direction": "SE",
          "Latitude": 10.79249,
          "Longitude": 106.6961,
          "Name": "RedDoorz Tuan Viet Hotel Dinh Tien Hoang",
          "Id": "100141481",
          "Street": "232 Đường Đinh Tiên Hoàng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8142028"
              }
            ]
          }
        },
        {
          "Distance": 5.65,
          "Direction": "SE",
          "Latitude": 10.7873,
          "Longitude": 106.69246,
          "Name": "A25 Hotel - 251 Hai Bà Trưng HCM",
          "Id": "100301490",
          "Street": "251 Hai Ba Trung",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1224329"
              }
            ]
          }
        },
        {
          "Distance": 5.65,
          "Direction": "SE",
          "Latitude": 10.776464,
          "Longitude": 106.680463,
          "Name": "7s Hotel An Phú Central",
          "Id": "102193607",
          "Street": "10 Street 3/2, District 10",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "39454180"
              }
            ]
          }
        },
        {
          "Distance": 5.68,
          "Direction": "S",
          "Latitude": 10.7703,
          "Longitude": 106.66795,
          "Name": "Cozrum Homes - Summer's House",
          "Id": "102429737",
          "Street": "436A/50/1A Đường 3/2, Phường 12",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8456745"
              }
            ]
          }
        },
        {
          "Distance": 5.69,
          "Direction": "SE",
          "Latitude": 10.78488,
          "Longitude": 106.69083,
          "Name": "ÊMM Hotel Saigon",
          "Id": "100154878",
          "Street": "157 Pasteur street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "857393"
              }
            ]
          }
        },
        {
          "Distance": 5.69,
          "Direction": "SE",
          "Latitude": 10.78618,
          "Longitude": 106.692,
          "Name": "Smiley Apartment 13 - Adults Only",
          "Id": "100035229",
          "Street": "66/7 Pham Ngoc Thach",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "20409854"
              }
            ]
          }
        },
        {
          "Distance": 5.7,
          "Direction": "SE",
          "Latitude": 10.79834,
          "Longitude": 106.69971,
          "Name": "Cozrum Homes - Autumn House",
          "Id": "102540473",
          "Street": "34 Đống Đa, Phường 02, Quận Bình Thạnh, Tp Hồ Chí Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9322703"
              }
            ]
          }
        },
        {
          "Distance": 5.7,
          "Direction": "SE",
          "Latitude": 10.77259,
          "Longitude": 106.67441,
          "Name": "Ky Hoa Hotel Ho Chi Minh",
          "Id": "100310564",
          "Street": "238 Ba Thang Hai Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "423216"
              }
            ]
          }
        },
        {
          "Distance": 5.71,
          "Direction": "S",
          "Latitude": 10.77101,
          "Longitude": 106.67079,
          "Name": "Thanh Phong Hotel",
          "Id": "100558195",
          "Street": "43 Tran Thien Chanh, District 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1320466"
              }
            ]
          }
        },
        {
          "Distance": 5.74,
          "Direction": "SE",
          "Latitude": 10.78685,
          "Longitude": 106.69311,
          "Name": "Central Park Saigon Hotel",
          "Id": "100179634",
          "Street": "223 Hai Ba Trung",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "257847"
              }
            ]
          }
        },
        {
          "Distance": 5.74,
          "Direction": "SE",
          "Latitude": 10.774186,
          "Longitude": 106.678199,
          "Name": "Minh Tam Hotel & Spa 32",
          "Id": "100492240",
          "Street": "206 Ba Thang Hai Street, District 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "19816028"
              }
            ]
          }
        },
        {
          "Distance": 5.75,
          "Direction": "S",
          "Latitude": 10.76746,
          "Longitude": 106.64622,
          "Name": "HONG PHAT HOTEL",
          "Id": "102468361",
          "Street": "81 ONG ICH KHIEM, PHUONG 10, QUAN 11",
          "Zip": "72600",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "91935434"
              }
            ]
          }
        },
        {
          "Distance": 5.77,
          "Direction": "SE",
          "Latitude": 10.78628,
          "Longitude": 106.69298,
          "Name": "Leaf Signature Hotel - Lá Group",
          "Id": "102069399",
          "Street": "5 Trương Quyền Phường 6, quận 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5038730"
              }
            ]
          }
        },
        {
          "Distance": 5.79,
          "Direction": "S",
          "Latitude": 10.77012,
          "Longitude": 106.67056,
          "Name": "Khach San Tan Phuong Vu",
          "Id": "102229451",
          "Street": "740/1-740/3 Su Van Hanh Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "39415997"
              }
            ]
          }
        },
        {
          "Distance": 5.81,
          "Direction": "SE",
          "Latitude": 10.78978,
          "Longitude": 106.69608,
          "Name": "AYA Homestay 3",
          "Id": "102253247",
          "Street": "51B Huỳnh Khương Ninh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6796034"
              }
            ]
          }
        },
        {
          "Distance": 5.81,
          "Direction": "SE",
          "Latitude": 10.77677,
          "Longitude": 106.68339,
          "Name": "Lotus Saigon Hotel",
          "Id": "100488562",
          "Street": "120 Cach Mang Thang Tam",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "236608"
              }
            ]
          }
        },
        {
          "Distance": 5.82,
          "Direction": "SE",
          "Latitude": 10.78142,
          "Longitude": 106.68918,
          "Name": "The Serenity - Sky Villas Duplex",
          "Id": "102454067",
          "Street": "259 Điện Biên Phủ",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8996340"
              }
            ]
          }
        },
        {
          "Distance": 5.84,
          "Direction": "SE",
          "Latitude": 10.78711,
          "Longitude": 106.69447,
          "Name": "NTA Serviced Apartments",
          "Id": "100125201",
          "Street": "171-173 Điện Biên Phủ, Phường Đakao, Quận 1, TP.HCM",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3540231"
              }
            ]
          }
        },
        {
          "Distance": 5.85,
          "Direction": "SE",
          "Latitude": 10.775752,
          "Longitude": 106.682548,
          "Name": "Huong Sen",
          "Id": "100181214",
          "Street": "66 68 70 Dong Khoi St",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "331729"
              }
            ]
          }
        },
        {
          "Distance": 5.85,
          "Direction": "SE",
          "Latitude": 10.775752,
          "Longitude": 106.682548,
          "Name": "Saigon Star",
          "Id": "100222808",
          "Street": "204 Nguyen Thi Minh Khai Str",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "331730"
              }
            ]
          }
        },
        {
          "Distance": 5.85,
          "Direction": "SE",
          "Latitude": 10.775752,
          "Longitude": 106.682548,
          "Name": "Tan Son Nhat",
          "Id": "100248638",
          "Street": "202 Hoang Van Thu St",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "331468"
              }
            ]
          }
        },
        {
          "Distance": 5.85,
          "Direction": "SE",
          "Latitude": 10.77969,
          "Longitude": 106.6877,
          "Name": "Khanh Gia Apartment",
          "Id": "102315771",
          "Street": "32a Trương Định",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7218517"
              }
            ]
          }
        },
        {
          "Distance": 5.85,
          "Direction": "SE",
          "Latitude": 10.78346,
          "Longitude": 106.69158,
          "Name": "M Village The Garden",
          "Id": "101053294",
          "Street": "214 Nam Kỳ Khởi Nghĩa",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8202335"
              }
            ]
          }
        },
        {
          "Distance": 5.88,
          "Direction": "S",
          "Latitude": 10.76671,
          "Longitude": 106.64298,
          "Name": "An Binh 2 Hotel",
          "Id": "100498968",
          "Street": "130A Ong Ich Khiem",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "288118"
              }
            ]
          }
        },
        {
          "Distance": 5.89,
          "Direction": "W",
          "Latitude": 10.81581,
          "Longitude": 106.59809,
          "Name": "Khach San Dai An Binh Tan",
          "Id": "102296337",
          "Street": "93 Đường Nguyễn Thị Tú",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7012267"
              }
            ]
          }
        },
        {
          "Distance": 5.91,
          "Direction": "SE",
          "Latitude": 10.7749,
          "Longitude": 106.68238,
          "Name": "Babylon D3 Serviced Apartment",
          "Id": "102067481",
          "Street": "136/6 Vườn Chuối",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2479426"
              }
            ]
          }
        },
        {
          "Distance": 5.92,
          "Direction": "SE",
          "Latitude": 10.78585,
          "Longitude": 106.69446,
          "Name": "Icon Saigon - Lifestyle Design Hotel",
          "Id": "101081818",
          "Street": "6567 Hai Ba Trung",
          "Zip": "700000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "YX"
              },
              {
                "Name": "SABRE_ID",
                "Value": "601336"
              }
            ]
          }
        },
        {
          "Distance": 5.94,
          "Direction": "SE",
          "Latitude": 10.772099,
          "Longitude": 106.678228,
          "Name": "AHA The Allie 528 Apartment",
          "Id": "100750307",
          "Street": "528/5/51 Dien Bien Phu, Ward 11",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "32083398"
              }
            ]
          }
        },
        {
          "Distance": 5.95,
          "Direction": "SE",
          "Latitude": 10.78102,
          "Longitude": 106.69038,
          "Name": "Sila Urban Living",
          "Id": "100584896",
          "Street": "21 Ngo Thoi Nhiem Street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "GD"
              },
              {
                "Name": "SABRE_ID",
                "Value": "601129"
              }
            ]
          }
        },
        {
          "Distance": 5.96,
          "Direction": "SE",
          "Latitude": 10.77689,
          "Longitude": 106.68582,
          "Name": "Hong Ha Hotel",
          "Id": "100081149",
          "Street": "27B Nguyen Thong street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "25144414"
              }
            ]
          }
        },
        {
          "Distance": 5.96,
          "Direction": "SE",
          "Latitude": 10.785933,
          "Longitude": 106.695028,
          "Name": "Hotel J-espace 1 - Hostel",
          "Id": "102175171",
          "Street": "190 Nguyen Van Thu Street",
          "Zip": "710433",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "41461550"
              }
            ]
          }
        },
        {
          "Distance": 5.97,
          "Direction": "SE",
          "Latitude": 10.78228,
          "Longitude": 106.69194,
          "Name": "Mai House Saigon Hotel",
          "Id": "102080757",
          "Street": "157 Nam Ky Khoi Nghia Street, Vo Thi Sau Ward, District 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4857560"
              }
            ]
          }
        },
        {
          "Distance": 5.98,
          "Direction": "SE",
          "Latitude": 10.77869,
          "Longitude": 106.68835,
          "Name": "Hoang Lan Hotel",
          "Id": "100629806",
          "Street": "No 4, 107/16 Truong Dinh Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2738868"
              }
            ]
          }
        },
        {
          "Distance": 5.99,
          "Direction": "SE",
          "Latitude": 10.77222,
          "Longitude": 106.67936,
          "Name": "Thien Thao Hotel",
          "Id": "100233188",
          "Street": "Cao Thang Street 89",
          "Zip": "700000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "348235"
              }
            ]
          }
        },
        {
          "Distance": 6,
          "Direction": "SE",
          "Latitude": 10.782468,
          "Longitude": 106.69246,
          "Name": "Sherwood Suites",
          "Id": "100199388",
          "Street": "192 Nam Ky Khoi Nghia",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "PH"
              },
              {
                "Name": "SABRE_ID",
                "Value": "314981"
              }
            ]
          }
        },
        {
          "Distance": 6.01,
          "Direction": "S",
          "Latitude": 10.76612,
          "Longitude": 106.66403,
          "Name": "Hotel thanh vinh",
          "Id": "100670395",
          "Street": "666/17 đường 3/2, phuong 14, quan 10, tphcm",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4828344"
              }
            ]
          }
        },
        {
          "Distance": 6.02,
          "Direction": "SE",
          "Latitude": 10.778569,
          "Longitude": 106.688757,
          "Name": "Angela Boutique Serviced Residence",
          "Id": "100680628",
          "Street": "107/17 Truong Dinh Street, District 03",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "10015924"
              }
            ]
          }
        },
        {
          "Distance": 6.03,
          "Direction": "SE",
          "Latitude": 10.78429,
          "Longitude": 106.69447,
          "Name": "Citadines Regency Saigon",
          "Id": "100444991",
          "Street": "20 And 22 Pham Ngoc Thach Stre",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "AZ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "321203"
              }
            ]
          }
        },
        {
          "Distance": 6.03,
          "Direction": "SE",
          "Latitude": 10.78286,
          "Longitude": 106.69324,
          "Name": "Sherwood Residence",
          "Id": "100810431",
          "Street": "127 Pasteur Street.",
          "Zip": "70000",
          "City": "Ho Chi Minh City Sai",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "YX"
              },
              {
                "Name": "SABRE_ID",
                "Value": "297677"
              }
            ]
          }
        },
        {
          "Distance": 6.04,
          "Direction": "SE",
          "Latitude": 10.78276,
          "Longitude": 106.69318,
          "Name": "Sherwood Residence",
          "Id": "100524532",
          "Street": "127 Pasteur",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "184702"
              }
            ]
          }
        },
        {
          "Distance": 6.05,
          "Direction": "SE",
          "Latitude": 10.76927,
          "Longitude": 106.67458,
          "Name": "Jen & Friends House",
          "Id": "100638672",
          "Street": "724/25 Bis Dien Bien Phu Street, Ward 10, District 10",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2836099"
              }
            ]
          }
        },
        {
          "Distance": 6.05,
          "Direction": "SE",
          "Latitude": 10.77722,
          "Longitude": 106.68757,
          "Name": "Downtown Retro Serviced Apartment",
          "Id": "100301936",
          "Street": "2k Ho Xuan Huong Street, District 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3618610"
              }
            ]
          }
        },
        {
          "Distance": 6.06,
          "Direction": "SE",
          "Latitude": 10.77026,
          "Longitude": 106.67708,
          "Name": "Boss Palace Hotel",
          "Id": "100253776",
          "Street": "306-308 Nguyen Thien Thuat Street, District 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1102388"
              }
            ]
          }
        },
        {
          "Distance": 6.08,
          "Direction": "SE",
          "Latitude": 10.790158,
          "Longitude": 106.69928,
          "Name": "Place In Saigon",
          "Id": "102299379",
          "Street": "95D Nguyen Van Thu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45632183"
              }
            ]
          }
        },
        {
          "Distance": 6.08,
          "Direction": "SE",
          "Latitude": 10.78735,
          "Longitude": 106.69745,
          "Name": "Little Dough Lodge",
          "Id": "102073819",
          "Street": "100/14 Nguyễn Đình Chiểu, Đa Kao",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3201224"
              }
            ]
          }
        },
        {
          "Distance": 6.09,
          "Direction": "SE",
          "Latitude": 10.772595,
          "Longitude": 106.681713,
          "Name": "Lavis 18 Residence",
          "Id": "101081696",
          "Street": "18 D. So 3 Cu Xa Do Thanh",
          "Zip": "100000",
          "City": "Hanoi",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "YX"
              },
              {
                "Name": "SABRE_ID",
                "Value": "601286"
              }
            ]
          }
        },
        {
          "Distance": 6.09,
          "Direction": "SE",
          "Latitude": 10.791075,
          "Longitude": 106.699966,
          "Name": "K Building",
          "Id": "102312533",
          "Street": "28 Nguyen Van Thu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "51278983"
              }
            ]
          }
        },
        {
          "Distance": 6.09,
          "Direction": "SE",
          "Latitude": 10.7725,
          "Longitude": 106.68159,
          "Name": "Lavis 18 Residence",
          "Id": "100616504",
          "Street": "No.18, Street No.3, Do Thanh Condominium, Ward 4, District 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1981063"
              }
            ]
          }
        },
        {
          "Distance": 6.11,
          "Direction": "S",
          "Latitude": 10.76405,
          "Longitude": 106.65546,
          "Name": "ÂN TÌNH Hotel",
          "Id": "100574891",
          "Street": "241 Lê Đại Hành",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5797878"
              }
            ]
          }
        },
        {
          "Distance": 6.11,
          "Direction": "SE",
          "Latitude": 10.77185,
          "Longitude": 106.68092,
          "Name": "Hello SaiGon Homestay",
          "Id": "102097549",
          "Street": "58/3 Nguyễn Hiền",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5311260"
              }
            ]
          }
        },
        {
          "Distance": 6.12,
          "Direction": "SE",
          "Latitude": 10.77875,
          "Longitude": 106.69027,
          "Name": "Thanh Nien Guest House",
          "Id": "100238781",
          "Street": "212 Nguyen Dinh Chieu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1581649"
              }
            ]
          }
        },
        {
          "Distance": 6.12,
          "Direction": "SE",
          "Latitude": 10.77913,
          "Longitude": 106.690738,
          "Name": "Language Exchange Hostel 2",
          "Id": "102063785",
          "Street": "361/21/8 Nguyen Dinh Chieu",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "38231260"
              }
            ]
          }
        },
        {
          "Distance": 6.13,
          "Direction": "SE",
          "Latitude": 10.79132,
          "Longitude": 106.70058,
          "Name": "Wink Hotel Saigon Centre",
          "Id": "102258683",
          "Street": "75 Nguyen Binh Khiem",
          "Zip": "710000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "GD"
              },
              {
                "Name": "SABRE_ID",
                "Value": "603459"
              }
            ]
          }
        },
        {
          "Distance": 6.14,
          "Direction": "SE",
          "Latitude": 10.777923,
          "Longitude": 106.689674,
          "Name": "Leman Luxury Apartments",
          "Id": "100404941",
          "Street": "117 Nguyen Dinh Chieu Ward 6 District 3 Hcmc",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "941498"
              }
            ]
          }
        },
        {
          "Distance": 6.15,
          "Direction": "SE",
          "Latitude": 10.778136,
          "Longitude": 106.689974,
          "Name": "Aparthotel Mihoki",
          "Id": "102193569",
          "Street": "117 Nguyen Dinh Chieu Street",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "38974677"
              }
            ]
          }
        },
        {
          "Distance": 6.15,
          "Direction": "SW",
          "Latitude": 10.79026,
          "Longitude": 106.60379,
          "Name": "Phú Hoàng Nam Hotel",
          "Id": "100437695",
          "Street": "295 Gò Xoài Phú Hoàng Nam Hotel",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7122561"
              }
            ]
          }
        },
        {
          "Distance": 6.15,
          "Direction": "SE",
          "Latitude": 10.778053,
          "Longitude": 106.689983,
          "Name": "M Suites by S Home",
          "Id": "102314789",
          "Street": "117 Nguyen Dinh Chieu, Ward 6",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45745466"
              }
            ]
          }
        },
        {
          "Distance": 6.16,
          "Direction": "SE",
          "Latitude": 10.78435,
          "Longitude": 106.69598,
          "Name": "Novotel Saigon Centre",
          "Id": "100037866",
          "Street": "167 Hai Ba Trung-district 3.",
          "Zip": "700000",
          "City": "HO CHI MINH",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "RT"
              },
              {
                "Name": "SABRE_ID",
                "Value": "163019"
              }
            ]
          }
        },
        {
          "Distance": 6.16,
          "Direction": "SE",
          "Latitude": 10.776337,
          "Longitude": 106.68811,
          "Name": "Saigon Court Serviced Apartment",
          "Id": "100775903",
          "Street": "149 Nguyen Dinh Chieu Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "16570261"
              }
            ]
          }
        },
        {
          "Distance": 6.2,
          "Direction": "SE",
          "Latitude": 10.77737,
          "Longitude": 106.6899,
          "Name": "Cozrum Homes Dragon House",
          "Id": "102257553",
          "Street": "161A3 Nguyen Van Thu, Dakao Ward, Dist 1",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "42352012"
              }
            ]
          }
        },
        {
          "Distance": 6.22,
          "Direction": "SE",
          "Latitude": 10.7942,
          "Longitude": 106.703,
          "Name": "Reddoorz Near Xo Viet Nghe Tinh Street",
          "Id": "102063783",
          "Street": "197 Phan Van Han, Ward 17",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "37408681"
              }
            ]
          }
        },
        {
          "Distance": 6.22,
          "Direction": "SE",
          "Latitude": 10.76843,
          "Longitude": 106.6766,
          "Name": "Sunny's House",
          "Id": "100410731",
          "Street": "16/47/21 Nguyen Thien Thuat Street",
          "Zip": "2113",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "25835133"
              }
            ]
          }
        },
        {
          "Distance": 6.23,
          "Direction": "SE",
          "Latitude": 10.77316,
          "Longitude": 106.68492,
          "Name": "LeBlanc Saigon",
          "Id": "100321514",
          "Street": "414 (Behind) Nguyen Dinh Chieu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "630755"
              }
            ]
          }
        },
        {
          "Distance": 6.23,
          "Direction": "SE",
          "Latitude": 10.78894,
          "Longitude": 106.70018,
          "Name": "CIRCADIAN Serene Two-Bedroom Apartment",
          "Id": "102075737",
          "Street": "21B/12 Nguyễn Đình Chiểu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3684260"
              }
            ]
          }
        },
        {
          "Distance": 6.24,
          "Direction": "SE",
          "Latitude": 10.77372,
          "Longitude": 106.685794,
          "Name": "Celine Living Central Suites and Spa",
          "Id": "102543247",
          "Street": "231 Nguy?n Ðình Chi?u  Qu?n 3",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "96869178"
              }
            ]
          }
        },
        {
          "Distance": 6.24,
          "Direction": "SE",
          "Latitude": 10.7918,
          "Longitude": 106.702,
          "Name": "RedDoorz @ Nguyen Binh Khiem Street",
          "Id": "100711433",
          "Street": "26/14 Nguyen Binh Khiem",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "36022876"
              }
            ]
          }
        },
        {
          "Distance": 6.24,
          "Direction": "SE",
          "Latitude": 10.76908,
          "Longitude": 106.67834,
          "Name": "Lam Hotel",
          "Id": "100285049",
          "Street": "237-239 Nguyen Thien Thuat, Ward 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "31878867"
              }
            ]
          }
        },
        {
          "Distance": 6.25,
          "Direction": "SE",
          "Latitude": 10.77379,
          "Longitude": 106.68607,
          "Name": "La Regatta Boutique Residences",
          "Id": "100101151",
          "Street": "225/4 Nguyen Dinh Chieu Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "22608832"
              }
            ]
          }
        },
        {
          "Distance": 6.25,
          "Direction": "S",
          "Latitude": 10.76324,
          "Longitude": 106.65998,
          "Name": "Guesthouse Minh Thu",
          "Id": "102076083",
          "Street": "209A Ly Thuong Kiet street, district 11",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4321845"
              }
            ]
          }
        },
        {
          "Distance": 6.26,
          "Direction": "SE",
          "Latitude": 10.78031,
          "Longitude": 106.69363,
          "Name": "Victory Sai Gon Hotel",
          "Id": "100585208",
          "Street": "141 Nam Ky Khoi Nghia, Ward 6",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "303868"
              }
            ]
          }
        },
        {
          "Distance": 6.26,
          "Direction": "SE",
          "Latitude": 10.78337,
          "Longitude": 106.6964,
          "Name": "SaigonOne Serviced Apartment",
          "Id": "102075501",
          "Street": "40c Trần Cao Vân",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4399139"
              }
            ]
          }
        },
        {
          "Distance": 6.26,
          "Direction": "SE",
          "Latitude": 10.783327,
          "Longitude": 106.69643,
          "Name": "Saigon One Service Apartment",
          "Id": "102189127",
          "Street": "40C Tran Cao Van, District 3",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "42504677"
              }
            ]
          }
        },
        {
          "Distance": 6.27,
          "Direction": "SE",
          "Latitude": 10.7728,
          "Longitude": 106.685,
          "Name": "RedDoorz @ Nguyen Dinh Chieu Street",
          "Id": "100714969",
          "Street": "287/45 Nguyen Dinh Chieu Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "36022859"
              }
            ]
          }
        },
        {
          "Distance": 6.27,
          "Direction": "W",
          "Latitude": 10.81065,
          "Longitude": 106.59513,
          "Name": "The Moon Hotel",
          "Id": "100192621",
          "Street": "221 Đường số 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3389013"
              }
            ]
          }
        },
        {
          "Distance": 6.28,
          "Direction": "SE",
          "Latitude": 10.789777,
          "Longitude": 106.70117,
          "Name": "Idea Apartment",
          "Id": "102424981",
          "Street": "5C2 Nguyen Dinh Chieu, Da Kao Ward",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "51646557"
              }
            ]
          }
        },
        {
          "Distance": 6.28,
          "Direction": "SE",
          "Latitude": 10.778523,
          "Longitude": 106.692155,
          "Name": "Fuji Landmark",
          "Id": "100137499",
          "Street": "17 Vo Van Tan",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "24061884"
              }
            ]
          }
        },
        {
          "Distance": 6.29,
          "Direction": "SE",
          "Latitude": 10.766644,
          "Longitude": 106.674031,
          "Name": "HANZ Happy Hotel 7 Ly Thai To",
          "Id": "102436691",
          "Street": "170 Tran Nhan Ton",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "66908251"
              }
            ]
          }
        },
        {
          "Distance": 6.3,
          "Direction": "E",
          "Latitude": 10.81075,
          "Longitude": 106.70903,
          "Name": "Bao Long Hotel",
          "Id": "100396861",
          "Street": "217 Dinh Bo Linh Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2602875"
              }
            ]
          }
        },
        {
          "Distance": 6.32,
          "Direction": "E",
          "Latitude": 10.811025,
          "Longitude": 106.709237,
          "Name": "Quy Loc Hotel",
          "Id": "102233839",
          "Street": "Dinh Bo Linh, Phuong 26, Bình Thanh",
          "Zip": "700000",
          "City": "HO-CHI-MINH",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "704972"
              }
            ]
          }
        },
        {
          "Distance": 6.32,
          "Direction": "SE",
          "Latitude": 10.78675,
          "Longitude": 106.69967,
          "Name": "GREENVIEW V",
          "Id": "100680017",
          "Street": "18A/26/12A Nguyễn Thị Minh Khai St.,Da Kao Ward, Dist. 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4776894"
              }
            ]
          }
        },
        {
          "Distance": 6.32,
          "Direction": "E",
          "Latitude": 10.79723,
          "Longitude": 106.70545,
          "Name": "Maison De Camille Boutique Hotel",
          "Id": "100590996",
          "Street": "174/21 Đien Bien Phu Street, Ward 17, Binh Thanh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2636640"
              }
            ]
          }
        },
        {
          "Distance": 6.32,
          "Direction": "SE",
          "Latitude": 10.77615,
          "Longitude": 106.69013,
          "Name": "Aurora Serviced Apartments",
          "Id": "100024103",
          "Street": "103 Vo Van Tan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2795887"
              }
            ]
          }
        },
        {
          "Distance": 6.32,
          "Direction": "S",
          "Latitude": 10.76226,
          "Longitude": 106.65738,
          "Name": "Phu Tho Hotel",
          "Id": "100250075",
          "Street": "915 3/2 street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "604908"
              }
            ]
          }
        },
        {
          "Distance": 6.34,
          "Direction": "SE",
          "Latitude": 10.77496,
          "Longitude": 106.6889,
          "Name": "Minh Khang Hotel",
          "Id": "100498980",
          "Street": "155 Vo Van Tan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "272204"
              }
            ]
          }
        },
        {
          "Distance": 6.34,
          "Direction": "SE",
          "Latitude": 10.782413,
          "Longitude": 106.696556,
          "Name": "Melina Turtle Lake Saigon Center",
          "Id": "102296193",
          "Street": "24/10 Pham Ngoc Thach",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "54060175"
              }
            ]
          }
        },
        {
          "Distance": 6.34,
          "Direction": "SE",
          "Latitude": 10.77034,
          "Longitude": 106.6824,
          "Name": "Lucky Residences Suites",
          "Id": "100551615",
          "Street": "206 Nguyễn Đình Chiểu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3267293"
              }
            ]
          }
        },
        {
          "Distance": 6.35,
          "Direction": "SE",
          "Latitude": 10.770031,
          "Longitude": 106.682089,
          "Name": "Huy Hoang 2",
          "Id": "100687010",
          "Street": "36/02 Cao Thang Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9628407"
              }
            ]
          }
        },
        {
          "Distance": 6.35,
          "Direction": "SE",
          "Latitude": 10.78107,
          "Longitude": 106.69554,
          "Name": "Orchids Saigon Hotel",
          "Id": "100330107",
          "Street": "192 Pasteur Street, Ward 6, District 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4028344"
              }
            ]
          }
        },
        {
          "Distance": 6.35,
          "Direction": "SE",
          "Latitude": 10.77662,
          "Longitude": 106.6911,
          "Name": "Sonnet Saigon Hotel",
          "Id": "100249402",
          "Street": "14 Trương Định",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8311135"
              }
            ]
          }
        },
        {
          "Distance": 6.36,
          "Direction": "SE",
          "Latitude": 10.796011,
          "Longitude": 106.705292,
          "Name": "Cozrum Home - Kena House",
          "Id": "102542879",
          "Street": "135/10 Nguyen Cuu Van, P 17",
          "Zip": "08400001",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "96695179"
              }
            ]
          }
        },
        {
          "Distance": 6.36,
          "Direction": "SE",
          "Latitude": 10.78577,
          "Longitude": 106.6994,
          "Name": "Urban Saigon Homestay",
          "Id": "100038085",
          "Street": "Hem 18bis Nguyen Thi Minh Khai St, Dis 1",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "27207831"
              }
            ]
          }
        },
        {
          "Distance": 6.36,
          "Direction": "SE",
          "Latitude": 10.79631,
          "Longitude": 106.70544,
          "Name": "Cozrum Homes - Premier Residence",
          "Id": "102255057",
          "Street": "135/4 Nguyễn Cửu Vân Phường 17, Quận Bình Thạnh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5441301"
              }
            ]
          }
        },
        {
          "Distance": 6.36,
          "Direction": "SE",
          "Latitude": 10.779979,
          "Longitude": 106.69467,
          "Name": "Fuji Landmark 3",
          "Id": "102313555",
          "Street": "166 Nam Ky Khoi Nghia",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "42504705"
              }
            ]
          }
        },
        {
          "Distance": 6.36,
          "Direction": "E",
          "Latitude": 10.79928,
          "Longitude": 106.70669,
          "Name": "RedDoorz Premium @ Hang Xanh",
          "Id": "100671017",
          "Street": "284 Dien Bien Phu Street, Binh Thanh Dist.,",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4089486"
              }
            ]
          }
        },
        {
          "Distance": 6.36,
          "Direction": "E",
          "Latitude": 10.79928,
          "Longitude": 106.70669,
          "Name": "RedDoorz AHA Residence Hotel Dien Bien Phu",
          "Id": "100352799",
          "Street": "284 Dien Bien Phu Street, Binh Thanh Dist.,",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4089486"
              }
            ]
          }
        },
        {
          "Distance": 6.37,
          "Direction": "SE",
          "Latitude": 10.775417,
          "Longitude": 106.689868,
          "Name": "Hoang Vinh Hotel",
          "Id": "100301668",
          "Street": "29 Ba Huyen Thanh Quan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "11300488"
              }
            ]
          }
        },
        {
          "Distance": 6.37,
          "Direction": "SE",
          "Latitude": 10.7703,
          "Longitude": 106.682809,
          "Name": "Cozrum Homes Charming Corner",
          "Id": "102255043",
          "Street": "453/16 Nguyen Dinh Chieu",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "51475673"
              }
            ]
          }
        },
        {
          "Distance": 6.37,
          "Direction": "SE",
          "Latitude": 10.769886,
          "Longitude": 106.682183,
          "Name": "RedDoorz Premium @ Cao Thang Street",
          "Id": "102451383",
          "Street": "252/43 - 45 Cao Thang, Ward 12",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "52495430"
              }
            ]
          }
        },
        {
          "Distance": 6.39,
          "Direction": "SE",
          "Latitude": 10.78636,
          "Longitude": 106.70014,
          "Name": "Huyen House",
          "Id": "102077645",
          "Street": "18A/139 Nguyen Thi Minh Khai Street, Dao Kao Ward, District 1,",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3645211"
              }
            ]
          }
        },
        {
          "Distance": 6.4,
          "Direction": "SE",
          "Latitude": 10.77295,
          "Longitude": 106.68719,
          "Name": "Moka's House",
          "Id": "102041205",
          "Street": "221/19 Vo Van Tan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2530387"
              }
            ]
          }
        },
        {
          "Distance": 6.4,
          "Direction": "SE",
          "Latitude": 10.77083,
          "Longitude": 106.68416,
          "Name": "Language Exchange Hostel 1",
          "Id": "100455321",
          "Street": "399/43/5 Nguyễn Đình Chiểu, Ward 5, District 3, Ho Chi Minh City",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3761434"
              }
            ]
          }
        },
        {
          "Distance": 6.4,
          "Direction": "SE",
          "Latitude": 10.77634,
          "Longitude": 106.6914,
          "Name": "A25 Hotel - 06 Trương Định",
          "Id": "100312686",
          "Street": "4-6 Truong Dinh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1367267"
              }
            ]
          }
        },
        {
          "Distance": 6.4,
          "Direction": "SE",
          "Latitude": 10.78093,
          "Longitude": 106.69599,
          "Name": "Au Lac Legend Hotel",
          "Id": "100262935",
          "Street": "90 Nguyen Thi Minh Khai Street, Ward 6",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "288108"
              }
            ]
          }
        },
        {
          "Distance": 6.41,
          "Direction": "SE",
          "Latitude": 10.78504,
          "Longitude": 106.69943,
          "Name": "Cityview Serviced Apartment Ho Chi Minh City",
          "Id": "102448627",
          "Street": "12 Đường Mạc Đĩnh Chi",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8778926"
              }
            ]
          }
        },
        {
          "Distance": 6.41,
          "Direction": "SE",
          "Latitude": 10.78263,
          "Longitude": 106.69762,
          "Name": "Hotel Des Arts Saigon - Mgallery Collection",
          "Id": "100157936",
          "Street": "76 78 Nguyen Thi Minh Khai St.",
          "Zip": "70000",
          "City": "HO CHI MINH CITY",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "SB"
              },
              {
                "Name": "SABRE_ID",
                "Value": "283024"
              }
            ]
          }
        },
        {
          "Distance": 6.43,
          "Direction": "SE",
          "Latitude": 10.78376,
          "Longitude": 106.69865,
          "Name": "Blue Arch - Luxury Serviced Apartment in Central Saigon",
          "Id": "102139831",
          "Street": "1bis Phùng Khắc Khoan Phường Đakao",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3473026"
              }
            ]
          }
        },
        {
          "Distance": 6.43,
          "Direction": "SE",
          "Latitude": 10.77602,
          "Longitude": 106.69141,
          "Name": "RedDoorz Ruby Star Hotel Truong Dinh",
          "Id": "100463980",
          "Street": "43 Truong Dinh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "264205"
              }
            ]
          }
        },
        {
          "Distance": 6.43,
          "Direction": "SE",
          "Latitude": 10.769557,
          "Longitude": 106.682618,
          "Name": "Sen Viet Hotel",
          "Id": "100490932",
          "Street": "33 Cao Thang, Ward 2, District 3",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3536651"
              }
            ]
          }
        },
        {
          "Distance": 6.43,
          "Direction": "W",
          "Latitude": 10.813312,
          "Longitude": 106.593349,
          "Name": "Green Hotel Vinh Loc",
          "Id": "102562361",
          "Street": "47-49 Road 16, Vinh Loc Residential Area",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "34922392"
              }
            ]
          }
        },
        {
          "Distance": 6.43,
          "Direction": "SE",
          "Latitude": 10.76953,
          "Longitude": 106.682699,
          "Name": "Min Apartment",
          "Id": "102045453",
          "Street": "52/8 Cao Thang Street",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "30327648"
              }
            ]
          }
        },
        {
          "Distance": 6.44,
          "Direction": "SE",
          "Latitude": 10.77242,
          "Longitude": 106.687127,
          "Name": "SARGON D'LUXE",
          "Id": "102490769",
          "Street": "382/25 Nguyen Thi Minh Khai",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "92491419"
              }
            ]
          }
        },
        {
          "Distance": 6.44,
          "Direction": "SE",
          "Latitude": 10.769484,
          "Longitude": 106.682721,
          "Name": "HANZ Cuong Thanh 3 Lux Hotel & Spa",
          "Id": "102196529",
          "Street": "252/43 - 45 Cao Thang",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45855207"
              }
            ]
          }
        },
        {
          "Distance": 6.45,
          "Direction": "SE",
          "Latitude": 10.76975,
          "Longitude": 106.68325,
          "Name": "Cozrum Homes Greena House",
          "Id": "102453745",
          "Street": "74/5 Thạch Thị Thanh, Phường Tân Định, Quận 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7129751"
              }
            ]
          }
        },
        {
          "Distance": 6.45,
          "Direction": "SE",
          "Latitude": 10.766591,
          "Longitude": 106.677407,
          "Name": "HANZ Happy Hotel",
          "Id": "102266965",
          "Street": "7 Ly Thai To, Phuong 1, Quan 10",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "61467294"
              }
            ]
          }
        },
        {
          "Distance": 6.45,
          "Direction": "SE",
          "Latitude": 10.77462,
          "Longitude": 106.69007,
          "Name": "New Star Inn Boutique Hotel",
          "Id": "100011799",
          "Street": "214 Nguyễn Thị Minh Khai, Phường 6, Quận 3, Thành Phố Hồ Chí Minh, Việt Nam",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7291499"
              }
            ]
          }
        },
        {
          "Distance": 6.45,
          "Direction": "SE",
          "Latitude": 10.78935,
          "Longitude": 106.70277,
          "Name": "Somerset Ho Chi Minh City",
          "Id": "100422730",
          "Street": "8a Nguyen Binh Khiem St",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "AZ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "75402"
              }
            ]
          }
        },
        {
          "Distance": 6.46,
          "Direction": "SE",
          "Latitude": 10.78903,
          "Longitude": 106.70268,
          "Name": "HoLo Fairy House Saigon - Serviced Homestay",
          "Id": "100646614",
          "Street": "29/11 Nguyễn Bỉnh Khiêm , Đa Kao Ward , District 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2872027"
              }
            ]
          }
        },
        {
          "Distance": 6.46,
          "Direction": "SE",
          "Latitude": 10.7855,
          "Longitude": 106.70035,
          "Name": "Vika Homestay",
          "Id": "102044901",
          "Street": "18B/70 Nguyễn Thị Minh Khai",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3241697"
              }
            ]
          }
        },
        {
          "Distance": 6.47,
          "Direction": "SE",
          "Latitude": 10.77226,
          "Longitude": 106.6873,
          "Name": "City House Apartment - Minh Khai 2",
          "Id": "100036961",
          "Street": "382/27 Nguyen Thi Minh Khai, District 3",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "21736187"
              }
            ]
          }
        },
        {
          "Distance": 6.47,
          "Direction": "SW",
          "Latitude": 10.768328,
          "Longitude": 106.622642,
          "Name": "HANZ 868 Hotel",
          "Id": "102490983",
          "Street": "213e Phan Anh  Bình Tân",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "96588103"
              }
            ]
          }
        },
        {
          "Distance": 6.47,
          "Direction": "SE",
          "Latitude": 10.78414,
          "Longitude": 106.69945,
          "Name": "Somerset Chancellor Court",
          "Id": "100422728",
          "Street": "21 23",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "AZ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "75401"
              }
            ]
          }
        },
        {
          "Distance": 6.48,
          "Direction": "SE",
          "Latitude": 10.7861,
          "Longitude": 106.701,
          "Name": "RedDoorz near Hoa Lu Stadium",
          "Id": "102562435",
          "Street": "7/16A Nguyen Thi Minh Khai",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "36022874"
              }
            ]
          }
        },
        {
          "Distance": 6.48,
          "Direction": "E",
          "Latitude": 10.80404,
          "Longitude": 106.70935,
          "Name": "Apogee Hotel",
          "Id": "100247337",
          "Street": "33-33A Dinh Bo Linh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "705408"
              }
            ]
          }
        },
        {
          "Distance": 6.48,
          "Direction": "SE",
          "Latitude": 10.77216,
          "Longitude": 106.68745,
          "Name": "Cola's Homestay",
          "Id": "102077061",
          "Street": "382/11 Nguyen Thi Minh Khai Street, District 3",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3554683"
              }
            ]
          }
        },
        {
          "Distance": 6.48,
          "Direction": "SE",
          "Latitude": 10.772781,
          "Longitude": 106.688298,
          "Name": "Mai Anh",
          "Id": "100249560",
          "Street": "324 Nguyen Thi Minh Khai",
          "Zip": "7000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "360728"
              }
            ]
          }
        },
        {
          "Distance": 6.49,
          "Direction": "SE",
          "Latitude": 10.79606,
          "Longitude": 106.70661,
          "Name": "Green Cocoon",
          "Id": "102065199",
          "Street": "52 Nguyễn Cửu Vân",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5216106"
              }
            ]
          }
        },
        {
          "Distance": 6.5,
          "Direction": "SE",
          "Latitude": 10.788819,
          "Longitude": 106.703026,
          "Name": "Bare Gallery Boutique Stays",
          "Id": "102123431",
          "Street": "27/5 Nguyen Binh Khiem",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "38973786"
              }
            ]
          }
        },
        {
          "Distance": 6.51,
          "Direction": "SE",
          "Latitude": 10.79181,
          "Longitude": 106.7048,
          "Name": "iHome Homestay",
          "Id": "100352345",
          "Street": "11 Hoang Sa Phuong Da Kao Quan 1",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "27295083"
              }
            ]
          }
        },
        {
          "Distance": 6.51,
          "Direction": "SE",
          "Latitude": 10.769846,
          "Longitude": 106.684559,
          "Name": "7S Hotel KOI Boutique",
          "Id": "102562277",
          "Street": "39 Nguyen Son Ha, District 3",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "38732328"
              }
            ]
          }
        },
        {
          "Distance": 6.51,
          "Direction": "E",
          "Latitude": 10.79674,
          "Longitude": 106.70716,
          "Name": "KunKin Luxury Hotel & Apartment",
          "Id": "102257601",
          "Street": "46/24 Nguyen Cuu Van Street, Ward 17, Binh Thanh District",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5965645"
              }
            ]
          }
        },
        {
          "Distance": 6.52,
          "Direction": "SE",
          "Latitude": 10.79412,
          "Longitude": 106.70602,
          "Name": "Somerset Feliz Ho Chi Minh City",
          "Id": "102262657",
          "Street": "No 1 Phan Van Dang Street",
          "Zip": "70000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "AZ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "392790"
              }
            ]
          }
        },
        {
          "Distance": 6.53,
          "Direction": "SE",
          "Latitude": 10.789658,
          "Longitude": 106.70376,
          "Name": "OYO 122 Vela Apartment",
          "Id": "100625263",
          "Street": "4 / 9C Nguyen Thi Minh Khai",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "32847820"
              }
            ]
          }
        },
        {
          "Distance": 6.53,
          "Direction": "SE",
          "Latitude": 10.77181,
          "Longitude": 106.68765,
          "Name": "Trieu Han Hotel",
          "Id": "100262318",
          "Street": "382/1-3 Nguyen Thi Minh Khai St, ward 5",
          "Zip": "7000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "12233611"
              }
            ]
          }
        },
        {
          "Distance": 6.53,
          "Direction": "SE",
          "Latitude": 10.78473,
          "Longitude": 106.70056,
          "Name": "CIRCADIAN Japanese Studios in Downtown",
          "Id": "102070077",
          "Street": "7/1 Nguyễn Thị Minh Khai",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4880808"
              }
            ]
          }
        },
        {
          "Distance": 6.53,
          "Direction": "E",
          "Latitude": 10.79801,
          "Longitude": 106.707814,
          "Name": "New Hampton Hospitality - Cornelia Hotel & Apartment",
          "Id": "102316635",
          "Street": "236/29/2L Dien Bien Phu",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "57261837"
              }
            ]
          }
        },
        {
          "Distance": 6.54,
          "Direction": "SE",
          "Latitude": 10.770282,
          "Longitude": 106.685607,
          "Name": "The Sargon",
          "Id": "100125067",
          "Street": "2/42 Cao Thang",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "26588546"
              }
            ]
          }
        },
        {
          "Distance": 6.54,
          "Direction": "SE",
          "Latitude": 10.78454,
          "Longitude": 106.70058,
          "Name": "Cozrum Homes Citi Town",
          "Id": "102063993",
          "Street": "19 Nguyễn Thị Minh Khai",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5332894"
              }
            ]
          }
        },
        {
          "Distance": 6.54,
          "Direction": "SE",
          "Latitude": 10.76874,
          "Longitude": 106.6833,
          "Name": "White Lion Hotel",
          "Id": "100235416",
          "Street": "15C Cao Thang, Ward 02, District 03",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "291995"
              }
            ]
          }
        },
        {
          "Distance": 6.56,
          "Direction": "E",
          "Latitude": 10.79788,
          "Longitude": 106.70808,
          "Name": "Sunshine",
          "Id": "100195719",
          "Street": "236/29/17 Dien Bien Phu",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1483739"
              }
            ]
          }
        },
        {
          "Distance": 6.56,
          "Direction": "SE",
          "Latitude": 10.773353,
          "Longitude": 106.690158,
          "Name": "The Art - Sunshine Ben Thanh",
          "Id": "102316865",
          "Street": "6/18 Cach Mang Thang 8",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "49017280"
              }
            ]
          }
        },
        {
          "Distance": 6.58,
          "Direction": "SE",
          "Latitude": 10.78565,
          "Longitude": 106.70184,
          "Name": "Trường Cán Bộ Quản Lý Nông Nghiệp Và Phát Triển Nông Thôn 2",
          "Id": "102456143",
          "Street": "45 Đinh Tiên Hoàng, Phường Bến Nghé, Quận 1, TP Hồ Chí Minh 45 Đinh Tiên Hoàng, Phường Bến Nghé, Quận 1, TP Hồ Chí Minh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5146776"
              }
            ]
          }
        },
        {
          "Distance": 6.6,
          "Direction": "SE",
          "Latitude": 10.77306,
          "Longitude": 106.6903,
          "Name": "Fusion Suites Saigon",
          "Id": "100188156",
          "Street": "3 Suong Nguyet Anh Street",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "YX"
              },
              {
                "Name": "SABRE_ID",
                "Value": "308902"
              }
            ]
          }
        },
        {
          "Distance": 6.61,
          "Direction": "SE",
          "Latitude": 10.79104,
          "Longitude": 106.70543,
          "Name": "Brand New Cozy Home in D1 wBalcony",
          "Id": "102066815",
          "Street": "2-6A Nguyễn Thị Minh Khai Da Kao ward, District 1, Ho Chi Minh City",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4635748"
              }
            ]
          }
        },
        {
          "Distance": 6.63,
          "Direction": "SE",
          "Latitude": 10.768669,
          "Longitude": 106.684597,
          "Name": "Thiên Tài Hotel",
          "Id": "102570817",
          "Street": "452 Nguyen Thi Minh Khai st., district 3",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "96836441"
              }
            ]
          }
        },
        {
          "Distance": 6.63,
          "Direction": "SE",
          "Latitude": 10.79545,
          "Longitude": 106.7078,
          "Name": "Inn Cafe Saigon",
          "Id": "100488957",
          "Street": "59 Nguyen Cuu Van, Ward 17",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "27568336"
              }
            ]
          }
        },
        {
          "Distance": 6.64,
          "Direction": "E",
          "Latitude": 10.80307,
          "Longitude": 106.71054,
          "Name": "Lá Hotel Hàng Xanh",
          "Id": "102414367",
          "Street": "118/26 Bạch Đằng, Phường 24, Quận Bình Thạnh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7311436"
              }
            ]
          }
        },
        {
          "Distance": 6.64,
          "Direction": "SE",
          "Latitude": 10.78733,
          "Longitude": 106.70355,
          "Name": "Luxy Park Hotel & Apartments - Notre Dame",
          "Id": "102314639",
          "Street": "25/14 Nguyễn Bỉnh Khiêm",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5538381"
              }
            ]
          }
        },
        {
          "Distance": 6.64,
          "Direction": "SE",
          "Latitude": 10.76986,
          "Longitude": 106.68671,
          "Name": "Sunrise Saigon",
          "Id": "100240832",
          "Street": "Luong Huu Khanh Pham Ngu Lao",
          "Zip": "70000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "333344"
              }
            ]
          }
        },
        {
          "Distance": 6.66,
          "Direction": "S",
          "Latitude": 10.76052,
          "Longitude": 106.66542,
          "Name": "Lá Hotel Q10",
          "Id": "102441139",
          "Street": "62 Ngô Quyền, Phường 5",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7472295"
              }
            ]
          }
        },
        {
          "Distance": 6.66,
          "Direction": "SE",
          "Latitude": 10.787384,
          "Longitude": 106.703756,
          "Name": "Aya Homestay",
          "Id": "102076995",
          "Street": "25/33 Nguyen Binh Khiem",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "50873721"
              }
            ]
          }
        },
        {
          "Distance": 6.66,
          "Direction": "SE",
          "Latitude": 10.7815,
          "Longitude": 106.69963,
          "Name": "Intercontinental Asiana Saigon",
          "Id": "100429722",
          "Street": "Corner Of Hai Ba Trung St And",
          "Zip": "70 000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "IC"
              },
              {
                "Name": "SABRE_ID",
                "Value": "82295"
              }
            ]
          }
        },
        {
          "Distance": 6.67,
          "Direction": "SE",
          "Latitude": 10.77096,
          "Longitude": 106.68863,
          "Name": "Cozrum Smart - First Target Hotel",
          "Id": "102315167",
          "Street": "91 Đường Sương Nguyệt Anh, Bến Thành",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7103285"
              }
            ]
          }
        },
        {
          "Distance": 6.67,
          "Direction": "SE",
          "Latitude": 10.77223,
          "Longitude": 106.69033,
          "Name": "A25 Hotel - 20 Bùi Thị Xuân",
          "Id": "100682320",
          "Street": "20 Bùi Thị Xuân",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3788215"
              }
            ]
          }
        },
        {
          "Distance": 6.67,
          "Direction": "SE",
          "Latitude": 10.76378,
          "Longitude": 106.67613,
          "Name": "Hoang Yen Nhi Hotel",
          "Id": "102186459",
          "Street": "368 Lê Hồng Phong",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6826073"
              }
            ]
          }
        },
        {
          "Distance": 6.68,
          "Direction": "SE",
          "Latitude": 10.77214,
          "Longitude": 106.69035,
          "Name": "Asian Ruby Boutique Hotel Bùi Thị Xuân",
          "Id": "100517392",
          "Street": "20 BIS Bùi Thị Xuân",
          "Zip": "575404",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "575404"
              }
            ]
          }
        },
        {
          "Distance": 6.69,
          "Direction": "SE",
          "Latitude": 10.772355,
          "Longitude": 106.690823,
          "Name": "Sense City Hotel & Spa",
          "Id": "100240660",
          "Street": "15 Bui Thi Xuan Street",
          "Zip": "0084",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4650230"
              }
            ]
          }
        },
        {
          "Distance": 6.7,
          "Direction": "NE",
          "Latitude": 10.85735,
          "Longitude": 106.69917,
          "Name": "Silver Creek City Resort",
          "Id": "100254306",
          "Street": "An Phu Dong 11",
          "Zip": "84",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "369916"
              }
            ]
          }
        },
        {
          "Distance": 6.7,
          "Direction": "SE",
          "Latitude": 10.772041,
          "Longitude": 106.690565,
          "Name": "Hoang Phu Gia",
          "Id": "100226700",
          "Street": "19C - 19F Bui Thi Xuan Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3603545"
              }
            ]
          }
        },
        {
          "Distance": 6.71,
          "Direction": "SE",
          "Latitude": 10.77118,
          "Longitude": 106.68951,
          "Name": "Eden Star Saigon Hotel",
          "Id": "100059282",
          "Street": "38 Bui Thi Xuan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "452215"
              }
            ]
          }
        },
        {
          "Distance": 6.71,
          "Direction": "SE",
          "Latitude": 10.771272,
          "Longitude": 106.689633,
          "Name": "Singita Saigon Boutique Hotel",
          "Id": "100583576",
          "Street": "84A  Bui Thi Xuan, District 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "15820564"
              }
            ]
          }
        },
        {
          "Distance": 6.71,
          "Direction": "N",
          "Latitude": 10.87857,
          "Longitude": 106.64302,
          "Name": "RedDoorz Bich Thu Hotel",
          "Id": "102474175",
          "Street": "204 Hiep Thanh 17 Street, District 12",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8723421"
              }
            ]
          }
        },
        {
          "Distance": 6.71,
          "Direction": "SE",
          "Latitude": 10.77217,
          "Longitude": 106.6908,
          "Name": "Little Brick Saigon Hotel",
          "Id": "100317638",
          "Street": "18 Bùi Thị Xuân",
          "Zip": "7000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "270037"
              }
            ]
          }
        },
        {
          "Distance": 6.71,
          "Direction": "SE",
          "Latitude": 10.77229,
          "Longitude": 106.69099,
          "Name": "Nouveau Happy Inn - Bến Thành",
          "Id": "100181238",
          "Street": "39 Bui Thi Xuan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "323326"
              }
            ]
          }
        },
        {
          "Distance": 6.71,
          "Direction": "SE",
          "Latitude": 10.77192,
          "Longitude": 106.69053,
          "Name": "The Chill Suites - City Center",
          "Id": "100288782",
          "Street": "21B Bui Thi Xuan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "783782"
              }
            ]
          }
        },
        {
          "Distance": 6.72,
          "Direction": "SE",
          "Latitude": 10.77175,
          "Longitude": 106.6904,
          "Name": "Tuong Vy Ben Thanh Hotel",
          "Id": "100204657",
          "Street": "40 Bui Thi Xuan Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "273108"
              }
            ]
          }
        },
        {
          "Distance": 6.72,
          "Direction": "SE",
          "Latitude": 10.77206,
          "Longitude": 106.69082,
          "Name": "9 Hostel and Bar",
          "Id": "100411339",
          "Street": "9 Bui Thi Xuan street, District 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3443503"
              }
            ]
          }
        },
        {
          "Distance": 6.72,
          "Direction": "SE",
          "Latitude": 10.771181,
          "Longitude": 106.68971,
          "Name": "Sense Legend Hotel",
          "Id": "100519782",
          "Street": "33 Bui Thi Xuan Street, District 1",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "15422845"
              }
            ]
          }
        },
        {
          "Distance": 6.72,
          "Direction": "SE",
          "Latitude": 10.7704,
          "Longitude": 106.68869,
          "Name": "SAZI HOTEL - BÙI THỊ XUÂN",
          "Id": "102487091",
          "Street": "118C Bùi Thị Xuân Phường Bến Thành, Quận 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "9221615"
              }
            ]
          }
        },
        {
          "Distance": 6.72,
          "Direction": "SE",
          "Latitude": 10.772,
          "Longitude": 106.69079,
          "Name": "A25 Hotel - 13 Bùi Thị Xuân",
          "Id": "100256362",
          "Street": "13 Bùi Thị Xuân, Bến Thành",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4010712"
              }
            ]
          }
        },
        {
          "Distance": 6.72,
          "Direction": "SE",
          "Latitude": 10.77029,
          "Longitude": 106.68855,
          "Name": "Hoan Thai Hotel",
          "Id": "100141479",
          "Street": "82 Ton That Tung, Quan 1",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "19641289"
              }
            ]
          }
        },
        {
          "Distance": 6.72,
          "Direction": "SE",
          "Latitude": 10.771856,
          "Longitude": 106.690612,
          "Name": "Oyo 422 Nguyen Thanh Hotel",
          "Id": "102116167",
          "Street": "Bùi Thị Xuân, Phường Phạm Ngũ Lão, Quận, 19B",
          "Zip": "700000",
          "City": "Ho-Chi-Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "729947"
              }
            ]
          }
        },
        {
          "Distance": 6.73,
          "Direction": "SE",
          "Latitude": 10.77032,
          "Longitude": 106.68864,
          "Name": "Bonita Signature Hotel",
          "Id": "100077271",
          "Street": "118A Bui Thi Xuan, Ben Thanh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3529801"
              }
            ]
          }
        },
        {
          "Distance": 6.73,
          "Direction": "SE",
          "Latitude": 10.77189,
          "Longitude": 106.69071,
          "Name": "A25 Hotel - 19 Bui Thi Xuan",
          "Id": "100237194",
          "Street": "19A Bùi Thị Xuân, Bến Thành",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4015224"
              }
            ]
          }
        },
        {
          "Distance": 6.73,
          "Direction": "SE",
          "Latitude": 10.77178,
          "Longitude": 106.69059,
          "Name": "Cozrum Lux Hotel",
          "Id": "102259769",
          "Street": "19C Bùi Thị Xuân",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5986256"
              }
            ]
          }
        },
        {
          "Distance": 6.73,
          "Direction": "SE",
          "Latitude": 10.76944,
          "Longitude": 106.68747,
          "Name": "Leiden Homestay & Cafe",
          "Id": "100022589",
          "Street": "138/13 Bui Thi Xuan, Quan 1",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "28927520"
              }
            ]
          }
        },
        {
          "Distance": 6.73,
          "Direction": "SE",
          "Latitude": 10.77144,
          "Longitude": 106.69021,
          "Name": "The Umi hotel",
          "Id": "100651803",
          "Street": "23-23A Bui Thi Xuan Street, Ben Thanh Ward, District 1,",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3632966"
              }
            ]
          }
        },
        {
          "Distance": 6.75,
          "Direction": "SE",
          "Latitude": 10.76832,
          "Longitude": 106.68609,
          "Name": "Harmony Saigon Hotel Spa",
          "Id": "100557548",
          "Street": "32a-34 Bui Thi Xuan St Dist1",
          "Zip": "0000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "333999"
              }
            ]
          }
        },
        {
          "Distance": 6.76,
          "Direction": "S",
          "Latitude": 10.76002,
          "Longitude": 106.66729,
          "Name": "Hue My Hotel",
          "Id": "100688827",
          "Street": "12 Nguyen Tieu La , Phuong 5",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4552221"
              }
            ]
          }
        },
        {
          "Distance": 6.76,
          "Direction": "SE",
          "Latitude": 10.7693,
          "Longitude": 106.68774,
          "Name": "Le Han Dai Nam",
          "Id": "100515066",
          "Street": "142 Bui Thi Xuan",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "21338658"
              }
            ]
          }
        },
        {
          "Distance": 6.76,
          "Direction": "SE",
          "Latitude": 10.77037,
          "Longitude": 106.68926,
          "Name": "A25 Hotel - 145 Lê Thị Riêng",
          "Id": "100680656",
          "Street": "145 Lê Thị Riêng, Bến Thành",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3991630"
              }
            ]
          }
        },
        {
          "Distance": 6.77,
          "Direction": "E",
          "Latitude": 10.81141,
          "Longitude": 106.71345,
          "Name": "Nhat Binh Hotel",
          "Id": "102449805",
          "Street": "625/7 Xo Viet Nghe Tinh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1052615"
              }
            ]
          }
        },
        {
          "Distance": 6.77,
          "Direction": "SE",
          "Latitude": 10.76876,
          "Longitude": 106.68714,
          "Name": "Mari Hotel By Connek",
          "Id": "102336543",
          "Street": "158B Bùi Thị Xuân",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6968179"
              }
            ]
          }
        },
        {
          "Distance": 6.77,
          "Direction": "SE",
          "Latitude": 10.76919,
          "Longitude": 106.68779,
          "Name": "Empress Hotel Ho Chi Minh City",
          "Id": "100638560",
          "Street": "136 Bui Thi Xuan Street",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "71072"
              }
            ]
          }
        },
        {
          "Distance": 6.77,
          "Direction": "NW",
          "Latitude": 10.870083,
          "Longitude": 106.618318,
          "Name": "516 Van Thanh Dat Hotel",
          "Id": "102169507",
          "Street": "Nguyễn Ảnh Thủ, Tân Chánh Hiệp, Quận, 959",
          "Zip": "700000",
          "City": "Ho-Chi-Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7H"
              },
              {
                "Name": "SABRE_ID",
                "Value": "746459"
              }
            ]
          }
        },
        {
          "Distance": 6.78,
          "Direction": "SE",
          "Latitude": 10.770148,
          "Longitude": 106.689213,
          "Name": "2Z Hotel",
          "Id": "102221617",
          "Street": "149/14A Le Thi Rieng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45272634"
              }
            ]
          }
        },
        {
          "Distance": 6.78,
          "Direction": "SE",
          "Latitude": 10.77018,
          "Longitude": 106.68926,
          "Name": "2Z Hotel- 149 Lê Thị Riêng",
          "Id": "102061753",
          "Street": "149/14A Le Thi Rieng Street, Ward 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5045368"
              }
            ]
          }
        },
        {
          "Distance": 6.78,
          "Direction": "SE",
          "Latitude": 10.76828,
          "Longitude": 106.68657,
          "Name": "Valleyway Home",
          "Id": "100478475",
          "Street": "162/7, Bui Thi Xuan, District 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3369002"
              }
            ]
          }
        },
        {
          "Distance": 6.78,
          "Direction": "E",
          "Latitude": 10.81148,
          "Longitude": 106.7136,
          "Name": "Palago Hotel, Binh Thanh Dist",
          "Id": "102046811",
          "Street": "625/8 Xô Viết Nghệ Tĩnh Road, 26 Ward, Binh Thanh",
          "Zip": "0000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3368475"
              }
            ]
          }
        },
        {
          "Distance": 6.78,
          "Direction": "SE",
          "Latitude": 10.77195,
          "Longitude": 106.69163,
          "Name": "60 Inn Saigon",
          "Id": "100533651",
          "Street": "60P Le Thi Rieng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2597342"
              }
            ]
          }
        },
        {
          "Distance": 6.78,
          "Direction": "SE",
          "Latitude": 10.76887,
          "Longitude": 106.68752,
          "Name": "Alleyway Hostel",
          "Id": "100494756",
          "Street": "15Bis Lương Hữu Khánh Phường Phạm Ngũ Lão, Quận 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "8533526"
              }
            ]
          }
        },
        {
          "Distance": 6.79,
          "Direction": "SE",
          "Latitude": 10.781352,
          "Longitude": 106.701002,
          "Name": "Intercontinental Saigon Residences",
          "Id": "100429238",
          "Street": "Corner Nguyen Du St. And.",
          "City": "Ho Chi Minh Saigon",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "IC"
              },
              {
                "Name": "SABRE_ID",
                "Value": "81873"
              }
            ]
          }
        },
        {
          "Distance": 6.79,
          "Direction": "SE",
          "Latitude": 10.771904,
          "Longitude": 106.691683,
          "Name": "AHA Mercury City Heart Apartment",
          "Id": "100642861",
          "Street": "60N2 le Thi Rieng, Ben Thanh Ward",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "32083438"
              }
            ]
          }
        },
        {
          "Distance": 6.79,
          "Direction": "SE",
          "Latitude": 10.77206,
          "Longitude": 106.69189,
          "Name": "Rang Dong Hotel",
          "Id": "100257832",
          "Street": "81 83 Cach Mang Thang Tam St",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "364257"
              }
            ]
          }
        },
        {
          "Distance": 6.79,
          "Direction": "SE",
          "Latitude": 10.7677,
          "Longitude": 106.6859,
          "Name": "Vinabooker Cong Quynh",
          "Id": "100629656",
          "Street": "304, Block A4, 189B Cong Quynh St.",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "17774606"
              }
            ]
          }
        },
        {
          "Distance": 6.8,
          "Direction": "SE",
          "Latitude": 10.77004,
          "Longitude": 106.68934,
          "Name": "Condodo Hostel",
          "Id": "100043329",
          "Street": "149/22A Le Thi Rieng, District 1",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "22397991"
              }
            ]
          }
        },
        {
          "Distance": 6.8,
          "Direction": "SW",
          "Latitude": 10.776802,
          "Longitude": 106.606808,
          "Name": "Ngoc Quy Hotel",
          "Id": "102453529",
          "Street": "340/2D Le Van Quoi, Binh Hung Hoa A Ward",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "73643517"
              }
            ]
          }
        },
        {
          "Distance": 6.8,
          "Direction": "SE",
          "Latitude": 10.76704,
          "Longitude": 106.685,
          "Name": "SUPERTRAMP'S HOUSE",
          "Id": "102295787",
          "Street": "191/A11 Cong Quynh, Nguyen Cu Trinh Ward, District 1, Ho Chi Minh City",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "6228422"
              }
            ]
          }
        },
        {
          "Distance": 6.81,
          "Direction": "SE",
          "Latitude": 10.76664,
          "Longitude": 106.68445,
          "Name": "Aesthetic homes",
          "Id": "102424869",
          "Street": "45 Phạm Viết Chánh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5749862"
              }
            ]
          }
        },
        {
          "Distance": 6.82,
          "Direction": "SE",
          "Latitude": 10.77016,
          "Longitude": 106.6898,
          "Name": "The Like Hostel & Cafe",
          "Id": "100345447",
          "Street": "150/37 Nguyen Trai",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "2451708"
              }
            ]
          }
        },
        {
          "Distance": 6.83,
          "Direction": "SE",
          "Latitude": 10.790848,
          "Longitude": 106.707585,
          "Name": "RedDoorz near Saigon Zoo 3",
          "Id": "100700510",
          "Street": "17A1 Nguyen Ngoc Phuong",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "45009175"
              }
            ]
          }
        },
        {
          "Distance": 6.83,
          "Direction": "SE",
          "Latitude": 10.77127,
          "Longitude": 106.69147,
          "Name": "The Hammock Hotel Ben Thanh",
          "Id": "100312116",
          "Street": "47-49 Le Thi Rieng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "1271237"
              }
            ]
          }
        },
        {
          "Distance": 6.83,
          "Direction": "SE",
          "Latitude": 10.76321,
          "Longitude": 106.6784,
          "Name": "NATURAL HOUSE hostel",
          "Id": "100402111",
          "Street": "39 HUNG VUONG STREET, WARD 4, DISTRICT 5",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4040571"
              }
            ]
          }
        },
        {
          "Distance": 6.84,
          "Direction": "S",
          "Latitude": 10.76033,
          "Longitude": 106.632831,
          "Name": "Loc Phat Hotel",
          "Id": "102587421",
          "Street": "16C Luy Bán Bích  Tân Phú",
          "Zip": "72015",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "99568425"
              }
            ]
          }
        },
        {
          "Distance": 6.84,
          "Direction": "SE",
          "Latitude": 10.771808,
          "Longitude": 106.692281,
          "Name": "A25 Hotel - 55 Cach Mang Thang 8",
          "Id": "102551491",
          "Street": "55 Cach Mang Thang 8, Ben Thanh Ward",
          "Zip": "008428",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "89157938"
              }
            ]
          }
        },
        {
          "Distance": 6.84,
          "Direction": "SE",
          "Latitude": 10.77169,
          "Longitude": 106.69217,
          "Name": "Toi's Travel Home Central",
          "Id": "100504751",
          "Street": "36/20 Lê Thị Riêng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "3495768"
              }
            ]
          }
        },
        {
          "Distance": 6.85,
          "Direction": "SE",
          "Latitude": 10.771944,
          "Longitude": 106.692483,
          "Name": "AHA Boutique Ben Thanh",
          "Id": "100307118",
          "Street": "7/9 Nguyen Tral Dist. 1",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "11520792"
              }
            ]
          }
        },
        {
          "Distance": 6.86,
          "Direction": "SE",
          "Latitude": 10.76943,
          "Longitude": 106.68951,
          "Name": "Sunflower Hotel",
          "Id": "100178914",
          "Street": "11b Thai Van Lung Ben Nghe",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "HQ"
              },
              {
                "Name": "SABRE_ID",
                "Value": "360563"
              }
            ]
          }
        },
        {
          "Distance": 6.86,
          "Direction": "SE",
          "Latitude": 10.77915,
          "Longitude": 106.70001,
          "Name": "Thadico 3 Hotel",
          "Id": "100126509",
          "Street": "Binh An No.6 and No.8 19B Street, Binh An Ward, District 2, Ho Chi Minh City, 700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "7273372"
              }
            ]
          }
        },
        {
          "Distance": 6.87,
          "Direction": "SE",
          "Latitude": 10.769393,
          "Longitude": 106.689523,
          "Name": "An Map Hostel - Gare De L' amour",
          "Id": "102296159",
          "Street": "28/1 Ton That Tung",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "53931012"
              }
            ]
          }
        },
        {
          "Distance": 6.87,
          "Direction": "SE",
          "Latitude": 10.77016,
          "Longitude": 106.69057,
          "Name": "Coucou Homestead - I",
          "Id": "102071007",
          "Street": "121/35 Lê Thị Riêng",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "5414543"
              }
            ]
          }
        },
        {
          "Distance": 6.87,
          "Direction": "SE",
          "Latitude": 10.77021,
          "Longitude": 106.69066,
          "Name": "Ben Thanh Retreats Hotel",
          "Id": "100598739",
          "Street": "121/39 Le Thi Rieng street, Ben Thanh ward, District 1",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "4219157"
              }
            ]
          }
        },
        {
          "Distance": 6.88,
          "Direction": "SE",
          "Latitude": 10.770859,
          "Longitude": 106.691685,
          "Name": "Onetel Saigon Panorama - Hostel",
          "Id": "100593372",
          "Street": "35-37-39 Nguyen Van Trang Street",
          "Zip": "700000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "16710202"
              }
            ]
          }
        },
        {
          "Distance": 6.89,
          "Direction": "S",
          "Latitude": 10.75959,
          "Longitude": 106.67012,
          "Name": "Valentine Hotel",
          "Id": "100248532",
          "Street": "93/1 Nguyen Chi Thanh",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7B"
              },
              {
                "Name": "SABRE_ID",
                "Value": "889787"
              }
            ]
          }
        },
        {
          "Distance": 6.89,
          "Direction": "SE",
          "Latitude": 10.79035,
          "Longitude": 106.7079,
          "Name": "GK Garden Apartment",
          "Id": "100683162",
          "Street": "15-16A Nguyen Ngoc Phuong St, Ward 19",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "18554293"
              }
            ]
          }
        },
        {
          "Distance": 6.89,
          "Direction": "SE",
          "Latitude": 10.772112,
          "Longitude": 106.693277,
          "Name": "Amanda Phan 2 - Sai Gon",
          "Id": "100751321",
          "Street": "6/18 Cach Mang Thang Tam, District 1",
          "Zip": "70000",
          "City": "Ho Chi Minh City",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "7E"
              },
              {
                "Name": "SABRE_ID",
                "Value": "36046443"
              }
            ]
          }
        },
        {
          "Distance": 6.9,
          "Direction": "SE",
          "Latitude": 10.771538,
          "Longitude": 106.692738,
          "Name": "Paradise Saigon",
          "Id": "101072258",
          "Street": "288 Le Thanh Ton St",
          "Zip": "70000",
          "City": "Ho Chi Minh",
          "Country": "VN",
          "ConfidenceFactor": 1,
          "Attributes": {
            "Attribute": [
              {
                "Name": "CHAIN",
                "Value": "YX"
              },
              {
                "Name": "SABRE_ID",
                "Value": "600364"
              }
            ]
          }
        }
      ]
    }
  }
}
 

JSONタグ定義書

スキーマ

【注意点】
各種スキーマは、Sabre社提供のオリジナル版となるため、「JSONタグ定義書」の記載上、
利用不可の情報が含まれております。
スキーマを利用してアプリケーションを構築される場合の各タグの利用可否は、
必ず「JSONタグ定義書」にてご確認ください。

※弊社にて「JSONタグ定義書」を作成する際、各タグの利用可否確認を行っております。