<!DOCTYPE html><html
  class="js svg flexbox csstransforms"
  lang="en-US" xmlns="http://www.w3.org/1999/xhtml"
><head><title>Search - Hong Kong Property - Luxury Homes Real Estate Agent | Habitat Property</title><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><meta
      name="viewport"
      content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
    /><style>
      [x-cloak] {
        display: none !important;
      }
    </style><meta http-equiv="X-UA-Compatible" content="ie=edge"/><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=5"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link rel="alternate" hreflang="zh-HK" href="https://www.habitat-property.com/zh/search" /><link rel="alternate" hreflang="en-US" href="https://www.habitat-property.com/search" /><link rel="alternate" hreflang="x-default" href="https://www.habitat-property.com/search" /><link rel="alternate" hreflang="zh-CN" href="https://www.habitat-property.com/cn/search" /><link rel="canonical" href="https://www.habitat-property.com/search" /><meta name="title" content="Search - Hong Kong Property - Luxury Homes Real Estate Agent | Habitat Property"><meta name="description" content="The leading Hong Kong property real estate agent for unique &amp; luxury homes. Habitat Property is renowned for exceptional service &amp; finding homes clients love."><meta name="robots" content="noindex, nofollow"/><meta name="twitter:card" content="summary" /><meta property="og:type" content="website" /><meta property="og:url" content="https://www.habitat-property.com/search" /><meta property="og:title" content="Search - Hong Kong Property - Luxury Homes Real Estate Agent | Habitat Property" /><meta property="og:description" content="The leading Hong Kong property real estate agent for unique &amp; luxury homes. Habitat Property is renowned for exceptional service &amp; finding homes clients love." /><meta property="og:image" content="https://r2.ap8.ms.propertyraptor.com/Hong-Kong-Luxury-Real-Estate-Agency-Habitat-Property-a24c99f1-739f-4fc1-b8db-ab7c535d0725.jpg" /><meta property="og:image:secure_url" content="https://r2.ap8.ms.propertyraptor.com/Hong-Kong-Luxury-Real-Estate-Agency-Habitat-Property-a24c99f1-739f-4fc1-b8db-ab7c535d0725.jpg" /><meta property="og:image:type" content="image/jpeg" /><meta property="og:image:width" content="1200" /><meta property="og:image:height" content="630" /><meta property="og:image:alt" content="Search - Hong Kong Property - Luxury Homes Real Estate Agent | Habitat Property" /><meta property="og:site_name" content="Hong Kong Property - Luxury Homes Real Estate Agent | Habitat Property" /><meta property="og:locale" content="en-US" /><link rel="icon" href="https://r2.ms.propertyraptor.com/habitat_favicon-01-b3f0878b-082e-4e19-888f-94c9a43cc0a0.png" type="image/x-icon" /><style class="theme-global-style">
    :root {
      --swup-overlay-theme-color: rgb(var(--primaryColor));
      --swup-overlay-theme-skew: 15deg;
      .swup-progress-bar {
        height: 4px;
        background-color: rgb(var(--primaryColor));
      }
    }
    :root {
      
      --primaryColor: 18, 18, 18; 
      --secondaryColor-01: 18, 18, 18; 
      --secondaryColor-02: 102, 102, 102; 
      --secondaryColor-03: 153, 153, 153; 
      --secondaryColor-04: 204, 204, 204; 
      --secondaryColor-05: 238, 238, 238; 
      --secondaryColor-06: 255, 255, 255; 
      --secondaryColor-07: 0, 102, 102; 
      --secondaryColor-08: 136, 136, 136; 
      --secondaryColor-09: 250, 250, 250; 
      --secondaryColor-10: 255, 100, 0; 
    }

    :root {
      --globalFont: Matter, "Noto Sans SC", sans-serif;;
      --headFont: Season-Serif, "Noto Sans SC", serif;;
      --layoutWaxWidth: 1320px;
    }

    @media (max-width: 1320px) {
      :root {
        --layoutWaxWidth: 100%;
      }
    }

    :root {
      --globalFloatingIconAiChat: none;
      --globalFloatingIconWhatsApp: none;
      --globalFloatingIconFacebookMessenger: none;
      --globalFloatingIconLine: none;
      --globalFloatingIconPhone: none;
      --globalFloatingIconEmail: none;
      --globalFloatingIconWishlist: none;
      --globalFloatingIconPreferences: none;
      --globalFloatingIconLang: none;
      --globalFloatingIconUnit: none;
      --globalFloatingIconCurrency: none;
      --globalFloatingIconBackToTop: flex;
      --globalShowCookies: 1;
    }
  </style><script
    type="module"
  >
    window.AOS_ANIMATION_CONFIG = {
      disable: false, // accepts following values: 'phone', 'tablet', 'mobile', boolean, expression or function
      startEvent: "DOMContentLoaded", // name of the event dispatched on the document, that AOS should initialize on
      initClassName: "aos-init", // class applied after initialization
      animatedClassName: "aos-animate", // class applied on animation
      useClassNames: false, // if true, will add content of `data-aos` as classes on scroll
      disableMutationObserver: true, // disables automatic mutations' detections (advanced)
      debounceDelay: 50, // the delay on debounce used while resizing window (advanced)
      throttleDelay: 99, // the delay on throttle used while scrolling the page (advanced)
      // Settings that can be overridden on per-element basis, by `data-aos-*` attributes:
      offset: 20, // offset (in px) from the original trigger point
      delay: 150, // values from 0 to 3000, with step 50ms
      duration: 800, // values from 0 to 3000, with step 50ms
      easing: "raptor-cubic-bezier", // default easing for AOS animations
      once: true, // whether animation should happen only once - while scrolling down
      mirror: true, // whether elements should animate out while scrolling past them
      anchorPlacement: "top-bottom", // defines which position of the element regarding to window should trigger the animation
    };
    window.addEventListener("load", () => {
      const animationType = "slide-up";
      const aosAnimationType =
        animationType === "slide-up" ? "fade-up" : animationType === "slide-in" ? "fade-right" : "";
      if (animationType !== "fade-up") {
        const allAosElement = document.querySelectorAll("[data-aos]");
        for (let i = 0; i < allAosElement.length; i++) {
          const currentElement = allAosElement[i];
          if (currentElement.getAttribute("data-aos-no-replace") !== null) {
            return;
          }
          allAosElement[i].setAttribute("data-aos", aosAnimationType);
        }
      }
    });
  </script><script>
    window.SWUP_ANIMATION = {
      animationType: "fade",
      progressBar: true,
    };
  </script><script>
    window.GoogleMapsDefaultConfig = {
      zoom: 15,
      streetViewControl: false,
      zoomControl: true,
      scrollwheel: false,
      scaleControl: true,
      mapTypeControl: true,
      rotateControl: false,
      fullscreenControl: true,
      mapTypeId: "roadmap",
    };
  </script><link
      rel="preload"
      as="style"
      type="text/css"
      onload="this.onload=null;this.rel='stylesheet'"
      href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.92.3/iconfont/iconfont.css?v=1.92.3"
    /><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap" rel="stylesheet"><link
      rel="preload"
      as="style"
      type="text/css"
      onload="this.onload=null;this.rel='stylesheet'"
      href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/css/aos.css?v=1.92.3"
    /><link
      rel="preload"
      as="style"
      type="text/css"
      onload="this.onload=null;this.rel='stylesheet'"
      href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.92.3/css/tailwind.css?v=1.92.3"
    /><link
      rel="preload"
      as="style"
      type="text/css"
      onload="this.onload=null;this.rel='stylesheet'"
      href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.92.3/css/main.css?v=1.92.3"
    /><style>
      [data-aos][data-aos][data-aos-easing="raptor-cubic-bezier"],
      body[data-aos-easing="raptor-cubic-bezier"] [data-aos] {
        transition-timing-function: cubic-bezier(0.246, 0.75, 0.187, 1);
      }
      .raptor-cubic-bezier {
        transition-timing-function: cubic-bezier(0.246, 0.75, 0.187, 1);
      }
      /* img.LazyLoad-img,
      div.LazyLoad-img {
        opacity: 0;
      } */
    </style><link rel="preload" as="script" href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.92.3/js/main.js?v=1.92.3" /><link rel="preload" as="script" href="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/js/vue.global.prod.js?v=1.92.3" /><script src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/js/vue.global.prod.js?v=1.92.3"></script><script src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/js/alpinejs@3.13.7.min.js?v=1.92.3" defer></script><script src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/js/lazysizes.min.js"></script><script src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/js/choices/choices.min.js"></script></head><body class="template-index dcms-page-container dcms-page-background" data-gr-c-s-loaded="true"><noscript><iframe
          src="https://www.googletagmanager.com/ns.html?id=GTM-T92L4V5"
          height="0"
          width="0"
          style="display: none; visibility: hidden"
        ></iframe></noscript><script type="module">
      window.defaultUnit = "Square Foot";
      window.defaultCurrency = "HKD";
      window.checkHuman = true;
    </script><div id="swup" class="transition-main"><div id="root" class="theme-components SEARCH_PAGE"><div
  class="theme-component theme-component-header comp-header dcms-page-header transition-transform ease-linear w-full top-0 z-30 text-sm sticky duration-300"
  style="transform: translateY(0px)"
  v-scope
><div class="header-container relative z-5"><div class="header"><div
        class="menu-container py-2 h-[68px] container mx-auto"
      ><div class="flex items-center justify-between lg:justify-center px-4 md:px-8 h-full"><div class="logo self-center"><a class="logo-default" href="/" aria-label="logo"><img
                src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/images/icons/habitat_logo.svg?v=1.85.2"
                alt="Hong Kong Property - Luxury Homes Real Estate Agent | Habitat Property"
                class="object-cover w-[112px] max-w-[112px] h-auto logo-black"
                data-cloudflare="base@size=400x200"
                width="112"
                height="43"
              /><img
                src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/images/icons/habitat_logo_white.svg?v=1.85.2"
                alt="Hong Kong Property - Luxury Homes Real Estate Agent | Habitat Property"
                class="object-cover w-[112px] max-w-[112px] h-auto logo-white hidden"
                data-cloudflare="base@size=400x200"
                width="112"
                height="43"
              /></a></div><div
            class="menus lg:flex-1 hidden lg:block top-[60px] bottom-0 left-0 right-0 overflow-auto lg:overflow-visible safe-area-bottom"
          ><ul
              class="flex flex-wrap lg:flex-nowrap items-center lg:space-x-8 space-x-0 container mx-auto px-4 md:px-8 lg:px-0 lg:pl-[118px] menus-ul main-menus-ul"
            ><li
                  class="relative flex flex-wrap lg:flex-nowrap items-center  w-full lg:w-auto border-b border-secondary-04 lg:border-none"
                ><a
                    class="truncate parent-menus w-full py-4 lg:p-auto flex show-loading"
                    href="/listing/for-sale"
                    data-menu-id="9b6f69c3-a08e-4258-8a94-de7405c30a6e" data-menu-href="/listing/for-sale" target="_self" aria-label="Buy"
                  >Buy</a></li><li
                  class="relative flex flex-wrap lg:flex-nowrap items-center  w-full lg:w-auto border-b border-secondary-04 lg:border-none"
                ><a
                    class="truncate parent-menus w-full py-4 lg:p-auto flex show-loading"
                    href="/listing/for-rent"
                    data-menu-id="36f8311c-69bd-4ef0-ab97-eb8ef2572bd9" data-menu-href="/listing/for-rent" target="_self" aria-label="Rent"
                  >Rent</a></li><li
                  class="relative flex flex-wrap lg:flex-nowrap items-center  w-full lg:w-auto border-b border-secondary-04 lg:border-none"
                ><a
                    class="truncate parent-menus w-full py-4 lg:p-auto flex show-loading"
                    href="/our-team"
                    data-menu-href="/our-team" target="_self" aria-label="Agents"
                  >Agents</a></li><li
                  class="relative flex flex-wrap lg:flex-nowrap items-center  w-full lg:w-auto border-b border-secondary-04 lg:border-none"
                ><a
                    class="truncate parent-menus w-full py-4 lg:p-auto flex show-loading"
                    href="/property-management"
                    data-menu-href="/property-management" target="_self" aria-label="Property Management"
                  >Property Management</a></li><li
                  class="relative flex flex-wrap lg:flex-nowrap items-center  w-full lg:w-auto border-b border-secondary-04 lg:border-none"
                ><a
                    class="truncate parent-menus w-full py-4 lg:p-auto flex show-loading"
                    href="/news/neighbourhoods"
                    data-menu-href="/news/neighbourhoods" target="_self" aria-label="Neighbourhoods"
                  >Neighbourhoods</a></li></ul></div><div class="hidden lg:block"><div class="preference-list px-4 md:px-8"><div class="items-center gap-x-6 flex"><div class="group relative cursor-pointer current-language-wrap"><div class="flex items-center gap-x-1 h-12"><span class="current-language"></span><span class="iconfont icon-outline-language2"></span></div><div
          class="hidden group-hover:block absolute -left-4 bg-white text-secondary-01 min-w-[100px] max-h-[200px] overflow-y-auto shadow preference-wrap z-10 top-full"
        ><div
            class="px-4 py-2 preference-item"
            value="en"
            onclick="updatePreferenceLang(this)"
          >English</div><div
            class="px-4 py-2 preference-item"
            value="cn"
            onclick="updatePreferenceLang(this)"
          >简体中文</div><div
            class="px-4 py-2 preference-item"
            value="zh"
            onclick="updatePreferenceLang(this)"
          >繁體中文</div></div></div><div class="group relative cursor-pointer current-measure-wrap"><div class="flex items-center gap-x-1 h-12"><span class="current-measure"></span><span class="iconfont icon-outline-arrow-down transition-all group-hover:rotate-180"></span></div><div
          class="hidden group-hover:block absolute -left-4 bg-white text-secondary-01 min-w-[100px] max-h-[200px] overflow-y-auto shadow preference-wrap z-10 top-full"
        ><div
            class="px-4 py-2 preference-item"
            value="Square Meter"
            onclick="updatePreferenceMeasure(this)"
          >S.M.</div><div
            class="px-4 py-2 preference-item"
            value="Square Foot"
            onclick="updatePreferenceMeasure(this)"
          >S.F.</div></div></div></div></div></div><div class="flex items-center gap-x-4 lg:gap-x-6"><div class=""><a
                class="ms-button w-9 h-9 relative overflow-visible space-x-0 saved-items-btn"
                ms-type="hollow"
                border
                href="/saved-item"
                aria-label="wishlist" data-menu-id="2ab952f6-2526-495b-8a68-b73286e2d3c6" title="Wish List"
              ><ms-badge :count="window.$globalStore.wishlistCount"></ms-badge><i class="iconfont icon-outline-star text-base"></i></a></div><div class="flex lg:border border-secondary-01 contact-item contact-us-btn"><a
                href="/contact-us"
                class="py-2 px-4"
              >Contact</a></div><div class="" onclick="setShow()"><button class="flex items-center w-[30px] h-[30px]" aria-label="menu"><img
                  src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.81.9/project_file/menu-icon-101e1b0f-3fe9-439a-85f5-2dafc5d9543d.svg"
                  alt="menu-icon"
                  class="menu-icon"
                /><img
                  src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.81.9/project_file/menu-icon-white-d073be64-b692-4266-8e15-3d15ef2faf1a.svg"
                  alt="menu-icon"
                  class="menu-icon-white hidden"
                /></button></div><div
              class="fixed top-0 left-0 right-0 h-screen z-50 overflow-hidden pointer-events-none popup-menus-wrap"
            ><div
                class="absolute top-0 right-0 bottom-0 w-full lg:w-[480px] lg:max-w-[50vw] h-screen bg-secondary-01 safe-area-bottom flex flex-col popup-menus-panel transition-transform duration-300 overflow-hidden translate-x-full"
              ><div class="flex items-center justify-between px-4 md:px-8 pt-5"><div class="lg:hidden"><a class="logo-default" href="/" aria-label="logo"><img
                        src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/images/icons/habitat_logo_white.svg?v=1.85.2"
                        alt="Hong Kong Property - Luxury Homes Real Estate Agent | Habitat Property"
                        class="object-cover w-[112px] max-w-[112px] h-auto logo-white"
                        data-cloudflare="base@size=400x200"
                        width="112"
                        height="43"
                      /></a></div><div class="ml-auto w-6 h-6 cursor-pointer" onclick="setShow()"><i class="iconfont icon-outline-close text-2xl leading-none text-secondary-06"></i></div></div><div class="text-secondary-06 inline-block my-6"><ul
                    class="flex flex-col flex-wrap lg:justify-center pb-6 lg:pb-0 px-4 md:px-8 pr-10 md:pr-14 menus-ul popup-menus-ul text-3xl font-headFont active"
                  ><li
                        class="relative flex flex-wrap items-center w-full  w-full lg:w-auto "
                        index="0"
                        onclick="setActiveMenu(this)" has-child="true"
                      ><button
                          class="parent-menus w-full flex items-center justify-between show-loading cursor-pointer py-1" data-menu-href="javascript:void(0);" target="_self" aria-label="Buy"
                        ><span class="truncate">Buy</span><i
                            class="iconfont icon-outline-arrow-down ml-1 transition-all text-xl"
                          ></i></button><div class="son-menus popup-menus"><div class="pt-2 md:pt-1"><ul class="son-menus-ul overflow-hidden"><li onclick="event.stopPropagation()"><a
                                    class="block"
                                    style="white-space: nowrap"
                                    href="/listing/for-sale"
                                    aria-label="Hong Kong"
                                  >Hong Kong</a></li></ul></div></div></li><li
                        class="relative flex flex-wrap items-center w-full  w-full lg:w-auto "
                        index="1"
                        onclick="setActiveMenu(this)" has-child="true"
                      ><button
                          class="parent-menus w-full flex items-center justify-between show-loading cursor-pointer py-1" data-menu-href="javascript:void(0);" target="_self" aria-label="Rent"
                        ><span class="truncate">Rent</span><i
                            class="iconfont icon-outline-arrow-down ml-1 transition-all text-xl"
                          ></i></button><div class="son-menus popup-menus"><div class="pt-2 md:pt-1"><ul class="son-menus-ul overflow-hidden"><li onclick="event.stopPropagation()"><a
                                    class="block"
                                    style="white-space: nowrap"
                                    href="/listing/for-rent"
                                    aria-label="Hong Kong" data-menu-id="36f8311c-69bd-4ef0-ab97-eb8ef2572bd9"
                                  >Hong Kong</a></li></ul></div></div></li><li
                        class="relative flex flex-wrap items-center w-full  w-full lg:w-auto single"
                        index="2"
                        onclick="setActiveMenu(this)" has-child="false"
                      ><a
                          class="parent-menus w-full flex items-center justify-between show-loading py-1"
                          href="/our-team"
                          data-menu-href="/our-team" target="_self" aria-label="Agents"
                        ><span class="truncate">Agents</span><i
                            class="iconfont icon-outline-arrow-right ml-1 transition-all text-xl"
                          ></i></a></li><li
                        class="relative flex flex-wrap items-center w-full  w-full lg:w-auto single"
                        index="3"
                        onclick="setActiveMenu(this)" has-child="false"
                      ><a
                          class="parent-menus w-full flex items-center justify-between show-loading py-1"
                          href="/property-management"
                          data-menu-href="/property-management" target="_self" aria-label="Property Management"
                        ><span class="truncate">Property Management</span><i
                            class="iconfont icon-outline-arrow-right ml-1 transition-all text-xl"
                          ></i></a></li><li
                        class="relative flex flex-wrap items-center w-full  w-full lg:w-auto "
                        index="4"
                        onclick="setActiveMenu(this)" has-child="true"
                      ><button
                          class="parent-menus w-full flex items-center justify-between show-loading cursor-pointer py-1" data-menu-href="/journal" target="_self" aria-label="Journal"
                        ><span class="truncate">Journal</span><i
                            class="iconfont icon-outline-arrow-down ml-1 transition-all text-xl"
                          ></i></button><div class="son-menus popup-menus"><div class="pt-2 md:pt-1"><ul class="son-menus-ul overflow-hidden"><li onclick="event.stopPropagation()"><a
                                    class="block"
                                    style="white-space: nowrap"
                                    href="/news/neighbourhoods"
                                    aria-label="Neighbourhood"
                                  >Neighbourhood</a></li><li onclick="event.stopPropagation()"><a
                                    class="block"
                                    style="white-space: nowrap"
                                    href="/news/market-news"
                                    aria-label="Market News"
                                  >Market News</a></li><li onclick="event.stopPropagation()"><a
                                    class="block"
                                    style="white-space: nowrap"
                                    href="/news/press"
                                    aria-label="Press"
                                  >Press</a></li><li onclick="event.stopPropagation()"><a
                                    class="block"
                                    style="white-space: nowrap"
                                    href="/news/other"
                                    aria-label="Other"
                                  >Other</a></li></ul></div></div></li><li
                        class="relative flex flex-wrap items-center w-full  w-full lg:w-auto single"
                        index="5"
                        onclick="setActiveMenu(this)" has-child="false"
                      ><a
                          class="parent-menus w-full flex items-center justify-between show-loading py-1"
                          href="/about-us"
                          data-menu-href="/about-us" target="_self" aria-label="About Us"
                        ><span class="truncate">About Us</span><i
                            class="iconfont icon-outline-arrow-right ml-1 transition-all text-xl"
                          ></i></a></li><li
                        class="relative flex flex-wrap items-center w-full  w-full lg:w-auto single"
                        index="6"
                        onclick="setActiveMenu(this)" has-child="false"
                      ><a
                          class="parent-menus w-full flex items-center justify-between show-loading py-1"
                          href="/careers"
                          data-menu-href="/careers" target="_self" aria-label="Careers"
                        ><span class="truncate">Careers</span><i
                            class="iconfont icon-outline-arrow-right ml-1 transition-all text-xl"
                          ></i></a></li></ul></div><div class="text-secondary-06 lg:hidden"><div class="preference-list px-4 md:px-8"><div class="items-center gap-x-6 flex"><div class="group relative cursor-pointer current-language-wrap"><div class="flex items-center gap-x-1 h-12"><span class="current-language"></span><span class="iconfont icon-outline-language2"></span></div><div
          class="hidden group-hover:block absolute -left-4 bg-white text-secondary-01 min-w-[100px] max-h-[200px] overflow-y-auto shadow preference-wrap z-10 bottom-full"
        ><div
            class="px-4 py-2 preference-item"
            value="en"
            onclick="updatePreferenceLang(this)"
          >English</div><div
            class="px-4 py-2 preference-item"
            value="cn"
            onclick="updatePreferenceLang(this)"
          >简体中文</div><div
            class="px-4 py-2 preference-item"
            value="zh"
            onclick="updatePreferenceLang(this)"
          >繁體中文</div></div></div><div class="group relative cursor-pointer current-measure-wrap"><div class="flex items-center gap-x-1 h-12"><span class="current-measure"></span><span class="iconfont icon-outline-arrow-down transition-all group-hover:rotate-180"></span></div><div
          class="hidden group-hover:block absolute -left-4 bg-white text-secondary-01 min-w-[100px] max-h-[200px] overflow-y-auto shadow preference-wrap z-10 bottom-full"
        ><div
            class="px-4 py-2 preference-item"
            value="Square Meter"
            onclick="updatePreferenceMeasure(this)"
          >S.M.</div><div
            class="px-4 py-2 preference-item"
            value="Square Foot"
            onclick="updatePreferenceMeasure(this)"
          >S.F.</div></div></div></div></div></div><div class="px-4 md:px-8 my-8"><div><ul class="flex items-center gap-x-5" role="menu" aria-labelledby="social"><li class="flex items-center" role="menuitem"><a
                          target="_target"
                          href="https://www.linkedin.com/company/habitat-property/"
                          aria-label="LinkedIn"
                        ><span
                            class="iconfont text-2xl leading-none text-secondary-06 icon-filled-linkedin"
                          ></span></a></li><li class="flex items-center" role="menuitem"><a
                          target="_target"
                          href="https://www.instagram.com/habitatproperty/"
                          aria-label="Instagram"
                        ><span
                            class="iconfont text-2xl leading-none text-secondary-06 icon-filled-instagram"
                          ></span></a></li><li class="flex items-center" role="menuitem"><a
                          target="_target"
                          href="https://open.spotify.com/user/6txzqiijndoidb4mikyw3mewa?si=0TLVZfqxTWWopKneLJBn2g"
                          aria-label="Spotify"
                        ><span
                            class="iconfont text-2xl leading-none text-secondary-06 icon-filled-spotify"
                          ></span></a></li><li class="flex items-center" role="menuitem"><a
                          target="_target"
                          href="https://www.facebook.com/habitatproperty/"
                          aria-label="Facebook"
                        ><span
                            class="iconfont text-2xl leading-none text-secondary-06 icon-filled-facebook"
                          ></span></a></li><li class="flex items-center" role="menuitem"><a
                          target="_target"
                          href="https://www.xiaohongshu.com/user/profile/6343ec8000000000180295b6"
                          aria-label="Xiaohongshu"
                        ><span
                            class="iconfont text-2xl leading-none text-secondary-06 icon-filled-xiaohongshu"
                          ></span></a></li></ul></div><div class="text-secondary-06 mt-10 header-contact-info"></div></div></div></div></div></div></div></div></div></div><script>
  /* header scrolly start */
  var specialPage =
    window.location.pathname.endsWith("/") ||
    window.location.pathname.endsWith("/cn") ||
    window.location.pathname.endsWith("/zh") ||
    window.location.pathname.endsWith("/about-us") ||
    window.location.pathname.endsWith("/property-management");
  function scrollYHandler() {
    if (specialPage) {
      var header = document.querySelector(".comp-header");
      var logoBlack = header.querySelector(".logo-default .logo-black");
      var logoWhite = header.querySelector(".logo-default .logo-white");
      var contactUsBtn = header.querySelector(".contact-us-btn");
      // var menuBtn = header.querySelector(".icon-outline-menu");
      var menuIcon = header.querySelector(".menu-icon");
      var menuIconWhite = header.querySelector(".menu-icon-white");
      var savedItemsBtn = header.querySelector(".saved-items-btn");
      var y = window.scrollY;
      if (y != 0) {
        header.classList.remove("header-transparent");
        logoBlack.classList.remove("hidden");
        logoWhite.classList.add("hidden");
        contactUsBtn.classList.remove("border-secondary-06");
        menuIcon.classList.remove("hidden");
        menuIconWhite.classList.add("hidden");
        // menuBtn.classList.remove("text-secondary-06");
        savedItemsBtn.removeAttribute("dark");
      } else {
        header.classList.add("header-transparent");
        logoBlack.classList.add("hidden");
        logoWhite.classList.remove("hidden");
        contactUsBtn.classList.add("border-secondary-06");
        menuIcon.classList.add("hidden");
        menuIconWhite.classList.remove("hidden");
        // menuBtn.classList.add("text-secondary-06");
        savedItemsBtn.setAttribute("dark", true);
      }
    }
  }
  function init() {
    var header = document.querySelector(".comp-header");
    var root = document.querySelector("#dcms-component-root");
    if (specialPage) {
      header.classList.add("header-transparent");
      root.classList.add("offset");
      scrollYHandler();
    }
  }
  window.addEventListener("load", init);
  window.addEventListener("scroll", scrollYHandler);
  /* header scrolly end */

  /* preference list start*/

  /* helper utils start */
  var docCookies = {
    getItem: function (sKey) {
      return (
        decodeURIComponent(
          document.cookie.replace(
            new RegExp(
              "(?:(?:^|.*;)\\s*" + encodeURIComponent(sKey).replace(/[-.+*]/g, "\\$&") + "\\s*\\=\\s*([^;]*).*$)|^.*$",
            ),
            "$1",
          ),
        ) || null
      );
    },
    setItem: function (sKey, sValue, vEnd, sPath, sDomain, bSecure) {
      if (!sKey || /^(?:expires|max\-age|path|domain|secure)$/i.test(sKey)) {
        return false;
      }
      var sExpires = "";
      if (vEnd) {
        switch (vEnd.constructor) {
          case Number:
            sExpires = vEnd === Infinity ? "; expires=Fri, 31 Dec 9999 23:59:59 GMT" : "; max-age=" + vEnd;
            break;
          case String:
            sExpires = "; expires=" + vEnd;
            break;
          case Date:
            sExpires = "; expires=" + vEnd.toUTCString();
            break;
        }
      }
      document.cookie =
        encodeURIComponent(sKey) +
        "=" +
        encodeURIComponent(sValue) +
        sExpires +
        (sDomain ? "; domain=" + sDomain : "") +
        (sPath ? "; path=" + sPath : "") +
        (bSecure ? "; secure" : "");
      return true;
    },
    // removeItem: function (sKey, sPath, sDomain) {
    //   if (!sKey || !this.hasItem(sKey)) {
    //     return false;
    //   }
    //   document.cookie =
    //     encodeURIComponent(sKey) +
    //     "=; expires=Thu, 01 Jan 1970 00:00:00 GMT" +
    //     (sDomain ? "; domain=" + sDomain : "") +
    //     (sPath ? "; path=" + sPath : "");
    //   return true;
    // },
    // hasItem: function (sKey) {
    //   return new RegExp("(?:^|;\\s*)" + encodeURIComponent(sKey).replace(/[-.+*]/g, "\\$&") + "\\s*\\=").test(
    //     document.cookie,
    //   );
    // },
    // keys: /* optional method: you can safely remove it! */ function () {
    //   var aKeys = document.cookie
    //     .replace(/((?:^|\s*;)[^\=]+)(?=;|$)|^\s*|\s*(?:\=[^;]*)?(?:\1|$)/g, "")
    //     .split(/\s*(?:\=[^;]*)?;\s*/);
    //   for (var nIdx = 0; nIdx < aKeys.length; nIdx++) {
    //     aKeys[nIdx] = decodeURIComponent(aKeys[nIdx]);
    //   }
    //   return aKeys;
    // },
  };
  var timer = null;
  var currentLanguage = getCurrentLanguage();
  window.currentLanguage = currentLanguage;
  function makeSureI18n(cb) {
    var str = window.localStorage.getItem("ms_i18n_table");
    if (!str || !str.length) {
      clearTimeout(timer);
      timer = null;
      timer = setTimeout(() => {
        makeSureI18n(cb);
      }, 200);
    } else {
      const data = JSON.parse(str)?.data[currentLanguage] || [];
      if (!data.length) {
        clearTimeout(timer);
        timer = null;
        timer = setTimeout(() => {
          makeSureI18n(cb);
        }, 200);
      } else {
        var language = getI18n(currentLanguage, currentLanguage);
        const currentMeasure = "Square Foot";
        var measure = getI18n(currentMeasure + "4", currentLanguage);
        const currentCurrency = "HKD";
        var currency = getI18n(currentCurrency, currentLanguage);
        if (!currentLanguage || !language || !measure || !currency) {
          clearTimeout(timer);
          timer = null;
          timer = setTimeout(() => {
            makeSureI18n(cb);
          }, 200);
        } else {
          cb && cb();
        }
      }
    }
  }
  function getI18n(key, currentLanguage) {
    const data = JSON.parse(window.localStorage.getItem("ms_i18n_table"))?.data[currentLanguage] || [];
    const item = data.find((item) => item.key === key);
    return item?.value;
  }
  function getQueryVariable(variable) {
    const reg = new RegExp("(^|&)" + variable + "=([^&]*)(&|$)");
    const r = window.location.search.substr(1).match(reg);
    if (r != null) {
      return encodeURIComponent(r[2]);
    }
    return null;
  }
  /* helper utils end */

  /* language start */
  function getCurrentLanguage() {
    const pathname = window.location.pathname;
    const match = pathname.match(/\/(en|cn|zh)/);
    if (match && match[1]) {
      return match[1];
    }
    return docCookies.getItem("defaultLanguage") ? decodeURIComponent(docCookies.getItem("defaultLanguage")) : "en";
  }

  function updatePreferenceLang(obj) {
    var language = obj.getAttribute("value");
    if (currentLanguage !== language) {
      const pathname = window.location.pathname.replace(/^\/(en|cn|zh)/, "");
      window.location.pathname = language + pathname;
    }
  }
  /* language end */

  /* measure start */
  const defaultMeasure = "Square Foot";
  function getCurrentMeasureUnit() {
    return docCookies.getItem("sessionScopeMeasureUnit")
      ? decodeURIComponent(docCookies.getItem("sessionScopeMeasureUnit"))
      : defaultMeasure;
  }

  function updatePreferenceMeasure(obj) {
    var measure = obj.getAttribute("value");
    if (!window.$globalStore.editMode) {
      window.dcmsEditorClientEmitter?.changeThemeMeasure(measure);
      window.localStorage.setItem("measure_unit", measure);
    }
    if (getQueryVariable("mode") === "preview") {
      localStorage.setItem("measure", measure);
      const url = replaceUrlParam("measure", measure);
      window.location.href = url;
    }
    docCookies.setItem("sessionScopeMeasureUnit", measure);
    window.location.reload();
  }
  /* measure end */

  /* currency start */
  const defaultCurrency = "HKD";
  function getCurrentCurrency() {
    return docCookies.getItem("sessionScopeCurrency")
      ? decodeURIComponent(docCookies.getItem("sessionScopeCurrency"))
      : defaultCurrency;
  }

  function updatePreferenceCurrency(obj) {
    var currency = obj.getAttribute("value");
    if (!window.$globalStore.editMode) {
      window.dcmsEditorClientEmitter?.changeThemeCurrency(currency);
      window.localStorage.setItem("currency", currency);
    }
    if (getQueryVariable("mode") === "preview") {
      localStorage.setItem("currency", currency);
      const url = replaceUrlParam("currency", currency);
      window.location.href = url;
    }
    docCookies.setItem("sessionScopeCurrency", currency);
    window.location.reload();
  }
  /* currency end */

  function initPreferenceList() {
    var language = getI18n(currentLanguage, currentLanguage);
    var currentLanguageElm = document.querySelectorAll(".preference-list .current-language");
    for (const langElm of currentLanguageElm) {
      langElm.innerText = language;
    }

    // var languagePrefItems = document.querySelectorAll(".current-language-wrap .preference-item");
    // for (var i = 0; i < languagePrefItems.length; i++) {
    //   var item = languagePrefItems[i];
    //   if (item.getAttribute("value") == currentLanguage) {
    //     item.classList.add("bg-secondary-05");
    //   }
    // }

    const currentMeasure = getCurrentMeasureUnit();
    var measure = getI18n(currentMeasure + "4", currentLanguage);
    var currentMeasureElm = document.querySelectorAll(".preference-list .current-measure");
    for (const measureElm of currentMeasureElm) {
      measureElm.innerText = measure;
    }

    // var measurePrefItems = document.querySelectorAll(".current-measure-wrap .preference-item");
    // for (var i = 0; i < measurePrefItems.length; i++) {
    //   var item = measurePrefItems[i];
    //   if (item.getAttribute("value") == currentMeasure) {
    //     item.classList.add("bg-secondary-05");
    //   }
    // }

    const currentCurrency = getCurrentCurrency();
    var currency = getI18n(currentCurrency, currentLanguage);
    var currentCurrencyElm = document.querySelectorAll(".preference-list .current-currency");
    for (const currencyElm of currentCurrencyElm) {
      currencyElm.innerText = currency;
    }

    // var currencyPrefItems = document.querySelectorAll(".current-currency-wrap .preference-item");
    // for (var i = 0; i < currencyPrefItems.length; i++) {
    //   var item = currencyPrefItems[i];
    //   if (item.getAttribute("value") == currentCurrency) {
    //     item.classList.add("bg-secondary-05");
    //   }
    // }
  }
  window.addEventListener("load", makeSureI18n(initPreferenceList));
  /* preference list end*/

  /* popup menus start */
  var popupMenusShow = false;
  function setShow() {
    var popupMenusWrap = document.querySelector(".popup-menus-wrap");
    var popupMenusPanel = document.querySelector(".popup-menus-panel");
    popupMenusShow = !popupMenusShow;
    if (popupMenusShow) {
      document.body.style.overflow = "hidden";
      popupMenusWrap.classList.remove("pointer-events-none");
      popupMenusWrap.classList.add("pointer-events-auto");
      popupMenusPanel.classList.remove("translate-x-full");
      popupMenusPanel.classList.add("translate-x-0");
    } else {
      document.body.style.overflow = "auto";
      popupMenusWrap.classList.remove("pointer-events-auto");
      popupMenusWrap.classList.add("pointer-events-none");
      popupMenusPanel.classList.remove("translate-x-0");
      popupMenusPanel.classList.add("translate-x-full");
    }
  }
  function setActiveMenu(menu) {
    var hasChild = menu.getAttribute("has-child");
    var ul = document.querySelector(".popup-menus-ul");
    var allMenus = document.querySelectorAll(".popup-menus-ul>li");
    var status = menu.classList.contains("active");
    if (status && hasChild == "true") {
      menu.classList.remove("active");
    }
    if (!status) {
      for (var i = 0; i < allMenus.length; i++) {
        if (allMenus[i] == menu) {
          allMenus[i].classList.add("active");
        } else {
          allMenus[i].classList.remove("active");
        }
      }
      ul.classList.add("active");
    }
  }
  function initActiveMenu(menuName) {
    var ul = document.querySelector(menuName);
    var allMenus = document.querySelectorAll(menuName + ">li");
    var linkArr = [];
    var pathname = window.location.pathname;
    var locationSearch = window.location.search;
    for (var menu of allMenus) {
      var tem = [];
      menu.querySelectorAll("a").forEach((link) => {
        tem.push(link.getAttribute("href"));
      });
      linkArr.push(tem);
      // var status = menu.classList.contains("active");
      // if (status) {
      //   ul.classList.add("active");
      //   break;
      // }
    }
    var indexLink = 0;
    for (var link of linkArr) {
      for (var l of link) {
        if (pathname.endsWith(l) || (pathname + locationSearch).endsWith(l)) {
          if (!allMenus[indexLink].classList.contains("active")) {
            allMenus[indexLink].classList.add("active");
          }
          break;
        }
      }
      indexLink += 1;
    }
  }
  initActiveMenu(".popup-menus-ul");
  initActiveMenu(".main-menus-ul");
  /* popup menus end */
</script><style class="theme-page-style">
    :root {
      --page_margin_value: 0px;
      --page_margin_top: 0px;
      --page_margin_right: 0px;
      --page_margin_bottom: 0px;
      --page_margin_left: 0px;
      --page_padding_value: 0px;
      --page_padding_top: 0px;
      --page_padding_right: 0px;
      --page_padding_bottom: 0px;
      --page_padding_left: 0px;
      --page_background_color: #fff;
      --page_background_image: url();
      --page_background_repeat: no-repeat;
    }

    .dcms-page-container {
      /* prettier-ignore */
      margin: var(--page_margin_value);
      /* prettier-ignore */
      padding: var(--page_padding_value);
    }

    .dcms-page-background {
      /* prettier-ignore */
      background-color: transparent;
      /* prettier-ignore */
      background-image: none;
      background-repeat: var(--page_background_repeat);
    }

    .dcms-page-header {
      display: block;
    }

    .dcms-page-footer {
      display: block;
    }
  </style><div id="dcms-component-root"><div
    class="theme-component-global-search com-global-search"
    v-scope
    v-cloak theme-component-id="CE10450389714E548E0DC6109F6B2D1B"
  ><ms-all-in-one-search-bar
      page-type="SEARCH_PAGE"
      :raw-settings="{&quot;list&quot;:{&quot;total&quot;:20,&quot;mediaData&quot;:[&quot;IMAGE&quot;,&quot;VIDEO&quot;,&quot;VR&quot;],&quot;imageRatio&quot;:&quot;4/3&quot;,&quot;isAutoPlay&quot;:false,&quot;layoutGrid&quot;:&quot;4&quot;,&quot;initialLoad&quot;:20,&quot;isShowSlide&quot;:true,&quot;listingData&quot;:[&quot;BEDROOM&quot;,&quot;SALEABLE_SIZE&quot;,&quot;BATHROOM&quot;],&quot;listingType&quot;:&quot;&quot;,&quot;intervalTime&quot;:3,&quot;isShowAddress&quot;:true,&quot;isShowViewAll&quot;:false,&quot;loadMoreTotal&quot;:20,&quot;isShowFavorite&quot;:false,&quot;isShowMediaData&quot;:false,&quot;moreDataTrigger&quot;:&quot;new&quot;,&quot;placeholderImage&quot;:&quot;https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/common-assets/images/placeholder-img.svg?v=1.85.2&quot;,&quot;isShowListingData&quot;:true,&quot;featureImageResize&quot;:&quot;cover&quot;,&quot;isShowPropertyName&quot;:true},&quot;search&quot;:{&quot;searchTypes&quot;:[&quot;rlp&quot;,&quot;rlr&quot;,&quot;rls&quot;,&quot;rll&quot;,&quot;pst&quot;]},&quot;forRent&quot;:{&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true},&quot;forSale&quot;:{&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true},&quot;forSold&quot;:{&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true},&quot;advanced&quot;:{&quot;classNames&quot;:&quot;&quot;},&quot;forLeased&quot;:{&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true},&quot;commercialForRent&quot;:{&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true},&quot;commercialForSale&quot;:{&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true},&quot;commercialForSold&quot;:{&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true},&quot;commercialProperty&quot;:{&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true},&quot;commercialForLeased&quot;:{&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true},&quot;residentialProperty&quot;:{&quot;moreFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;propertyTypes&quot;,&quot;bedrooms&quot;,&quot;features&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;buildingAge&quot;,&quot;collection&quot;],&quot;fixedFilters&quot;:[&quot;location&quot;,&quot;listingType&quot;,&quot;bedrooms&quot;,&quot;priceRange&quot;,&quot;sizeRange&quot;,&quot;features&quot;,&quot;collection&quot;,&quot;buildingAge&quot;],&quot;isShowMoreFilters&quot;:true}}"
      reference="CE10450389714E548E0DC6109F6B2D1B"
      :query-params="{&quot;listingQueryType&quot;:&quot;Purchase&quot;,&quot;sortMode&quot;:&quot;TIME_DESC&quot;,&quot;type&quot;:&quot;rlp&quot;}"
      :listing-type-residential='[
        { key: &quot;Purchase&quot;, value: &quot;Buy&quot; },
        { key: &quot;Rental&quot;, value: &quot;Rent&quot; },
        { key: &quot;Sold&quot;, value: &quot;Sold&quot; },
        { key: &quot;Leased&quot;, value: &quot;Leased&quot; }
      ]'
      :listing-type-commercial='[
        { key: &quot;Purchase&quot;, value: &quot;Buy&quot; },
        { key: &quot;Rental&quot;, value: &quot;Rent&quot; },
      ]'
      :tabs="[
        {
          name: &#39;rlp&#39;,
          label: &#39;For Sale&#39;,
        },
        {
          name: &#39;rlr&#39;,
          label: &#39;For Rent&#39;,
        },
        {
          name: &#39;rls&#39;,
          label: &#39;For Sold&#39;,
        },
        {
          name: &#39;rll&#39;,
          label: &#39;For Lease&#39;,
        },
        {
          name: &#39;clp&#39;,
          label: &#39;Commercial For Sale&#39;,
        },
        {
          name: &#39;clr&#39;,
          label: &#39;Commercial For Rent&#39;,
        },
        {
          name: &#39;agt&#39;,
          label: &#39;Agents&#39;,
        },
        {
          name: &#39;pst&#39;,
          label: &#39;Posts&#39;,
        },
        {
          name: &#39;dev&#39;,
          label: &#39;Developers&#39;,
        }
      ]"
      :property-types="[{&quot;key&quot;:&quot;a06RA00000nRVDIYA4&quot;,&quot;value&quot;:&quot;Apartment&quot;},{&quot;key&quot;:&quot;a06RA00000nxsHwYAI&quot;,&quot;value&quot;:&quot;House&quot;},{&quot;key&quot;:&quot;a06RA000011de6BYAQ&quot;,&quot;value&quot;:&quot;Triplex&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDLYA4&quot;,&quot;value&quot;:&quot;Duplex&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDUYA4&quot;,&quot;value&quot;:&quot;Penthouse&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDNYA4&quot;,&quot;value&quot;:&quot;Townhouse&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDWYA4&quot;,&quot;value&quot;:&quot;Village House&quot;},{&quot;key&quot;:&quot;a06RA00000nxrNTYAY&quot;,&quot;value&quot;:&quot;Villa&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDSYA4&quot;,&quot;value&quot;:&quot;Studio&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDQYA4&quot;,&quot;value&quot;:&quot;Serviced Apartment&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDZYA4&quot;,&quot;value&quot;:&quot;BlockOfUnits&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDPYA4&quot;,&quot;value&quot;:&quot;Commercial&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDXYA4&quot;,&quot;value&quot;:&quot;Industrial Building&quot;},{&quot;key&quot;:&quot;a06RA00001ByEu6YAF&quot;,&quot;value&quot;:&quot;Office&quot;},{&quot;key&quot;:&quot;a06RA00000txqsqYAA&quot;,&quot;value&quot;:&quot;Commercial Farming&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDTYA4&quot;,&quot;value&quot;:&quot;Acreage&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDKYA4&quot;,&quot;value&quot;:&quot;Flat&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDRYA4&quot;,&quot;value&quot;:&quot;House Freestanding (Do Not Use)&quot;},{&quot;key&quot;:&quot;a06RA00000tyg1VYAQ&quot;,&quot;value&quot;:&quot;Land/Development&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDJYA4&quot;,&quot;value&quot;:&quot;Mid-rise&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDHYA4&quot;,&quot;value&quot;:&quot;Low-rise&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDMYA4&quot;,&quot;value&quot;:&quot;Whole Building&quot;},{&quot;key&quot;:&quot;a06RA00000tyh7FYAQ&quot;,&quot;value&quot;:&quot;Retail&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDOYA4&quot;,&quot;value&quot;:&quot;ServicedApartment&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDYYA4&quot;,&quot;value&quot;:&quot;Shop&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDVYA4&quot;,&quot;value&quot;:&quot;Terrace&quot;},{&quot;key&quot;:&quot;a06RA00000nxsHvYAI&quot;,&quot;value&quot;:&quot;Unit&quot;},{&quot;key&quot;:&quot;a06RA00000tyhGvYAI&quot;,&quot;value&quot;:&quot;Warehouse&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDFYA4&quot;,&quot;value&quot;:&quot;Warehouse Conversion&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDGYA4&quot;,&quot;value&quot;:&quot;high-rise&quot;}]"
      :features-residential="[{&quot;key&quot;:&quot;a06RA00000o9WK1YAM&quot;,&quot;value&quot;:&quot;Balcony/Terrace&quot;},{&quot;key&quot;:&quot;a06RA00000o9Ps6YAE&quot;,&quot;value&quot;:&quot;Garden&quot;},{&quot;key&quot;:&quot;a06RA00000o9Ps7YAE&quot;,&quot;value&quot;:&quot;Company Structure&quot;},{&quot;key&quot;:&quot;a06RA00000o9Ps8YAE&quot;,&quot;value&quot;:&quot;Private Pool&quot;},{&quot;key&quot;:&quot;a06RA00000o9PsDYAU&quot;,&quot;value&quot;:&quot;Mortgagee Sale&quot;},{&quot;key&quot;:&quot;a06RA00000o9WK5YAM&quot;,&quot;value&quot;:&quot;Gym&quot;},{&quot;key&quot;:&quot;a06RA00000o9WK8YAM&quot;,&quot;value&quot;:&quot;Tennis Court&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKCYA2&quot;,&quot;value&quot;:&quot;Communal Pool&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKEYA2&quot;,&quot;value&quot;:&quot;EV Charger&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKIYA2&quot;,&quot;value&quot;:&quot;Pet friendly&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKJYA2&quot;,&quot;value&quot;:&quot;Rooftop&quot;},{&quot;key&quot;:&quot;CARPARK&quot;,&quot;value&quot;:&quot;CarPark&quot;}]"
      :features-commercial="[]"
      :facilities="[]"
      :developer="[]"
      :unit-views="[{&quot;key&quot;:&quot;a06RA00000r6aS5YAI&quot;,&quot;value&quot;:&quot;Open View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS6YAI&quot;,&quot;value&quot;:&quot;Mountain View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS7YAI&quot;,&quot;value&quot;:&quot;City View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS8YAI&quot;,&quot;value&quot;:&quot;Racecourse View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS9YAI&quot;,&quot;value&quot;:&quot;Sea View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSAYAY&quot;,&quot;value&quot;:&quot;Garden View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSBYAY&quot;,&quot;value&quot;:&quot;Building View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSCYAY&quot;,&quot;value&quot;:&quot;River View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSDYAY&quot;,&quot;value&quot;:&quot;Court View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSEYAY&quot;,&quot;value&quot;:&quot;Pool View&quot;},{&quot;key&quot;:&quot;a06RA00000xXMZIYA4&quot;,&quot;value&quot;:&quot;Harbour View&quot;}]"
      :post-types="[]"
      :sort-modes="[{&quot;key&quot;:&quot;TIME_ASC&quot;,&quot;value&quot;:&quot;listing.sort.mode.oldest&quot;},{&quot;key&quot;:&quot;TIME_DESC&quot;,&quot;value&quot;:&quot;listing.sort.mode.last.update&quot;},{&quot;key&quot;:&quot;PRICE_ASC&quot;,&quot;value&quot;:&quot;listing.sort.mode.price.asc&quot;},{&quot;key&quot;:&quot;PRICE_DESC&quot;,&quot;value&quot;:&quot;listing.sort.mode.price.desc&quot;},{&quot;key&quot;:&quot;SIZE_ASC&quot;,&quot;value&quot;:&quot;listing.sort.mode.size.asc&quot;},{&quot;key&quot;:&quot;SIZE_DESC&quot;,&quot;value&quot;:&quot;listing.sort.mode.size.desc&quot;}]"
      :result="{&quot;residentialListing&quot;:{&quot;content&quot;:[{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;5/27/26 5:14 PM&quot;,&quot;address&quot;:&quot;27-29 Macdonnell Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;jeremy@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Jeremy&quot;,&quot;contactLastName&quot;:&quot;Ray-Zwar&quot;,&quot;contactLicenseNumber&quot;:&quot;S-544450&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Jeremy Ray-Zwar&quot;,&quot;contactPhone&quot;:&quot;+852 67763378&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/3c00ab21d8b42867060cafc4a2ca25d9.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2q4MYAQ&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;jeremyrayzwar&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2q4MYAQ&quot;,&quot;whatsapp&quot;:&quot;85267763378&quot;},{&quot;contactEmail&quot;:&quot;karen.tam@habitat-property.com&quot;,&quot;contactFirstName&quot;:&quot;Karen&quot;,&quot;contactLastName&quot;:&quot;Tam 譚凱因&quot;,&quot;contactLicenseNumber&quot;:&quot;S-342319&quot;,&quot;contactName&quot;:&quot;Karen Tam 譚凱因&quot;,&quot;contactPhone&quot;:&quot;+852 92371008&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/722973f10aaa8f09023569cebd3b13a8.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2tyIYAQ&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;KarenTam2024&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2tyIYAQ&quot;,&quot;whatsapp&quot;:&quot;85292371008&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:1986,&quot;buildingYearStr&quot;:&quot;1986&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-LVRM4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d3c61d973739d8bbb1ebefbead4021c7-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-VIEW.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/51ff5c4e3ebe41790e25be61222cc687-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-LVRM5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/803f7734a3bba1e67a18c7d026a11003-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-LVRM6.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1585293791f55b5b15f6aa4c9fd251e2-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-LVRM3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7d50b5e0f218ddcc811be39bbfc19185-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-LVRM2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a86faa2bf34e83a0011a2ca4f4f66490-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-LVRM1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f2e5ad4b3b0eb83987585f8b1d3c2f67-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-KTN2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3aa79a9097e156e6b3bf7b5477c4de7d-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-KTN1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5e28b600a1ee11d037f79806ddb37f02-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-BDM2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/452142e065034fe7b49d39ca3fc3ba21-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-BTM1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bc453d5ba71235843d01b10038046339-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-BDM3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0231bf94eaa5d536c9a1a47aba69d594-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-BDM1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/dca03ed62de1a91f6f5d2906050ad49c-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park Mansions-BTM2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/408f1d77fc21514fe0ad80c9a52c0a8e-wtm.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[{\&quot;name\&quot;:\&quot;Car Parks\&quot;,\&quot;type\&quot;:\&quot;Cover\&quot;}]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;RHK002448&quot;,&quot;facilityList&quot;:[],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID049392&quot;,&quot;lastModifiedDateTime&quot;:1779873274000,&quot;latitude&quot;:22.2758463,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Park Mansions&quot;,&quot;listingPrice&quot;:4.0E+7,&quot;listingPriceConverted&quot;:4.0E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000OQv6T2AT&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; Mid Levels &gt; Mid-levels Central&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/mid-levels&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Mid Levels&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/mid-levels/mid-levels-central&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yE2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Mid-levels Central&quot;,&quot;subLocations&quot;:[]}],&quot;longitude&quot;:114.1572889,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/mid-levels-central/27-29-macdonnell-road-park-mansions-sysid049392-rhk002448&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:2.0,&quot;numOfBedroom&quot;:3.0,&quot;numOfCarpark&quot;:1.0,&quot;numOfHelperRoom&quot;:1.0,&quot;numOfLivingRoom&quot;:1.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d3c61d973739d8bbb1ebefbead4021c7-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/51ff5c4e3ebe41790e25be61222cc687-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/803f7734a3bba1e67a18c7d026a11003-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1585293791f55b5b15f6aa4c9fd251e2-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7d50b5e0f218ddcc811be39bbfc19185-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a86faa2bf34e83a0011a2ca4f4f66490-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f2e5ad4b3b0eb83987585f8b1d3c2f67-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3aa79a9097e156e6b3bf7b5477c4de7d-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5e28b600a1ee11d037f79806ddb37f02-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/452142e065034fe7b49d39ca3fc3ba21-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bc453d5ba71235843d01b10038046339-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0231bf94eaa5d536c9a1a47aba69d594-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/dca03ed62de1a91f6f5d2906050ad49c-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/408f1d77fc21514fe0ad80c9a52c0a8e-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:23215.32,&quot;priceOfPerSaleableConverted&quot;:23215.322112594313,&quot;priceOfUnitArea&quot;:23215.32,&quot;priceOfUnitAreaConverted&quot;:23215.322112594313,&quot;priceView&quot;:&quot;$40M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Park Mansions&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;27-29 Macdonnell Road&quot;,&quot;propertyType&quot;:&quot;Apartment&quot;,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:1723.0,&quot;saleableConverted&quot;:1723.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$40M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;Park Mansions&quot;,&quot;towerStreetAddress&quot;:&quot;27-29 Macdonnell Road&quot;,&quot;uniqueID&quot;:&quot;SYSID049392&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;5/27/26 4:11 PM&quot;,&quot;address&quot;:&quot;23 Tai Hang Drive&quot;,&quot;agencyType&quot;:&quot;Co-op&quot;,&quot;agents&quot;:[{&quot;contactEmail&quot;:&quot;tish@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Tish&quot;,&quot;contactGender&quot;:&quot;Male&quot;,&quot;contactLastName&quot;:&quot;Hayward&quot;,&quot;contactLicenseNumber&quot;:&quot;S-225647&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Tish Hayward&quot;,&quot;contactPhone&quot;:&quot;+852 60822245&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/f12057286a5a35c8b453b79056997dc8.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2BPTYA2&quot;,&quot;contactTitle&quot;:&quot;Executive Director&quot;,&quot;contactWeChatID&quot;:&quot;TishHayward&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2BPTYA2&quot;,&quot;whatsapp&quot;:&quot;85260822245&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:2007,&quot;buildingYearStr&quot;:&quot;2007&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0002851166.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6731f118084edd68f8c5f2682e7aa020.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0002851167.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f2085209288dcfd68332a7a645ec7c0b.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[{\&quot;name\&quot;:\&quot;Car Parks\&quot;,\&quot;type\&quot;:\&quot;Unknown\&quot;}]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;*  High floor 3 bedroom apartment  (changed from 4 beds) with great views\n* Modern luxury residential complex in Jardine&#39;s Lookout area\n* Excellent facilities\n* Seaview\n* 1 car park space\n* Wonderful facilities&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;8133&quot;,&quot;facilityList&quot;:[],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:1918.0,&quot;grossConverted&quot;:1918.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Luxury Jardines Lookout Development&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID052593&quot;,&quot;lastModifiedDateTime&quot;:1779869515000,&quot;latitude&quot;:36.0,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;The Legend&quot;,&quot;listingPrice&quot;:4.3E+7,&quot;listingPriceConverted&quot;:4.3E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000RrwPh2AJ&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; Central area &gt; Jardine&#39;s Lookout&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/central-area&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Central area&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/central-area/jardine-s-lookout&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gj2AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Jardine&#39;s Lookout&quot;,&quot;subLocations&quot;:[]}],&quot;longitude&quot;:114.1955315,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/jardine-s-lookout/23-tai-hang-drive-the-legend-sysid052593-8133&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:2.0,&quot;numOfBedroom&quot;:3.0,&quot;numOfCarpark&quot;:1.0,&quot;numOfHelperRoom&quot;:1.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6731f118084edd68f8c5f2682e7aa020.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f2085209288dcfd68332a7a645ec7c0b.jpg/public&quot;],&quot;priceOfPerGross&quot;:22419.19,&quot;priceOfPerGrossConverted&quot;:22419.186652763296,&quot;priceOfPerSaleable&quot;:30154.28,&quot;priceOfPerSaleableConverted&quot;:30154.277699859747,&quot;priceOfUnitArea&quot;:30154.28,&quot;priceOfUnitAreaConverted&quot;:30154.277699859747,&quot;priceView&quot;:&quot;$43M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;The Legend&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;23 Tai Hang Drive&quot;,&quot;propertyType&quot;:&quot;high-rise&quot;,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:1426.0,&quot;saleableConverted&quot;:1426.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$43M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;The Legend Twr 2&quot;,&quot;towerStreetAddress&quot;:&quot;23 Tai Hang Drive&quot;,&quot;uniqueID&quot;:&quot;SYSID052593&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;5/27/26 2:43 PM&quot;,&quot;address&quot;:&quot;60 Sassoon Road&quot;,&quot;agencyType&quot;:&quot;Co-op&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;nancy@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Nancy&quot;,&quot;contactLastName&quot;:&quot;Chu&quot;,&quot;contactLicenseNumber&quot;:&quot;S-634343&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Nancy Chu&quot;,&quot;contactPhone&quot;:&quot;+852 93115878&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/94f9414a8db2796e8a3223221aeb4287.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2eeIYAQ&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;nchu0908&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2eeIYAQ&quot;,&quot;whatsapp&quot;:&quot;85293115878&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:1990,&quot;buildingYearStr&quot;:&quot;1990&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-27 at 14.29.30 (5).jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6c471f342bcd1c5134c9d8176dc40415-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-27 at 14.29.30 (3).jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/53967aa5c3197c61a2b77941c5eced5e-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-27 at 14.29.30 (4).jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1bcf2af0f15817fd4412342430215842-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-27 at 14.29.30.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/61a82aabf18f3cf7eec2d68fb0329da0-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-27 at 14.29.30 (1).jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c6fe5831fdbddf6e77cb9282cb0f82bc-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-27 at 14.29.30 (2).jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9bbded9d569c4fd2f8ac184b7a29a405-wtm.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[{\&quot;name\&quot;:\&quot;Car Parks\&quot;,\&quot;type\&quot;:\&quot;Cover\&quot;}]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Panoramic views\n* 3 beds with 1 ensuite\n* Has powder room\n* Convenient location\n* Close to cyberport and Kennedy Town&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;RHK002793&quot;,&quot;facilityList&quot;:[&quot;Walk-up&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;Quarterly - 5923&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Rarely Available&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID052584&quot;,&quot;lastModifiedDateTime&quot;:1779864546000,&quot;latitude&quot;:22.2632977,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Aegean Terrace&quot;,&quot;listingPrice&quot;:2.65E+7,&quot;listingPriceConverted&quot;:2.65E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000RrYIX2A3&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; West &gt; Pok Fu Lam&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/west&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;West&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/west/pok-fu-lam&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mE2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Pok Fu Lam&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/cn/news/neighbourhoods/pok-fu-lam&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/news/neighbourhoods/pok-fu-lam&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/zh/news/neighbourhoods/pok-fu-lam&quot;}],&quot;longitude&quot;:114.1285138,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;Monthly - 6195&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/pok-fu-lam/60-sassoon-road-aegean-terrace-sysid052584-rhk002793&quot;,&quot;numOfBalcony&quot;:1.0,&quot;numOfBathroom&quot;:2.0,&quot;numOfBedroom&quot;:3.0,&quot;numOfCarpark&quot;:1.0,&quot;numOfHelperRoom&quot;:1.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6c471f342bcd1c5134c9d8176dc40415-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/53967aa5c3197c61a2b77941c5eced5e-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1bcf2af0f15817fd4412342430215842-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/61a82aabf18f3cf7eec2d68fb0329da0-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c6fe5831fdbddf6e77cb9282cb0f82bc-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9bbded9d569c4fd2f8ac184b7a29a405-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:20899.05,&quot;priceOfPerSaleableConverted&quot;:20899.05362776025,&quot;priceOfUnitArea&quot;:20899.05,&quot;priceOfUnitAreaConverted&quot;:20899.05362776025,&quot;priceView&quot;:&quot;$26.5M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Aegean Terrace&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;60 Sassoon Road&quot;,&quot;propertyType&quot;:&quot;Apartment&quot;,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:1268.0,&quot;saleableConverted&quot;:1268.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$26.5M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;Aegean Terrace&quot;,&quot;towerStreetAddress&quot;:&quot;60 Sassoon Road&quot;,&quot;uniqueID&quot;:&quot;SYSID052584&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;5/27/26 1:59 PM&quot;,&quot;address&quot;:&quot;116 Pok Fu Lam Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;nancy@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Nancy&quot;,&quot;contactLastName&quot;:&quot;Chu&quot;,&quot;contactLicenseNumber&quot;:&quot;S-634343&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Nancy Chu&quot;,&quot;contactPhone&quot;:&quot;+852 93115878&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/94f9414a8db2796e8a3223221aeb4287.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2eeIYAQ&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;nchu0908&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2eeIYAQ&quot;,&quot;whatsapp&quot;:&quot;85293115878&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:2001,&quot;buildingYearStr&quot;:&quot;2001&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005128244.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/40baac43ed6dcc45e413c97174b1b420-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005128246.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/e9f9f4a074e43b4f22e5f04c99365385-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005128247.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/ff692e6579c4007fd1f97423909578f2-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005128243.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/634b2e8e87ab27b3b4178a6e03961e86-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005128245.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/800d1a583e9731fc0e9f31a4b6c5c1b7-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005128248.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f3a4954ba8e4752fc604f826f315f290-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005128249.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c9565ef040216a19b75083a76f85fb27-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005128250.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/58d2325d3829826dd6714e93e69dfae8-wtm.jpg&quot;}],&quot;carParkInfo&quot;:&quot;[{\&quot;name\&quot;:\&quot;Car Parks\&quot;,\&quot;type\&quot;:\&quot;Cover\&quot;}]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Bright and spacious\n* Modern kitchen\n* 3 bedrooms (incl. 2 ensuite) \n* One bedroom can be used as a study or kids room\n* 1 car parking space&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;17164&quot;,&quot;facilityList&quot;:[&quot;Clubhouse&quot;,&quot;Gym&quot;,&quot;Communal Pool&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:1750.0,&quot;grossConverted&quot;:1750.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Renovated With Amazing Views&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID010939&quot;,&quot;lastModifiedDateTime&quot;:1779861552000,&quot;latitude&quot;:22.2684643,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Royalton II&quot;,&quot;listingPrice&quot;:2.4E+7,&quot;listingPriceConverted&quot;:2.4E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000Hbqyy2AB&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; West &gt; Pok Fu Lam&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/west&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;West&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/west/pok-fu-lam&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mE2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Pok Fu Lam&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/cn/news/neighbourhoods/pok-fu-lam&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/news/neighbourhoods/pok-fu-lam&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/zh/news/neighbourhoods/pok-fu-lam&quot;}],&quot;longitude&quot;:114.1314251,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/pok-fu-lam/116-pok-fu-lam-road-royalton-ii-sysid010939-17164&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:3.0,&quot;numOfBedroom&quot;:3.0,&quot;numOfCarpark&quot;:1.0,&quot;numOfHelperRoom&quot;:1.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/40baac43ed6dcc45e413c97174b1b420-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/e9f9f4a074e43b4f22e5f04c99365385-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/ff692e6579c4007fd1f97423909578f2-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/634b2e8e87ab27b3b4178a6e03961e86-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/800d1a583e9731fc0e9f31a4b6c5c1b7-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f3a4954ba8e4752fc604f826f315f290-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c9565ef040216a19b75083a76f85fb27-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/58d2325d3829826dd6714e93e69dfae8-wtm.jpg&quot;],&quot;priceOfPerGross&quot;:13714.29,&quot;priceOfPerGrossConverted&quot;:13714.285714285714,&quot;priceOfPerSaleable&quot;:20270.27,&quot;priceOfPerSaleableConverted&quot;:20270.27027027027,&quot;priceOfUnitArea&quot;:20270.27,&quot;priceOfUnitAreaConverted&quot;:20270.27027027027,&quot;priceView&quot;:&quot;$24M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Royalton II&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;116 Pok Fu Lam Road&quot;,&quot;propertyType&quot;:&quot;Apartment&quot;,&quot;publishDateTime&quot;:1738972800000,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:1184.0,&quot;saleableConverted&quot;:1184.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$24M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;Royalton II&quot;,&quot;towerStreetAddress&quot;:&quot;116 Pok Fu Lam Road&quot;,&quot;uniqueID&quot;:&quot;SYSID010939&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/buy/17164&quot;],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;address&quot;:&quot;10A Tregunter Path&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactEmail&quot;:&quot;wendy@habitat-property.com&quot;,&quot;contactFirstName&quot;:&quot;Wendy&quot;,&quot;contactLastName&quot;:&quot;Wong-Jones 黃開莉&quot;,&quot;contactLicenseNumber&quot;:&quot;E-477505&quot;,&quot;contactName&quot;:&quot;Wendy Wong-Jones 黃開莉&quot;,&quot;contactPhone&quot;:&quot;+852 67675726&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/b790284991bd49b4ff09a9c832ffe0f7.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2zPNYAY&quot;,&quot;contactTitle&quot;:&quot;Consultant&quot;,&quot;contactWeChatID&quot;:&quot;Wwongjones&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2zPNYAY&quot;,&quot;whatsapp&quot;:&quot;85267675726&quot;},{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;ashley@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Ashley&quot;,&quot;contactLastName&quot;:&quot;Smith&quot;,&quot;contactLicenseNumber&quot;:&quot;S-479169&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Ashley Smith&quot;,&quot;contactPhone&quot;:&quot;+852 53618566&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/0fda2c51ef1dd276ed6a0b9686770ec2.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2fnSYAQ&quot;,&quot;contactTitle&quot;:&quot;Executive Director&quot;,&quot;contactWeChatID&quot;:&quot;Ashley_BSmith&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2fnSYAQ&quot;,&quot;whatsapp&quot;:&quot;85253618566&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:1999,&quot;buildingYearStr&quot;:&quot;1999&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0003680046.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/84d2a911687c3499205fc03d91aa36d4.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0003680051.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/806b70843c2eca8ab9b3c4ff47e099f8.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0003680047.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/26e124791ef0d0da1ffe2583e233a7dc.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0003680049.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4e316cec500fabb4987d120cf7b09f4f.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0003680048.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a431b0ccbdf574b4b6db782526b2a2d9.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0003680050.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4becd162e10bee6bacdcad40dc9a4fc5.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Spacious three bedroom apartment\n* Large living and dining space\n* Lovely green hillside views\n* Fantastic facilities\n* Conveniently located only minutes from Central\n* For sale with tenancy&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;14547&quot;,&quot;facilityList&quot;:[&quot;Helper&#39;s Room&quot;,&quot;Clubhouse&quot;,&quot;Gym&quot;,&quot;Shuttle Bus&quot;,&quot;Childrens Play Area&quot;,&quot;Squash Court&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:1730.0,&quot;grossConverted&quot;:1730.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Prime Location in Central Mid-Levels&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID014470&quot;,&quot;lastModifiedDateTime&quot;:1779857984000,&quot;latitude&quot;:22.2731652,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Tavistock II&quot;,&quot;listingPrice&quot;:3.8E+7,&quot;listingPriceConverted&quot;:3.8E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000Hbtwj2AB&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; Mid Levels &gt; Mid-levels Central&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/mid-levels&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Mid Levels&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/mid-levels/mid-levels-central&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yE2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Mid-levels Central&quot;,&quot;subLocations&quot;:[]}],&quot;longitude&quot;:114.1529743,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/mid-levels-central/10a-tregunter-path-tavistock-ii-sysid014470-14547&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:2.0,&quot;numOfBedroom&quot;:3.0,&quot;numOfCarpark&quot;:0.0,&quot;numOfHelperRoom&quot;:0.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/84d2a911687c3499205fc03d91aa36d4.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/806b70843c2eca8ab9b3c4ff47e099f8.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/26e124791ef0d0da1ffe2583e233a7dc.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4e316cec500fabb4987d120cf7b09f4f.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a431b0ccbdf574b4b6db782526b2a2d9.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4becd162e10bee6bacdcad40dc9a4fc5.jpg/public&quot;],&quot;priceOfPerGross&quot;:21965.32,&quot;priceOfPerGrossConverted&quot;:21965.317919075143,&quot;priceOfPerSaleable&quot;:29992.11,&quot;priceOfPerSaleableConverted&quot;:29992.10734017364,&quot;priceOfUnitArea&quot;:29992.11,&quot;priceOfUnitAreaConverted&quot;:29992.10734017364,&quot;priceView&quot;:&quot;$38M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Tavistock II&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;10A Tregunter Path&quot;,&quot;propertyType&quot;:&quot;Apartment&quot;,&quot;publishDateTime&quot;:1655424000000,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:1267.0,&quot;saleableConverted&quot;:1267.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$38M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;Tavistock II&quot;,&quot;towerStreetAddress&quot;:&quot;10A Tregunter Path&quot;,&quot;uniqueID&quot;:&quot;SYSID014470&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/buy/14547&quot;],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;address&quot;:&quot;60 Johnston Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;nancy@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Nancy&quot;,&quot;contactLastName&quot;:&quot;Chu&quot;,&quot;contactLicenseNumber&quot;:&quot;S-634343&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Nancy Chu&quot;,&quot;contactPhone&quot;:&quot;+852 93115878&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/94f9414a8db2796e8a3223221aeb4287.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2eeIYAQ&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;nchu0908&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2eeIYAQ&quot;,&quot;whatsapp&quot;:&quot;85293115878&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:2007,&quot;buildingYearStr&quot;:&quot;2007&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714196.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b5e32bdd6acbc5b9a92e8104d9578c59.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714194.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3dda524f4528448839ef046071c78455.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714195.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0d55f52c3bf9e57e879f139de9eac419.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714193.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f4e60f343ce06afc30f5be14617e1049.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714189.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5056544fddc463a8e33f0a3060c3423f.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714190.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ba792fdd6bb9090ac8b1d845eaa75775.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714191.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/655959721128c3fcaebc7e0f2d4382a8.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714188.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/00bf68d6848fb2de30a54683dd627a85.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714192.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8326fb7e51f40c1ea50872d655cb7588.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714187.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9a0991168869b694e1325703f9a156d9.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0004714197.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2a3967a8236327abc15d01d77822375a.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* 2 Good sized bedrooms\n* Large bay windows\n* Good sized balcony\n* Modern Kitchen\n* Open Views\n* Huge Gym\n* Communial roof terrace\n* Roof-top pool\n* Minutes to MTR \n* Public transport on doorstep&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;14189&quot;,&quot;facilityList&quot;:[&quot;Balcony/Terrace&quot;,&quot;Communal Roof Terrace&quot;,&quot;Clubhouse&quot;,&quot;Gym&quot;,&quot;Communal Pool&quot;,&quot;Concierge&quot;,&quot;No Helper&#39;s Room&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;Quarterly - 5000&quot;,&quot;gross&quot;:877.0,&quot;grossConverted&quot;:877.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Lovely Two Bedroom Flat in Hip Building&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID008091&quot;,&quot;lastModifiedDateTime&quot;:1779855142000,&quot;latitude&quot;:22.2762404,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;J Residence&quot;,&quot;listingPrice&quot;:1.2E+7,&quot;listingPriceConverted&quot;:1.2E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000HbofS2AR&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; Central area &gt; Wan Chai&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/central-area&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Central area&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/central-area/wan-chai&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gl2AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Wan Chai&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/cn/news/neighbourhoods/wan-chai-star-street&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/news/neighbourhoods/wan-chai-star-street&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/zh/news/neighbourhoods/wan-chai-star-street&quot;}],&quot;longitude&quot;:114.1711296,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;Monthly - 2900&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/wan-chai/60-johnston-road-j-residence-sysid008091-14189&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:1.0,&quot;numOfBedroom&quot;:2.0,&quot;numOfCarpark&quot;:0.0,&quot;numOfHelperRoom&quot;:0.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b5e32bdd6acbc5b9a92e8104d9578c59.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3dda524f4528448839ef046071c78455.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0d55f52c3bf9e57e879f139de9eac419.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f4e60f343ce06afc30f5be14617e1049.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5056544fddc463a8e33f0a3060c3423f.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ba792fdd6bb9090ac8b1d845eaa75775.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/655959721128c3fcaebc7e0f2d4382a8.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/00bf68d6848fb2de30a54683dd627a85.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8326fb7e51f40c1ea50872d655cb7588.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9a0991168869b694e1325703f9a156d9.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2a3967a8236327abc15d01d77822375a.jpg/public&quot;],&quot;priceOfPerGross&quot;:13683.01,&quot;priceOfPerGrossConverted&quot;:13683.010262257696,&quot;priceOfPerSaleable&quot;:18633.54,&quot;priceOfPerSaleableConverted&quot;:18633.540372670806,&quot;priceOfUnitArea&quot;:18633.54,&quot;priceOfUnitAreaConverted&quot;:18633.540372670806,&quot;priceView&quot;:&quot;$12M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;J Residence&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;60 Johnston Road&quot;,&quot;propertyType&quot;:&quot;Apartment&quot;,&quot;publishDateTime&quot;:1679702400000,&quot;rentalYield&quot;:&quot;2.8%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:644.0,&quot;saleableConverted&quot;:644.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$12M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;J Residence&quot;,&quot;towerStreetAddress&quot;:&quot;60 Johnston Road&quot;,&quot;uniqueID&quot;:&quot;SYSID008091&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/buy/14189&quot;],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;5/27/26 11:27 AM&quot;,&quot;address&quot;:&quot;26 Square Street&quot;,&quot;agencyType&quot;:&quot;Co-op&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;anthony@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Anthony&quot;,&quot;contactLastName&quot;:&quot;Hindmarsh 河東誠&quot;,&quot;contactLicenseNumber&quot;:&quot;E-239333&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Anthony Hindmarsh 河東誠&quot;,&quot;contactPhone&quot;:&quot;+852 91051406&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/08dca1a0e5adf89d16ad396c177a0f90.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2impYAA&quot;,&quot;contactTitle&quot;:&quot;Executive Director&quot;,&quot;contactWeChatID&quot;:&quot;Anthony-Hindmarsh&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2impYAA&quot;,&quot;whatsapp&quot;:&quot;85291051406&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:1992,&quot;buildingYearStr&quot;:&quot;1992&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-26 at 17.52.37 (2).jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/634f9f2f06a2d4afb9f6a2c71e437377-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-26 at 17.52.37.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3961a140b6df88946d7d7266df961636-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-26 at 17.52.34.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f58cca255c46bcbf7a6dd25a6e60585e-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-26 at 17.52.36 (3).jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/86ffc86e946defd0246919d527d842c3-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-26 at 17.52.36 (2).jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/51e85be2a9e511d09e6219bfb17e6bd1-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-26 at 17.52.37 (1).jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e710cccb1dd235f26a63113e045573a4-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;WhatsApp Image 2026-05-26 at 17.52.36 (1).jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/add0e85688fc9f382077ca3cb9523a7d-wtm.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Top floor Apartment with private Rooftop\n* Very popular location \n* Nicely renovated one bedroom\n* Trendy cafes and resturants on doorstep\n* 5 mins to MTR\n* Easy walk to Central\n* Vacant and can view any time&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;RHK002792&quot;,&quot;facilityList&quot;:[&quot;No Pets&quot;,&quot;Private Roof Terrace&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Trendy Tai Ping Shan with Rooftop&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID052573&quot;,&quot;lastModifiedDateTime&quot;:1779852479000,&quot;latitude&quot;:22.2843511,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Rich View Terrace&quot;,&quot;listingPrice&quot;:1.0E+7,&quot;listingPriceConverted&quot;:1.0E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000Rqgrd2AB&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; West &gt; Sheung Wan&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/west&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;West&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/west/sheung-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mI2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Sheung Wan&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/cn/news/neighbourhoods/sheung-wan&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/news/neighbourhoods/sheung-wan&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/zh/news/neighbourhoods/sheung-wan&quot;}],&quot;longitude&quot;:114.1492576,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/sheung-wan/26-square-street-rich-view-terrace-sysid052573-rhk002792&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:1.0,&quot;numOfBedroom&quot;:1.0,&quot;numOfCarpark&quot;:0.0,&quot;numOfHelperRoom&quot;:0.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/634f9f2f06a2d4afb9f6a2c71e437377-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3961a140b6df88946d7d7266df961636-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f58cca255c46bcbf7a6dd25a6e60585e-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/86ffc86e946defd0246919d527d842c3-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/51e85be2a9e511d09e6219bfb17e6bd1-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e710cccb1dd235f26a63113e045573a4-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/add0e85688fc9f382077ca3cb9523a7d-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:25445.29,&quot;priceOfPerSaleableConverted&quot;:25445.29262086514,&quot;priceOfUnitArea&quot;:25445.29,&quot;priceOfUnitAreaConverted&quot;:25445.29262086514,&quot;priceView&quot;:&quot;$10M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Rich View Terrace&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;26 Square Street&quot;,&quot;propertyType&quot;:&quot;Apartment&quot;,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:393.0,&quot;saleableConverted&quot;:393.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$10M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;Rich View Terrace&quot;,&quot;towerStreetAddress&quot;:&quot;26 Square Street&quot;,&quot;uniqueID&quot;:&quot;SYSID052573&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[],&quot;videos&quot;:[],&quot;views&quot;:[&quot;Open View&quot;],&quot;viewsStr&quot;:&quot;Open View&quot;},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;address&quot;:&quot;10-14 Arbuthnot Road&quot;,&quot;agencyType&quot;:&quot;Co-op&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;nancy@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Nancy&quot;,&quot;contactLastName&quot;:&quot;Chu&quot;,&quot;contactLicenseNumber&quot;:&quot;S-634343&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Nancy Chu&quot;,&quot;contactPhone&quot;:&quot;+852 93115878&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/94f9414a8db2796e8a3223221aeb4287.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2eeIYAQ&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;nchu0908&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2eeIYAQ&quot;,&quot;whatsapp&quot;:&quot;85293115878&quot;},{&quot;contactEmail&quot;:&quot;wendy@habitat-property.com&quot;,&quot;contactFirstName&quot;:&quot;Wendy&quot;,&quot;contactLastName&quot;:&quot;Wong-Jones 黃開莉&quot;,&quot;contactLicenseNumber&quot;:&quot;E-477505&quot;,&quot;contactName&quot;:&quot;Wendy Wong-Jones 黃開莉&quot;,&quot;contactPhone&quot;:&quot;+852 67675726&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/b790284991bd49b4ff09a9c832ffe0f7.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2zPNYAY&quot;,&quot;contactTitle&quot;:&quot;Consultant&quot;,&quot;contactWeChatID&quot;:&quot;Wwongjones&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2zPNYAY&quot;,&quot;whatsapp&quot;:&quot;85267675726&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:1979,&quot;buildingYearStr&quot;:&quot;1979&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0002868402.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/402c911b5b46abdc0b2bc97443df6bbc.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0002868403.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8abeabb4ba9c1b7ac8a1de3eeb140ece.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0002868404.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/691a5ac6e4896810906a9e7389df41f6.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0002868405.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9fd59997028a22d07cd7b3e3db34ba8d.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0002868406.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/dadcab3c53d77cf194eda8e02fce1217.jpg/public&quot;}],&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Renovated one bedroom\n* Bathroom has walk-in shower\n* Spacious interior\n* Convenient location with easy access to Soho\n* Mid-Levels escalator nearby&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;4670&quot;,&quot;facilityList&quot;:[],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:658.0,&quot;grossConverted&quot;:658.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Great Location, Fantastic Layout&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID003999&quot;,&quot;lastModifiedDateTime&quot;:1779851526000,&quot;latitude&quot;:22.2799812,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Arbuthnot House&quot;,&quot;listingPrice&quot;:8800000.0,&quot;listingPriceConverted&quot;:8800000.0,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000Hbkn52AB&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; Central area &gt; Central&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/central-area&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Central area&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/central-area/central&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gh2AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Central&quot;,&quot;subLocations&quot;:[]}],&quot;longitude&quot;:114.1546954,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;Monthly - 1397&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/central/14-10-arbuthnot-road-arbuthnot-house-sysid003999-4670&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:1.0,&quot;numOfBedroom&quot;:1.0,&quot;numOfCarpark&quot;:0.0,&quot;numOfHelperRoom&quot;:0.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/402c911b5b46abdc0b2bc97443df6bbc.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8abeabb4ba9c1b7ac8a1de3eeb140ece.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/691a5ac6e4896810906a9e7389df41f6.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9fd59997028a22d07cd7b3e3db34ba8d.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/dadcab3c53d77cf194eda8e02fce1217.jpg/public&quot;],&quot;priceOfPerGross&quot;:13373.86,&quot;priceOfPerGrossConverted&quot;:13373.860182370821,&quot;priceOfPerSaleable&quot;:17391.3,&quot;priceOfPerSaleableConverted&quot;:17391.304347826088,&quot;priceOfUnitArea&quot;:17391.3,&quot;priceOfUnitAreaConverted&quot;:17391.304347826088,&quot;priceView&quot;:&quot;$8.8M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Arbuthnot House&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;10-14 Arbuthnot Road&quot;,&quot;publishDateTime&quot;:1768521600000,&quot;rentalYield&quot;:&quot;3.14%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:506.0,&quot;saleableConverted&quot;:506.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$8.8M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;Arbuthnot House&quot;,&quot;towerStreetAddress&quot;:&quot;10-14 Arbuthnot Road&quot;,&quot;uniqueID&quot;:&quot;SYSID003999&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/buy/4670&quot;],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;3/12/26 4:46 PM&quot;,&quot;address&quot;:&quot;10-18 Kennedy Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactEmail&quot;:&quot;diana.pan@habitat-property.com&quot;,&quot;contactFirstName&quot;:&quot;Diana&quot;,&quot;contactGender&quot;:&quot;Female&quot;,&quot;contactLastName&quot;:&quot;Pan 潘設&quot;,&quot;contactLicenseNumber&quot;:&quot;S-453809&quot;,&quot;contactName&quot;:&quot;Diana Pan 潘設&quot;,&quot;contactPhone&quot;:&quot;+852 64932535&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/32ec3e63454844689b1e897e4291b8bc.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w168UYAQ&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;dianapanhk&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w168UYAQ&quot;,&quot;whatsapp&quot;:&quot;85264932535&quot;},{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;cheng@habitat-property.com&quot;,&quot;contactFirstName&quot;:&quot;Chelsea&quot;,&quot;contactLastName&quot;:&quot;Cheng 程城&quot;,&quot;contactLicenseNumber&quot;:&quot;E-495804&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Chelsea Cheng 程城&quot;,&quot;contactPhone&quot;:&quot;+852 64841707&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/d8b57c6b7fd56f5a89732fca6a40bf69.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2hsJYAQ&quot;,&quot;contactTitle&quot;:&quot;Executive Director China Team&quot;,&quot;contactWeChatID&quot;:&quot;Cheng7hk&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2hsJYAQ&quot;,&quot;whatsapp&quot;:&quot;85264841707&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:1989,&quot;buildingYearStr&quot;:&quot;1989&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_LVRM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4dc5437813412c9be295afab437f731c-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_VIEW 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d4ef3aa9978b7a438069161f4f6c7dd8-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_LVRM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8c7f5e0f6e0143fb560853a9362156a5-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_LVRM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/26a550513e29bd6e0492fd4784dc96d4-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_LVRM 5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/044217b6924c49cb9682309c70344d07-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_LVRM 6.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a44c9c8be613c282feb885323c72aed6-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_LVRM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f424fb14f11c8b21c59ab9a49c9f7bbb-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_BDM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5555c1db057d7269ae3dba4f7185c623-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_BTM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c55be8870ea93e5067de3e3fc015d3f2-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_BDM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/180bbd942d916791ea26ed78265b1b10-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_BTM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/678ace1bbb2cd8d134fbb26efb005aad-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_BDM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/59fefb20f8ef1bbffeb4a9479d48dc40-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_BTM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3779fd4ac1f28810b7651bdc445ad6b8-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_BDM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2336523560b7a087d0501741d5058b80-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Kennedy Heights, 3B_KTN 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/39e4a94bffda59c572224dcd80254a50-wtm.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[{\&quot;name\&quot;:\&quot;Car Parks\&quot;,\&quot;type\&quot;:\&quot;Cover\&quot;},{\&quot;name\&quot;:\&quot;Car Parks\&quot;,\&quot;type\&quot;:\&quot;Cover\&quot;}]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Situated in the heart of Mid-levels Central\n* Serene residential environment just minutes away from Hong Kong Park\n* Features a massive combined living and dining area\n* High efficiency&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;RHK002344&quot;,&quot;facilityList&quot;:[&quot;Gym&quot;,&quot;Communal Pool&quot;],&quot;facing&quot;:&quot;North&quot;,&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Prime Location - Close to Hong Kong Park&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID048326&quot;,&quot;lastModifiedDateTime&quot;:1779849033000,&quot;latitude&quot;:22.2762193,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Kennedy Heights&quot;,&quot;listingPrice&quot;:9.0E+7,&quot;listingPriceConverted&quot;:9.0E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000NVtXd2AL&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; Mid Levels &gt; Mid-levels Central&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/mid-levels&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Mid Levels&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/mid-levels/mid-levels-central&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yE2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Mid-levels Central&quot;,&quot;subLocations&quot;:[]}],&quot;longitude&quot;:114.1574446,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/mid-levels-central/18-10-kennedy-road-kennedy-heights-sysid048326-rhk002344&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:4.0,&quot;numOfBedroom&quot;:5.0,&quot;numOfCarpark&quot;:2.0,&quot;numOfHelperRoom&quot;:2.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4dc5437813412c9be295afab437f731c-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d4ef3aa9978b7a438069161f4f6c7dd8-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8c7f5e0f6e0143fb560853a9362156a5-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/26a550513e29bd6e0492fd4784dc96d4-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/044217b6924c49cb9682309c70344d07-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a44c9c8be613c282feb885323c72aed6-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f424fb14f11c8b21c59ab9a49c9f7bbb-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5555c1db057d7269ae3dba4f7185c623-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c55be8870ea93e5067de3e3fc015d3f2-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/180bbd942d916791ea26ed78265b1b10-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/678ace1bbb2cd8d134fbb26efb005aad-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/59fefb20f8ef1bbffeb4a9479d48dc40-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3779fd4ac1f28810b7651bdc445ad6b8-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2336523560b7a087d0501741d5058b80-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/39e4a94bffda59c572224dcd80254a50-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:30727.21,&quot;priceOfPerSaleableConverted&quot;:30727.210652099693,&quot;priceOfUnitArea&quot;:30727.21,&quot;priceOfUnitAreaConverted&quot;:30727.210652099693,&quot;priceView&quot;:&quot;$90M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Kennedy Heights&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;10-18 Kennedy Road&quot;,&quot;propertyType&quot;:&quot;Apartment&quot;,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:2929.0,&quot;saleableConverted&quot;:2929.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$90M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;Kennedy Heights&quot;,&quot;towerStreetAddress&quot;:&quot;10-18 Kennedy Road&quot;,&quot;uniqueID&quot;:&quot;SYSID048326&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[],&quot;videos&quot;:[],&quot;views&quot;:[&quot;City View&quot;,&quot;Pool View&quot;,&quot;Harbour View&quot;],&quot;viewsStr&quot;:&quot;City View;Pool View;Harbour View&quot;},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;address&quot;:&quot;6 Broadwood Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactEmail&quot;:&quot;jessica.farthing@habitat-property.com&quot;,&quot;contactFirstName&quot;:&quot;Jessica&quot;,&quot;contactLastName&quot;:&quot;Farthing&quot;,&quot;contactLicenseNumber&quot;:&quot;S-624468&quot;,&quot;contactName&quot;:&quot;Jessica Farthing&quot;,&quot;contactPhone&quot;:&quot;+852 65393789&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/170d9f7e6f5ef886408a202be91dc279.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w21LFYAY&quot;,&quot;contactTitle&quot;:&quot;Consultant&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w21LFYAY&quot;,&quot;whatsapp&quot;:&quot;85265393789&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:1988,&quot;buildingYearStr&quot;:&quot;1988&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002654.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/16d4d1d37afe94c8ee5f6e3a861e35d7.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002663.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e430ce49038059429054359758ff0a75.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002657.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8c3ae4dd5d1422c2965607ce23501d60.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002666.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0e2412ddb5edfd19835e5998ba956384.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002656.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/56aa6ff384956ef6c0007e5991724fcf.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002662.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/36cc195678a30324e2ff5a787a5c02fb.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002659.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/71b7096c82c901126047ad814444739d.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002661.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4218e6ff0f1ba60ba9e5e9c16e4d12b5.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002664.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/493556a3bdf195dacfecf76b33ec1a6a.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002669.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/842012752b3cb01d7f7a935b9f58a7b0.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002668.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/18002d96166c0954514f08c49298c4cc.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002658.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/573bccb90bc6fb085cebca4aead8fb30.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002655.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3a7b4130528da03cefb8c04871f6478e.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002660.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1ec714234d328e9fff65c1a9f3a1a579.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002665.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2523dafe8993be5145ac30b239b59bae.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005002667.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1a76e27dc78cda9bd13997f16d1927f0.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0002860967.JPG&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/cb0a4ce3ce085a9cd562251c68a9e940.jpg/public&quot;}],&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Family friendly 4 bedroom layout\n* Curved balcony off living room\n* Ideal location just above Happy Valley\n* Communal swimming pool and playground\n* Quick and easy access to transport&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;3180&quot;,&quot;facilityList&quot;:[&quot;Balcony/Terrace&quot;,&quot;Helper&#39;s Room&quot;,&quot;Clubhouse&quot;,&quot;Gym&quot;,&quot;Tennis Court&quot;,&quot;Childrens Play Area&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;furnishingType&quot;:&quot;Average quality and condition&quot;,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:1753.0,&quot;grossConverted&quot;:1753.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Four Bedrooms In Ideal Happy Valley location&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID005180&quot;,&quot;lastModifiedDateTime&quot;:1779845966000,&quot;latitude&quot;:22.272969,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Beverly Hill Blk C&quot;,&quot;listingPrice&quot;:3.1E+7,&quot;listingPriceConverted&quot;:3.1E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000Hblnw2AB&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; Central area &gt; Happy Valley&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/central-area&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Central area&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/central-area/happy-valley&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gi2AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Happy Valley&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/cn/news/neighbourhoods/happy-valley&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/news/neighbourhoods/happy-valley&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/zh/news/neighbourhoods/happy-valley&quot;}],&quot;longitude&quot;:114.185656,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/happy-valley/6-broadwood-road-beverly-hill-blk-c-sysid005180-3180&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:2.0,&quot;numOfBedroom&quot;:4.0,&quot;numOfCarpark&quot;:1.0,&quot;numOfHelperRoom&quot;:0.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/16d4d1d37afe94c8ee5f6e3a861e35d7.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e430ce49038059429054359758ff0a75.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8c3ae4dd5d1422c2965607ce23501d60.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0e2412ddb5edfd19835e5998ba956384.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/56aa6ff384956ef6c0007e5991724fcf.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/36cc195678a30324e2ff5a787a5c02fb.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/71b7096c82c901126047ad814444739d.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4218e6ff0f1ba60ba9e5e9c16e4d12b5.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/493556a3bdf195dacfecf76b33ec1a6a.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/842012752b3cb01d7f7a935b9f58a7b0.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/18002d96166c0954514f08c49298c4cc.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/573bccb90bc6fb085cebca4aead8fb30.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3a7b4130528da03cefb8c04871f6478e.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1ec714234d328e9fff65c1a9f3a1a579.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2523dafe8993be5145ac30b239b59bae.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1a76e27dc78cda9bd13997f16d1927f0.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/cb0a4ce3ce085a9cd562251c68a9e940.jpg/public&quot;],&quot;priceOfPerGross&quot;:17683.97,&quot;priceOfPerGrossConverted&quot;:17683.970336565886,&quot;priceOfPerSaleable&quot;:21877.21,&quot;priceOfPerSaleableConverted&quot;:21877.205363443896,&quot;priceOfUnitArea&quot;:21877.21,&quot;priceOfUnitAreaConverted&quot;:21877.205363443896,&quot;priceView&quot;:&quot;$31M&quot;,&quot;propertyCustomFields&quot;:&quot;[]&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Beverly Hill&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;6 Broadwood Road&quot;,&quot;publishDateTime&quot;:1726012800000,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:1417.0,&quot;saleableConverted&quot;:1417.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$31M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;[]&quot;,&quot;towerName&quot;:&quot;Beverly Hill Blk C&quot;,&quot;towerStreetAddress&quot;:&quot;6 Broadwood Road&quot;,&quot;uniqueID&quot;:&quot;SYSID005180&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/rent/3180&quot;],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;address&quot;:&quot;110 Repulse Bay Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactEmail&quot;:&quot;alan@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Alan&quot;,&quot;contactLastName&quot;:&quot;Li 李晞&quot;,&quot;contactLicenseNumber&quot;:&quot;E-352238&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Alan Li 李晞&quot;,&quot;contactPhone&quot;:&quot;+852 98311264&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/a5f2af91fc3e62b1200decdc83028917.jpeg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2yptYAA&quot;,&quot;contactTitle&quot;:&quot;Executive Director&quot;,&quot;contactWeChatID&quot;:&quot;alanlhhk&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2yptYAA&quot;,&quot;whatsapp&quot;:&quot;85298311264&quot;},{&quot;contactAddPhone1&quot;:&quot;+852 28809069&quot;,&quot;contactEmail&quot;:&quot;myriam@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Myriam&quot;,&quot;contactLastName&quot;:&quot;Gazal&quot;,&quot;contactLicenseNumber&quot;:&quot;E-240025&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Myriam Gazal&quot;,&quot;contactPhone&quot;:&quot;+852 61447126&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/d1e265e00394ba39d2f21e1dd27054bc.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w3R3tYAE&quot;,&quot;contactTitle&quot;:&quot;Executive Director&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w3R3tYAE&quot;,&quot;whatsapp&quot;:&quot;85261447126&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:2002,&quot;buildingYearStr&quot;:&quot;2002&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137093.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b23fe0105dce1d6989e0547a3c7b7172-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137090.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/2d156b1c59e8a729a466e572cdc3a40d-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137082.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/61204a90a136d721917dd8fa48ad9659-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137089.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/421b474eac92854c533cbb430e2c99b9-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137083.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/01be2aa29427dbe33649eb9af74e6df7-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137084.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/bf3c86a716ba7baead95e45929fc21de-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137091.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b72ebfcd83396e8b07d6f51e9d8a5a55-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137088.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/8d2168654b346299e71842ffe62cd700-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137081.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c7e528538b195566a1bddf82c25b1bdc-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137085.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c6de7d89b347b5f4fe34874b5b3dfc3b-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137075.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1854280e7087578cc59e72d318da3bf2-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137086.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/3716c52906dd12b4bc1c9a2213959de8-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137076.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c8ad5e9559f2789f110f74851e183277-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137077.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/0bd34f828b4f73bb529e733fc6031d07-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137072.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/db99226d858884eaac52fca66ed8823b-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137078.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/e5012bcc8863d945918b9786f5b8dbd9-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137079.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b8ab4485bdd68a86327ade4e301d9fd3-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137074.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/731164f6fcb6d881e885693345d2e5f0-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137073.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/79f0bbf10b439c3d0c0c797f871cdbbb-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137092.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/57a004a1ef9c3f3d4bdd12b3de411fde-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005137080.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/9010fa13cf4152fb222aa57fae0da454-wtm.jpg&quot;}],&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Grand family home privileged Repulse Bay position\n* Generous entertaining areas warm atmosphere\n* Beautifully proportioned rooms high ceilings\n* Elegant architecture contemporary detailing\n* Private terrace relaxed outdoor living&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Community&quot;,&quot;externalListingId&quot;:&quot;4552&quot;,&quot;facilityList&quot;:[&quot;Balcony/Terrace&quot;,&quot;Company Structure&quot;,&quot;Private Pool&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;furnishingType&quot;:&quot;Good quality and condition&quot;,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:6150.0,&quot;grossConverted&quot;:6150.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Detached House With Private pool&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID037707&quot;,&quot;lastModifiedDateTime&quot;:1779842543000,&quot;latitude&quot;:22.2326158,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;110 Repulse Bay Road&quot;,&quot;listingPrice&quot;:3.1E+8,&quot;listingPriceConverted&quot;:3.1E+8,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000Hint32AB&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; South &gt; Repulse Bay&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;South&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south/repulse-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLH2A5&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Repulse Bay&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;hhttps://www.habitat-property.com/cn/news/neighbourhoods/repulse-bay-south-bay&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://www.habitat-property.com/news/neighbourhoods/repulse-bay-south-bay&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;hhttps://www.habitat-property.com/zh/news/neighbourhoods/repulse-bay-south-bay&quot;}],&quot;longitude&quot;:114.199431,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/repulse-bay/110-repulse-bay-road-110-repulse-bay-road-sysid037707-4552&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:4.0,&quot;numOfBedroom&quot;:4.0,&quot;numOfCarpark&quot;:2.0,&quot;numOfHelperRoom&quot;:0.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;occupationDate&quot;:1009843200000,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b23fe0105dce1d6989e0547a3c7b7172-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/2d156b1c59e8a729a466e572cdc3a40d-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/61204a90a136d721917dd8fa48ad9659-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/421b474eac92854c533cbb430e2c99b9-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/01be2aa29427dbe33649eb9af74e6df7-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/bf3c86a716ba7baead95e45929fc21de-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b72ebfcd83396e8b07d6f51e9d8a5a55-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/8d2168654b346299e71842ffe62cd700-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c7e528538b195566a1bddf82c25b1bdc-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c6de7d89b347b5f4fe34874b5b3dfc3b-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1854280e7087578cc59e72d318da3bf2-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/3716c52906dd12b4bc1c9a2213959de8-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c8ad5e9559f2789f110f74851e183277-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/0bd34f828b4f73bb529e733fc6031d07-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/db99226d858884eaac52fca66ed8823b-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/e5012bcc8863d945918b9786f5b8dbd9-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b8ab4485bdd68a86327ade4e301d9fd3-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/731164f6fcb6d881e885693345d2e5f0-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/79f0bbf10b439c3d0c0c797f871cdbbb-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/57a004a1ef9c3f3d4bdd12b3de411fde-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/9010fa13cf4152fb222aa57fae0da454-wtm.jpg&quot;],&quot;priceOfPerGross&quot;:50406.5,&quot;priceOfPerGrossConverted&quot;:50406.50406504065,&quot;priceOfPerSaleable&quot;:75572.89,&quot;priceOfPerSaleableConverted&quot;:75572.89127254997,&quot;priceOfUnitArea&quot;:75572.89,&quot;priceOfUnitAreaConverted&quot;:75572.89127254997,&quot;priceView&quot;:&quot;$310M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;110 Repulse Bay Road&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;110 Repulse Bay Road&quot;,&quot;propertyType&quot;:&quot;Townhouse&quot;,&quot;publishDateTime&quot;:1722816000000,&quot;rentalYield&quot;:&quot;1.35%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:4102.0,&quot;saleableConverted&quot;:4102.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$310M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;streetAddress&quot;:&quot;110 Repulse Bay Road&quot;,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;House D&quot;,&quot;towerStreetAddress&quot;:&quot;110 Repulse Bay Road&quot;,&quot;uniqueID&quot;:&quot;SYSID037707&quot;,&quot;unitLocation&quot;:&quot;Repulse Bay&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/buy/4552&quot;],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;address&quot;:&quot;15 Shouson Hill Road West&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;cheng@habitat-property.com&quot;,&quot;contactFirstName&quot;:&quot;Chelsea&quot;,&quot;contactLastName&quot;:&quot;Cheng 程城&quot;,&quot;contactLicenseNumber&quot;:&quot;E-495804&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Chelsea Cheng 程城&quot;,&quot;contactPhone&quot;:&quot;+852 64841707&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/d8b57c6b7fd56f5a89732fca6a40bf69.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2hsJYAQ&quot;,&quot;contactTitle&quot;:&quot;Executive Director China Team&quot;,&quot;contactWeChatID&quot;:&quot;Cheng7hk&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2hsJYAQ&quot;,&quot;whatsapp&quot;:&quot;85264841707&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:2019,&quot;buildingYearStr&quot;:&quot;2019&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005115994.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1934879d3c8b3ed193b00bfba1ebc4b5-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005116000.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f6769db8729e9a0009c24b29d990ab70-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005115997.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/6da912e0cc35e1fe7e6a2fbf9607585a-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005115998.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/431b81afd673c81ab576b6018c3bc70f-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005115999.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/09c2e26c02111114fac8edb4425c4ba7-wtm.jpg&quot;}],&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Harmonious blend of modern living and the serenity of nature\n* Abundance of greenery, offering a tranquil escape\n* Lush surroundings providing inner peace and purification\n* Breath of fresh air and a revitalizing environment\n* Architectural excellence, seamlessly blending into the natural landscape\n* Photos are for reference only\n\n\n----------\n\n&lt;strong&gt;Disclaimer:&lt;/strong&gt;\n\nTo the extent that this website constitutes an advertisement, this notice shall apply.\n\nName of the Development: No.15 Shouson (“the Development”)\n\nDistrict: Shouson Hill and Repulse Bay\n\nName of the street and street number of the Development: No. 15 Shouson Hill Road West\n\nThe address of the website designated by the Vendor for the Development for the purposes of Part 2 of the Residential Properties (First-hand Sales) Ordinance:www.15shouson.com\n\nThe photographs, images, drawings or sketches shown in this advertisement/promotional material represent an artist’s impression of the development concerned only. They are not drawn to scale and/or may have been edited and processed with computerized imaging techniques. Prospective purchasers should make reference to the sales brochure for details of the development. The Vendor also advises prospective purchasers to conduct an on-site visit for a better understanding of the development site, its surrounding environment and the public facilities nearby.\n\nAll contents of this advertisement do not constitute and shall not be construed as constituting any contractual term, offer, representation, undertaking or warranty, whether expressed or implied, on the part of the Vendor regarding the development. The photos and drawings shown in this advertisement have been processed with computerized imaging techniques and do not reflect the actual external appearance of or the view of or from the development or any part thereof, or the surrounding environment and buildings of the development. The said view will be affected by the surrounding environment and buildings of the development and are subject to change from time to time. The fittings, finishes, appliances, decorations and other objects therein may not appear in or the view may not be seen in or from the development or its surrounding area. They are for reference purpose only and do not constitute and shall not be construed as constituting any contractual term, offer, representation, undertaking or warranty, whether expressed or implied, on the part of the Vendor regarding the development.\n\nVendor: Talent Charm Corporation Limited\n\nHolding company of the Vendor: Superb Land Limited &amp; Castle Horizon Holdings Limited\n\nAuthorized person for the development: Lee Kar Yan, Douglas\n\nThe firm or corporation of which an authorized person for the development is a proprietor, director or employee in his or her professional capacity: Andrew Lee King Fun &amp; Associates Architects Limited\n\nBuilding contractor for the development: Paul Y. Builders Limited\n\nThe firm of solicitors acting for the owner in relation to the sale of residential properties in the development: Baker &amp; McKenzie\n\nAuthorized institution that has made a loan, or has undertaken to provide finance, for the construction of the development: The Hongkong and Shanghai Banking Corporation Limited\n\nAny other person who has made a loan for the construction of the development: Superb Land Limited\n\nThis advertisement is published by or with the consent of the Vendor. This website is published by or with the consent of the Vendor.\n\nProspective purchasers are advised to refer to the sales brochure for any information on the development. Please refer to the sales brochure for details.&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Community&quot;,&quot;externalListingId&quot;:&quot;P2YA&quot;,&quot;facilityList&quot;:[&quot;Balcony/Terrace&quot;,&quot;Private Garden&quot;,&quot;Private Pool&quot;,&quot;Private Garage&quot;,&quot;Concierge&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;headline&quot;:&quot;House Development Meets Endless Nature&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID037818&quot;,&quot;lastModifiedDateTime&quot;:1779838841000,&quot;latitude&quot;:22.2519556,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;No. 15 Shouson&quot;,&quot;listingPrice&quot;:2.6439E+8,&quot;listingPriceConverted&quot;:2.6439E+8,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000HiNaa2AF&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; South &gt; Shouson Hill&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;South&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south/shouson-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLJ2A5&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Shouson Hill&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/cn/news/neighbourhoods/deep-water-bay-and-shouson-hill&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/news/neighbourhoods/deep-water-bay-and-shouson-hill&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/zh/news/neighbourhoods/deep-water-bay-and-shouson-hill&quot;}],&quot;longitude&quot;:114.1800005,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/shouson-hill/15-shouson-hill-road-west-no-15-shouson-sysid037818-p2ya&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:4.0,&quot;numOfBedroom&quot;:4.0,&quot;numOfCarpark&quot;:2.0,&quot;numOfHelperRoom&quot;:0.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;occupationDate&quot;:1546300800000,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1934879d3c8b3ed193b00bfba1ebc4b5-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f6769db8729e9a0009c24b29d990ab70-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/6da912e0cc35e1fe7e6a2fbf9607585a-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/431b81afd673c81ab576b6018c3bc70f-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/09c2e26c02111114fac8edb4425c4ba7-wtm.jpg&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:70000.0,&quot;priceOfPerSaleableConverted&quot;:70000.0,&quot;priceOfUnitArea&quot;:70000.0,&quot;priceOfUnitAreaConverted&quot;:70000.0,&quot;priceView&quot;:&quot;By Tender&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;No. 15 Shouson&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;15 Shouson Hill Road West&quot;,&quot;publishDateTime&quot;:1731456000000,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:3777.0,&quot;saleableConverted&quot;:3777.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;By Tender&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;streetAddress&quot;:&quot;15 Shouson Hill Road West&quot;,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;House 17&quot;,&quot;towerStreetAddress&quot;:&quot;15 Shouson Hill Road West&quot;,&quot;uniqueID&quot;:&quot;SYSID037818&quot;,&quot;unitLocation&quot;:&quot;Shouson Hill&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/buy/P2YA&quot;],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;address&quot;:&quot;15 Shouson Hill Road West&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;cheng@habitat-property.com&quot;,&quot;contactFirstName&quot;:&quot;Chelsea&quot;,&quot;contactLastName&quot;:&quot;Cheng 程城&quot;,&quot;contactLicenseNumber&quot;:&quot;E-495804&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Chelsea Cheng 程城&quot;,&quot;contactPhone&quot;:&quot;+852 64841707&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/d8b57c6b7fd56f5a89732fca6a40bf69.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2hsJYAQ&quot;,&quot;contactTitle&quot;:&quot;Executive Director China Team&quot;,&quot;contactWeChatID&quot;:&quot;Cheng7hk&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2hsJYAQ&quot;,&quot;whatsapp&quot;:&quot;85264841707&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:2019,&quot;buildingYearStr&quot;:&quot;2019&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114277.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/da9d0d9b48db7cd66cf93aeebbf3a4eb-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114283.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f6769db8729e9a0009c24b29d990ab70.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114276.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1eabb672ab5719c7951e025d4428a979-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114285.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/cfec5a554eea1ac62a94e4b5db4ba644-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114275.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1d000e9118fbe8a16c00d2f4e2903675-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114282.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/431b81afd673c81ab576b6018c3bc70f.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114281.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/6da912e0cc35e1fe7e6a2fbf9607585a.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114272.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/dae07c39de8d239fba9310ba3ad0f004-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114273.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c0950daaebf2cae9604428d187d54ba4-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114284.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/46e9e02acfded62da057162af02f35ae-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114279.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b9f3b89e176ffb661bbe8723210b9046-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114280.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/8377c776636dc4e54054b8a2e2a72656-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114271.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/047200ceb3fb85419ca4f914f53c2716-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114264.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/dfc5ba0061a7d9819deb9712fc5b7f2f-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114262.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/9e27b47f765a606ea7fe436c897c2b13-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114268.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/6a8c72a4a8cd43236a57fc8972e8d950-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114267.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/ffcb10f8307b04d9329798a88e676779-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114263.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/e86fa8036c59300838be744586ef1e8f-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114270.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b989258a10499be5f5ed10a46726b126-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114269.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/0e67d77e98a3c8f6ea600a8a87b2e9f5-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114266.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/e45155494ed4b0e9df89a4138a3311b0-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114278.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/092d011665b00de8d777506c632f14ba-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114274.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/0aca22039b007b684b70e1bcbec754b2-wtm.jpg&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;0005114286.JPG&quot;,&quot;url&quot;:&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/09c2e26c02111114fac8edb4425c4ba7.jpg&quot;}],&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Harmonious blend of modern living and the serenity of nature\n* Abundance of greenery, offering a tranquil escape\n* Lush surroundings providing inner peace and purification\n* Breath of fresh air and a revitalizing environment\n* Architectural excellence, seamlessly blending into the natural landscape\n* Photos are for reference only\n\n\n----------\n\n&lt;strong&gt;Disclaimer:&lt;/strong&gt;\n\nTo the extent that this website constitutes an advertisement, this notice shall apply.\n\nName of the Development: No.15 Shouson (“the Development”)\n\nDistrict: Shouson Hill and Repulse Bay\n\nName of the street and street number of the Development: No. 15 Shouson Hill Road West\n\nThe address of the website designated by the Vendor for the Development for the purposes of Part 2 of the Residential Properties (First-hand Sales) Ordinance:www.15shouson.com\n\nThe photographs, images, drawings or sketches shown in this advertisement/promotional material represent an artist’s impression of the development concerned only. They are not drawn to scale and/or may have been edited and processed with computerized imaging techniques. Prospective purchasers should make reference to the sales brochure for details of the development. The Vendor also advises prospective purchasers to conduct an on-site visit for a better understanding of the development site, its surrounding environment and the public facilities nearby.\n\nAll contents of this advertisement do not constitute and shall not be construed as constituting any contractual term, offer, representation, undertaking or warranty, whether expressed or implied, on the part of the Vendor regarding the development. The photos and drawings shown in this advertisement have been processed with computerized imaging techniques and do not reflect the actual external appearance of or the view of or from the development or any part thereof, or the surrounding environment and buildings of the development. The said view will be affected by the surrounding environment and buildings of the development and are subject to change from time to time. The fittings, finishes, appliances, decorations and other objects therein may not appear in or the view may not be seen in or from the development or its surrounding area. They are for reference purpose only and do not constitute and shall not be construed as constituting any contractual term, offer, representation, undertaking or warranty, whether expressed or implied, on the part of the Vendor regarding the development.\n\nVendor: Talent Charm Corporation Limited\n\nHolding company of the Vendor: Superb Land Limited &amp; Castle Horizon Holdings Limited\n\nAuthorized person for the development: Lee Kar Yan, Douglas\n\nThe firm or corporation of which an authorized person for the development is a proprietor, director or employee in his or her professional capacity: Andrew Lee King Fun &amp; Associates Architects Limited\n\nBuilding contractor for the development: Paul Y. Builders Limited\n\nThe firm of solicitors acting for the owner in relation to the sale of residential properties in the development: Baker &amp; McKenzie\n\nAuthorized institution that has made a loan, or has undertaken to provide finance, for the construction of the development: The Hongkong and Shanghai Banking Corporation Limited\n\nAny other person who has made a loan for the construction of the development: Superb Land Limited\n\nThis advertisement is published by or with the consent of the Vendor. This website is published by or with the consent of the Vendor.\n\nProspective purchasers are advised to refer to the sales brochure for any information on the development. Please refer to the sales brochure for details.&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Community&quot;,&quot;externalListingId&quot;:&quot;L2YA&quot;,&quot;facilityList&quot;:[&quot;Balcony/Terrace&quot;,&quot;Private Garden&quot;,&quot;Private Pool&quot;,&quot;Private Garage&quot;,&quot;Concierge&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;headline&quot;:&quot;House Development Meets Endless Nature&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID037819&quot;,&quot;lastModifiedDateTime&quot;:1779838823000,&quot;latitude&quot;:22.2519556,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;No. 15 Shouson&quot;,&quot;listingPrice&quot;:2.8175E+8,&quot;listingPriceConverted&quot;:2.8175E+8,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000HiNab2AF&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; South &gt; Shouson Hill&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;South&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south/shouson-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLJ2A5&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Shouson Hill&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/cn/news/neighbourhoods/deep-water-bay-and-shouson-hill&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/news/neighbourhoods/deep-water-bay-and-shouson-hill&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/zh/news/neighbourhoods/deep-water-bay-and-shouson-hill&quot;}],&quot;longitude&quot;:114.1800005,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/shouson-hill/15-shouson-hill-road-west-no-15-shouson-sysid037819-l2ya&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:4.0,&quot;numOfBedroom&quot;:4.0,&quot;numOfCarpark&quot;:2.0,&quot;numOfHelperRoom&quot;:0.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;occupationDate&quot;:1546300800000,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/da9d0d9b48db7cd66cf93aeebbf3a4eb-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f6769db8729e9a0009c24b29d990ab70.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1eabb672ab5719c7951e025d4428a979-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/cfec5a554eea1ac62a94e4b5db4ba644-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1d000e9118fbe8a16c00d2f4e2903675-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/431b81afd673c81ab576b6018c3bc70f.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/6da912e0cc35e1fe7e6a2fbf9607585a.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/dae07c39de8d239fba9310ba3ad0f004-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/c0950daaebf2cae9604428d187d54ba4-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/46e9e02acfded62da057162af02f35ae-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b9f3b89e176ffb661bbe8723210b9046-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/8377c776636dc4e54054b8a2e2a72656-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/047200ceb3fb85419ca4f914f53c2716-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/dfc5ba0061a7d9819deb9712fc5b7f2f-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/9e27b47f765a606ea7fe436c897c2b13-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/6a8c72a4a8cd43236a57fc8972e8d950-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/ffcb10f8307b04d9329798a88e676779-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/e86fa8036c59300838be744586ef1e8f-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b989258a10499be5f5ed10a46726b126-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/0e67d77e98a3c8f6ea600a8a87b2e9f5-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/e45155494ed4b0e9df89a4138a3311b0-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/092d011665b00de8d777506c632f14ba-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/0aca22039b007b684b70e1bcbec754b2-wtm.jpg&quot;,&quot;https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/09c2e26c02111114fac8edb4425c4ba7.jpg&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:70000.0,&quot;priceOfPerSaleableConverted&quot;:70000.0,&quot;priceOfUnitArea&quot;:70000.0,&quot;priceOfUnitAreaConverted&quot;:70000.0,&quot;priceView&quot;:&quot;By Tender&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;No. 15 Shouson&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;15 Shouson Hill Road West&quot;,&quot;publishDateTime&quot;:1731456000000,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:4025.0,&quot;saleableConverted&quot;:4025.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;By Tender&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;streetAddress&quot;:&quot;15 Shouson Hill Road West&quot;,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;House 16&quot;,&quot;towerStreetAddress&quot;:&quot;15 Shouson Hill Road West&quot;,&quot;uniqueID&quot;:&quot;SYSID037819&quot;,&quot;unitLocation&quot;:&quot;Shouson Hill&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/buy/L2YA&quot;],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;4/29/26 3:36 PM&quot;,&quot;address&quot;:&quot;128 Wong Mak Kok Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28809069&quot;,&quot;contactEmail&quot;:&quot;melody@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Melody&quot;,&quot;contactLastName&quot;:&quot;Wan 溫美蘭&quot;,&quot;contactLicenseNumber&quot;:&quot;E-416081&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Melody Wan 溫美蘭&quot;,&quot;contactPhone&quot;:&quot;+852 59944991&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/2168e1a0589329035a2bea0f9aec0d85.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2OuVYAU&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;newudonchai&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2OuVYAU&quot;,&quot;whatsapp&quot;:&quot;85259944991&quot;},{&quot;contactEmail&quot;:&quot;alan@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Alan&quot;,&quot;contactLastName&quot;:&quot;Li 李晞&quot;,&quot;contactLicenseNumber&quot;:&quot;E-352238&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Alan Li 李晞&quot;,&quot;contactPhone&quot;:&quot;+852 98311264&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/a5f2af91fc3e62b1200decdc83028917.jpeg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2yptYAA&quot;,&quot;contactTitle&quot;:&quot;Executive Director&quot;,&quot;contactWeChatID&quot;:&quot;alanlhhk&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2yptYAA&quot;,&quot;whatsapp&quot;:&quot;85298311264&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:2023,&quot;buildingYearStr&quot;:&quot;2023&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_LVRM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/06ea78e4dcaade2039b536bad61fe118-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_VIEW 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9471835d28377280d89c8dad3c6dc22e-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_YARD 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fc641c2d0692db87d8a76253e3309eb9-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_LVRM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b3bca71884b78823f0742cdfa8ceb42c-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_MBDM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/59aa1a654dea623aaac56bca432ac52e-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_MBTM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9ca59c8940e61f584d3683b67557c3a2-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_BDM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/368dd70762437701d0ab577889fde267-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_BTM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6b493066ce093b9964e9a1d375a4adc9-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_BDM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b4db29f61c3367d55c623ec9573e3285-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_BTM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ce5f062f1eaaae8d990271be9deff409-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_BDM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/faf830a49320524ce613132f6fd5815f-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_BTM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/97b390f6d81144451deb9e78bbc27aac-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_BDM 5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8672b3cad861b8141dc0c256abb02c1e-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_ROOF 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/37febc14beee7f39a0ad8226b577c3a1-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_ROOF 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d0f63e9a31eff9c7825f24740bbff32a-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_KTN 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/55ae492ba888c6197e5e2de639f68d74-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 32_KTN 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5ae03e29f0160a6d3ddd671b2cc27030-wtm.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Designed by Robert A. M. Stern Architects (RAMSA)\n* Seaside residences perfectly positioned overlooking the South China Sea\n* Offers a privileged lifestyle and relaxed atmosphere\n\n\nINFORMATION TO PURCHASERS AND DISCLAIMERS\n\nName of the Development: One Stanley | District: Stanley | Name of Street and Street Number: 128 Wong Ma Kok Road | Website Address Designated by the Vendor for the Development: www.onestanley.com.hk#\nThe photographs, images, drawings or sketches shown in this advertisement/promotional material represent an artist&#39;s impression of the development concerned only. They are not drawn to scale and/or may have been edited and processed with computerized imaging techniques. Prospective purchasers should make reference to the sales brochure for details of the development. The Vendor also advises prospective purchasers to conduct an on-site visit for a better understanding of the development site, its surrounding environment, and the public facilities nearby. | #The address of the website designated by the Vendor for the Development for the purposes of Part 2 of the Residential Properties (First-hand Sales) Ordinance.\n\nVendor: K Wise Limited |  Holding Companies of the Vendor: Fountain Treasure Limited, K&amp;K Property Holdings Limited and K&amp;K Funding Limited | Authorized Person for the Development: Mr. Wong Ming Yim |  The firm or corporation of which an Authorized Person for the Development is a proprietor, director or employee in his or her professional capacity: DLN Architects Limited | Building Contractor for the Development: Treasure Construction Engineering Limited (a wholly-owned subsidiary of China State Construction Development Holdings Limited) | The firm of solicitors acting for the Owner in relation to the sale of residential properties in the Development: Mayer Brown | Authorized institution that has made a loan, or has undertaken to provide finance, for the construction of the Development: Bank of China (Hong Kong) Limited | Any other person who has made a loan for the construction of the Development: Fountain Treasure Limited | This advertisement / promotional material does not constitute and shall not be construed as making any offer, representation, undertaking, or warranty (whether or not with respect to the landscape) by the Vendor, whether express or implied.  Prospective purchasers are advised to refer to the sales brochure for any information on the Development. Please refer to the sales brochure for details. | The website is published by the Vendor or with the consent of the Vendor.\n\nThis website and all its contents are for reference only, and do not constitute and shall not be construed as constituting any express or implied offer, representation, undertaking, or warranty by the Vendor (whether related to view or not).&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;RHK002616&quot;,&quot;facilityList&quot;:[&quot;Balcony/Terrace&quot;,&quot;Garden&quot;,&quot;Private Garden&quot;,&quot;Helper&#39;s Room&quot;,&quot;Clubhouse&quot;,&quot;Gym&quot;,&quot;Pet friendly&quot;,&quot;Private Roof Terrace&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Designer House of Seaside Residences&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID051179&quot;,&quot;lastModifiedDateTime&quot;:1779785908000,&quot;latitude&quot;:22.2057212,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;One Stanley&quot;,&quot;listingPrice&quot;:1.1339E+8,&quot;listingPriceConverted&quot;:1.1339E+8,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000QHE4S2AX&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; South &gt; Stanley&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;South&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south/stanley&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLL2A5&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Stanley&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://www.habitat-property.com/cn/news/neighbourhoods/stanley-chung-hom-kok&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://www.habitat-property.com/news/neighbourhoods/stanley-chung-hom-kok&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://www.habitat-property.com/zh/news/neighbourhoods/stanley-chung-hom-kok&quot;}],&quot;longitude&quot;:114.2140669,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/stanley/128-wong-mak-kok-road-one-stanley-sysid051179-rhk002616&quot;,&quot;numOfBalcony&quot;:1.0,&quot;numOfBathroom&quot;:6.0,&quot;numOfBedroom&quot;:5.0,&quot;numOfCarpark&quot;:0.0,&quot;numOfHelperRoom&quot;:1.0,&quot;numOfLivingRoom&quot;:1.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/06ea78e4dcaade2039b536bad61fe118-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9471835d28377280d89c8dad3c6dc22e-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fc641c2d0692db87d8a76253e3309eb9-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b3bca71884b78823f0742cdfa8ceb42c-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/59aa1a654dea623aaac56bca432ac52e-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9ca59c8940e61f584d3683b67557c3a2-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/368dd70762437701d0ab577889fde267-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6b493066ce093b9964e9a1d375a4adc9-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b4db29f61c3367d55c623ec9573e3285-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ce5f062f1eaaae8d990271be9deff409-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/faf830a49320524ce613132f6fd5815f-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/97b390f6d81144451deb9e78bbc27aac-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8672b3cad861b8141dc0c256abb02c1e-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/37febc14beee7f39a0ad8226b577c3a1-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d0f63e9a31eff9c7825f24740bbff32a-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/55ae492ba888c6197e5e2de639f68d74-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5ae03e29f0160a6d3ddd671b2cc27030-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:36553.84,&quot;priceOfPerSaleableConverted&quot;:36553.8362346873,&quot;priceOfUnitArea&quot;:36553.84,&quot;priceOfUnitAreaConverted&quot;:36553.8362346873,&quot;priceView&quot;:&quot;By Tender&quot;,&quot;propertyCustomFields&quot;:&quot;[]&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;One Stanley&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;128 Wong Ma Kok Road&quot;,&quot;propertyType&quot;:&quot;House&quot;,&quot;publishDateTime&quot;:1714348800000,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:3102.0,&quot;saleableConverted&quot;:3102.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;By Tender&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;[]&quot;,&quot;towerCustomFields&quot;:&quot;[]&quot;,&quot;towerName&quot;:&quot;One Stanley&quot;,&quot;towerStreetAddress&quot;:&quot;128 Wong Mak Kok Road&quot;,&quot;uniqueID&quot;:&quot;SYSID051179&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[],&quot;videos&quot;:[],&quot;views&quot;:[&quot;Sea View&quot;],&quot;viewsStr&quot;:&quot;Sea View&quot;},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;4/5/26 12:47 PM&quot;,&quot;address&quot;:&quot;128 Wong Ma Kok Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28809069&quot;,&quot;contactEmail&quot;:&quot;melody@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Melody&quot;,&quot;contactLastName&quot;:&quot;Wan 溫美蘭&quot;,&quot;contactLicenseNumber&quot;:&quot;E-416081&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Melody Wan 溫美蘭&quot;,&quot;contactPhone&quot;:&quot;+852 59944991&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/2168e1a0589329035a2bea0f9aec0d85.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2OuVYAU&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;newudonchai&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2OuVYAU&quot;,&quot;whatsapp&quot;:&quot;85259944991&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:2023,&quot;buildingYearStr&quot;:&quot;2023&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_LVRM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/579fad67b09a12dca85f54feb643e91e-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_YARD 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bedf885e01bd2d4c055e450326123732-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_LVRM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fad7d26fa1b97648604b6c10c16599f0-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_LVRM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/79755b0aa4148f7d3f96dedf0dd7b451-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_LVRM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7a85956ae2e0ff30cddb614531f91dab-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_MBDM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6296ade929ac1562b327221a7a9c86bf-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_MPTO 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/65483d21eb551fa5c02872fb5ffb92f4-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_MBTM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/212c6290b307fbe4b461d196617c7e63-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_BDM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d6a294f2a26362f3164ca8e4b2e99956-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_BTM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b7a07094fa4104d3dd21e423f422a840-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_BDM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f124a38582d63f2937532194a593a272-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_BTM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ece0900e1572b27f6f5151affa94f883-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_BDM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c5d4ba5a3f6c160aaeda3e3701710965-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_BTM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/39bdeefbe16986d23c6d911a73e97b02-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_HALLWAY 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/81e99c4f3263abaedbd08a631ec8ace7-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_KTN 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3dcf50001f680d306cbc2f3ca5807fe5-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_KTN 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/668566c216eaa5e615cb304cfdcdb678-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_KTN 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/caa60ff689881fa846052850a52dccf9-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, Blk 11, G&amp;1B_CAR PARK 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ad509fec4c5ba8d1049dfd964307bab1-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley Clubhouse-GYM2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0bb83e4dae281c68216e9e42419ed9ee-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Clubhouse5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f198688434a572268f3c161392f8433f-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley Clubhouse-GYM5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b5abc2d2be3877c028e7319670083bde-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Clubhouse2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4dedd2d21b27c6f63c9370570f3ecfba-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Clubhouse3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/41ed1db61ccac517a20485de2e542e3c-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Entrance3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7354f9d917dcbfa142be22ad4ddfb9dd-wtm.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Brand new luxury development \n* Stunning internal space with spectacular seaview\n* 4 bedrooms (incl. 4 ensuites) \n* Private garden terrace great for entertaining\n* Top-quality fittings throughout\n* Internal lift&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;H08A&quot;,&quot;facilityList&quot;:[&quot;Balcony/Terrace&quot;,&quot;Private Garden&quot;,&quot;Helper&#39;s Room&quot;,&quot;Clubhouse&quot;,&quot;Gym&quot;,&quot;Communal Pool&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;headline&quot;:&quot;Unique Duplex with Private Garden&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID015108&quot;,&quot;lastModifiedDateTime&quot;:1779783655000,&quot;latitude&quot;:36.0,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;One Stanley Blk 11&quot;,&quot;listingPrice&quot;:8.383E+7,&quot;listingPriceConverted&quot;:8.383E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000HbuRL2AZ&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; South &gt; Stanley&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;South&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south/stanley&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLL2A5&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Stanley&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://www.habitat-property.com/cn/news/neighbourhoods/stanley-chung-hom-kok&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://www.habitat-property.com/news/neighbourhoods/stanley-chung-hom-kok&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://www.habitat-property.com/zh/news/neighbourhoods/stanley-chung-hom-kok&quot;}],&quot;longitude&quot;:36.0,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/stanley/128-wong-mak-kok-road-one-stanley-blk-11-sysid015108-h08a&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:6.0,&quot;numOfBedroom&quot;:4.0,&quot;numOfCarpark&quot;:1.0,&quot;numOfHelperRoom&quot;:0.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/579fad67b09a12dca85f54feb643e91e-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bedf885e01bd2d4c055e450326123732-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fad7d26fa1b97648604b6c10c16599f0-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/79755b0aa4148f7d3f96dedf0dd7b451-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7a85956ae2e0ff30cddb614531f91dab-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6296ade929ac1562b327221a7a9c86bf-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/65483d21eb551fa5c02872fb5ffb92f4-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/212c6290b307fbe4b461d196617c7e63-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d6a294f2a26362f3164ca8e4b2e99956-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b7a07094fa4104d3dd21e423f422a840-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f124a38582d63f2937532194a593a272-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ece0900e1572b27f6f5151affa94f883-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c5d4ba5a3f6c160aaeda3e3701710965-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/39bdeefbe16986d23c6d911a73e97b02-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/81e99c4f3263abaedbd08a631ec8ace7-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3dcf50001f680d306cbc2f3ca5807fe5-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/668566c216eaa5e615cb304cfdcdb678-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/caa60ff689881fa846052850a52dccf9-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ad509fec4c5ba8d1049dfd964307bab1-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0bb83e4dae281c68216e9e42419ed9ee-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f198688434a572268f3c161392f8433f-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b5abc2d2be3877c028e7319670083bde-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4dedd2d21b27c6f63c9370570f3ecfba-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/41ed1db61ccac517a20485de2e542e3c-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7354f9d917dcbfa142be22ad4ddfb9dd-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:33994.32,&quot;priceOfPerSaleableConverted&quot;:33994.32278994323,&quot;priceOfUnitArea&quot;:33994.32,&quot;priceOfUnitAreaConverted&quot;:33994.32278994323,&quot;priceView&quot;:&quot;By Tender&quot;,&quot;propertyCustomFields&quot;:&quot;[]&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;One Stanley&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;128 Wong Ma Kok Road&quot;,&quot;propertyType&quot;:&quot;Duplex&quot;,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:2466.0,&quot;saleableConverted&quot;:2466.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;By Tender&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;[]&quot;,&quot;towerName&quot;:&quot;One Stanley Blk 11&quot;,&quot;towerStreetAddress&quot;:&quot;128 Wong Ma Kok Road&quot;,&quot;uniqueID&quot;:&quot;SYSID015108&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/buy/H08A&quot;],&quot;videos&quot;:[],&quot;views&quot;:[&quot;Sea View&quot;],&quot;viewsStr&quot;:&quot;Sea View&quot;},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;address&quot;:&quot;81-95 Peak Road&quot;,&quot;agencyType&quot;:&quot;Sole Agency&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;pascale@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Pascale&quot;,&quot;contactLastName&quot;:&quot;Litmaath 李墨白&quot;,&quot;contactLicenseNumber&quot;:&quot;E-219633&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Pascale Litmaath 李墨白&quot;,&quot;contactPhone&quot;:&quot;+852 98127118&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/00b4e6144efb636862bf4097165c1492.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2l9WYAQ&quot;,&quot;contactTitle&quot;:&quot;Executive Director&quot;,&quot;contactWeChatID&quot;:&quot;PSLPropertyAgentHK&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2l9WYAQ&quot;,&quot;whatsapp&quot;:&quot;85298127118&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:1949,&quot;buildingYearStr&quot;:&quot;1949&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart Terrace -LVRM4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a50fb1370edb048936fabf8d19185f5a-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart Terrace -VIEW.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0f15928f5b26895a98717fc63a77c806-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart Terrace -PTO1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9c923d9698b69b18fba38a267982dc5c-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart Terrace -LVRM5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/91b21c24da038773259673205deb7a10-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart Terrace -LVRM2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b321753e8b3c64fd956cd41e4335501c-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart Terrace -LVRM1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/878f29f43292a87c4627ec16f8b4a9f1-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart Terrace -BDM3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/62eadeb779aaea27d10d092d2b5da110-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart Terrace -BDM1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2f1c28abe10fc58708e596f26fd42b3d-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart Terrace -BDM4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b4f4681e0ee1ddc61e07af0202ee63f7-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart Terrace -BDM2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/516c11a77937c6f0a00957fee0e6d5ff-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stewart_POOL.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e4e3ddccef262eaa8cfbff935cd4a653-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Garden_ai.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d079cbeecd44c704c0e828deb0f423e2-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Park_ai.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bb1132fdc3478fe301740d676de61744-wtm.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[{\&quot;name\&quot;:\&quot;Car Parks\&quot;,\&quot;type\&quot;:\&quot;Cover\&quot;},{\&quot;name\&quot;:\&quot;Car Parks\&quot;,\&quot;type\&quot;:\&quot;Cover\&quot;}]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Huge living room, high ceilings &amp; fireplace\n* Balcony overlooks delighful tree view\n* Three bedrooms plus study\n* Large kitchen\n* Communal pool, delightful garden\n* Direct access to Peak trails\n* Public playground/basketball court close by\n* Easy walk to shops, cafes &amp; restaurants\n* Two car parks - lengthways\n* For sale with Tenancy&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;MG1W&quot;,&quot;facilityList&quot;:[&quot;Walk-up&quot;,&quot;Communal Garden&quot;,&quot;Communal Pool&quot;,&quot;Pet friendly&quot;,&quot;Balcony&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;furnishingType&quot;:&quot;Average quality and condition&quot;,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;headline&quot;:&quot;Bright Spacious Character Home in Green Surrounds&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID010589&quot;,&quot;lastModifiedDateTime&quot;:1779783461000,&quot;latitude&quot;:22.2652208,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Stewart Terrace&quot;,&quot;listingPrice&quot;:6.0E+7,&quot;listingPriceConverted&quot;:6.0E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000Hbqnz2AB&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; Peak &gt; The Peak&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/peak&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7E92AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Peak&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/peak/the-peak&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9Sr2AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;The Peak&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/cn/news/neighbourhoods/the-peak&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/news/neighbourhoods/the-peak&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://habitat.dcms.ap8.propertyraptor.com/zh/news/neighbourhoods/the-peak&quot;}],&quot;longitude&quot;:114.1542931,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/the-peak/81-95-peak-road-stewart-terrace-sysid010589-mg1w&quot;,&quot;numOfBalcony&quot;:1.0,&quot;numOfBathroom&quot;:2.0,&quot;numOfBedroom&quot;:3.0,&quot;numOfCarpark&quot;:2.0,&quot;numOfHelperRoom&quot;:1.0,&quot;numOfLivingRoom&quot;:1.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a50fb1370edb048936fabf8d19185f5a-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0f15928f5b26895a98717fc63a77c806-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9c923d9698b69b18fba38a267982dc5c-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/91b21c24da038773259673205deb7a10-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b321753e8b3c64fd956cd41e4335501c-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/878f29f43292a87c4627ec16f8b4a9f1-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/62eadeb779aaea27d10d092d2b5da110-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2f1c28abe10fc58708e596f26fd42b3d-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b4f4681e0ee1ddc61e07af0202ee63f7-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/516c11a77937c6f0a00957fee0e6d5ff-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e4e3ddccef262eaa8cfbff935cd4a653-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d079cbeecd44c704c0e828deb0f423e2-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bb1132fdc3478fe301740d676de61744-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:25241.9,&quot;priceOfPerSaleableConverted&quot;:25241.90155658393,&quot;priceOfUnitArea&quot;:25241.9,&quot;priceOfUnitAreaConverted&quot;:25241.90155658393,&quot;priceView&quot;:&quot;$60M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Stewart Terrace&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;81-95 Peak Road&quot;,&quot;propertyType&quot;:&quot;Apartment&quot;,&quot;publishDateTime&quot;:1757030400000,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:2377.0,&quot;saleableConverted&quot;:2377.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$60M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerCustomFields&quot;:&quot;[]&quot;,&quot;towerName&quot;:&quot;Stewart Terrace&quot;,&quot;towerStreetAddress&quot;:&quot;81-95 Peak Road&quot;,&quot;uniqueID&quot;:&quot;SYSID010589&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/rent/&quot;],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;4/29/26 3:36 PM&quot;,&quot;address&quot;:&quot;128 Wong Mak Kok Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28809069&quot;,&quot;contactEmail&quot;:&quot;melody@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Melody&quot;,&quot;contactLastName&quot;:&quot;Wan 溫美蘭&quot;,&quot;contactLicenseNumber&quot;:&quot;E-416081&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Melody Wan 溫美蘭&quot;,&quot;contactPhone&quot;:&quot;+852 59944991&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/2168e1a0589329035a2bea0f9aec0d85.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2OuVYAU&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;newudonchai&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2OuVYAU&quot;,&quot;whatsapp&quot;:&quot;85259944991&quot;},{&quot;contactEmail&quot;:&quot;alan@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Alan&quot;,&quot;contactLastName&quot;:&quot;Li 李晞&quot;,&quot;contactLicenseNumber&quot;:&quot;E-352238&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Alan Li 李晞&quot;,&quot;contactPhone&quot;:&quot;+852 98311264&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/a5f2af91fc3e62b1200decdc83028917.jpeg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2yptYAA&quot;,&quot;contactTitle&quot;:&quot;Executive Director&quot;,&quot;contactWeChatID&quot;:&quot;alanlhhk&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2yptYAA&quot;,&quot;whatsapp&quot;:&quot;85298311264&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:2023,&quot;buildingYearStr&quot;:&quot;2023&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 12_LVRM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4180748929a2e365ef725f845249779d-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_VIEW 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d5d5cc67d3936f98bc797e95eb28b468-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 12_YARD 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9ce3ca777d5c7729484c6f1ed271f824-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 12_LVRM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3159b10a212f9237d83d3497739538d2-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_LVRM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/04d1d2f99130eed7dca8eade97288bfe-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_MBDM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8372311e56156cfeabe7a5987bfa323b-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_MPTO.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f8ce14611b52a74259eedc9d4d32f56c-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_MBTM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5da648487b9aa049457c182ac3f11168-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BDM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a4c19943363b676e95a35d23d8aadb7f-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BTM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5678307589e5b12e4fce1918e3dd9626-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BDM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/50b349f4e1853e2c8b7ee833d0a55946-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BTM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/96c0d0edeb235825c0c4ad55f81ad5eb-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BDM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9502ecf281337a2a754f7fdc2b004299-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_ROOF 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/afcfd4d934a442dd68560e0f8410d032-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_ROOF 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1f5fc670360dd8944bb8675ee2591889-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 12_KTN 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a4a9922aa25de59187ed26ed5335b471-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 12_KTN 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b14449e677404d77c00c564e9180796f-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 12_FRONT 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/35aa0d942c98f04d2af500bbbc5eb06d-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley Clubhouse-GYM2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0bb83e4dae281c68216e9e42419ed9ee-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Clubhouse5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f198688434a572268f3c161392f8433f-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Clubhouse3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/41ed1db61ccac517a20485de2e542e3c-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Clubhouse2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4dedd2d21b27c6f63c9370570f3ecfba-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Entrance3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7354f9d917dcbfa142be22ad4ddfb9dd-wtm.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Designed by Robert A. M. Stern Architects (RAMSA)\n* Seaside residences perfectly positioned overlooking the South China Sea\n* Offers a privileged lifestyle and relaxed atmosphere\n\n\nINFORMATION TO PURCHASERS AND DISCLAIMERS\n\nName of the Development: One Stanley | District: Stanley | Name of Street and Street Number: 128 Wong Ma Kok Road | Website Address Designated by the Vendor for the Development: www.onestanley.com.hk#\nThe photographs, images, drawings or sketches shown in this advertisement/promotional material represent an artist&#39;s impression of the development concerned only. They are not drawn to scale and/or may have been edited and processed with computerized imaging techniques. Prospective purchasers should make reference to the sales brochure for details of the development. The Vendor also advises prospective purchasers to conduct an on-site visit for a better understanding of the development site, its surrounding environment, and the public facilities nearby. | #The address of the website designated by the Vendor for the Development for the purposes of Part 2 of the Residential Properties (First-hand Sales) Ordinance.\n\nVendor: K Wise Limited |  Holding Companies of the Vendor: Fountain Treasure Limited, K&amp;K Property Holdings Limited and K&amp;K Funding Limited | Authorized Person for the Development: Mr. Wong Ming Yim |  The firm or corporation of which an Authorized Person for the Development is a proprietor, director or employee in his or her professional capacity: DLN Architects Limited | Building Contractor for the Development: Treasure Construction Engineering Limited (a wholly-owned subsidiary of China State Construction Development Holdings Limited) | The firm of solicitors acting for the Owner in relation to the sale of residential properties in the Development: Mayer Brown | Authorized institution that has made a loan, or has undertaken to provide finance, for the construction of the Development: Bank of China (Hong Kong) Limited | Any other person who has made a loan for the construction of the Development: Fountain Treasure Limited | This advertisement / promotional material does not constitute and shall not be construed as making any offer, representation, undertaking, or warranty (whether or not with respect to the landscape) by the Vendor, whether express or implied.  Prospective purchasers are advised to refer to the sales brochure for any information on the Development. Please refer to the sales brochure for details. | The website is published by the Vendor or with the consent of the Vendor.\n\nThis website and all its contents are for reference only, and do not constitute and shall not be construed as constituting any express or implied offer, representation, undertaking, or warranty by the Vendor (whether related to view or not).&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;RHK002613&quot;,&quot;facilityList&quot;:[&quot;Balcony/Terrace&quot;,&quot;Garden&quot;,&quot;Private Garden&quot;,&quot;Helper&#39;s Room&quot;,&quot;Clubhouse&quot;,&quot;Gym&quot;,&quot;Pet friendly&quot;,&quot;Private Roof Terrace&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Designer House of Seaside Residences&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID051176&quot;,&quot;lastModifiedDateTime&quot;:1779782710000,&quot;latitude&quot;:22.2057212,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;One Stanley&quot;,&quot;listingPrice&quot;:1.0213E+8,&quot;listingPriceConverted&quot;:1.0213E+8,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000QHE4P2AX&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; South &gt; Stanley&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;South&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south/stanley&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLL2A5&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Stanley&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://www.habitat-property.com/cn/news/neighbourhoods/stanley-chung-hom-kok&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://www.habitat-property.com/news/neighbourhoods/stanley-chung-hom-kok&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://www.habitat-property.com/zh/news/neighbourhoods/stanley-chung-hom-kok&quot;}],&quot;longitude&quot;:114.2140669,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/stanley/128-wong-mak-kok-road-one-stanley-sysid051176-rhk002613&quot;,&quot;numOfBalcony&quot;:1.0,&quot;numOfBathroom&quot;:4.0,&quot;numOfBedroom&quot;:5.0,&quot;numOfCarpark&quot;:0.0,&quot;numOfHelperRoom&quot;:1.0,&quot;numOfLivingRoom&quot;:1.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4180748929a2e365ef725f845249779d-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d5d5cc67d3936f98bc797e95eb28b468-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9ce3ca777d5c7729484c6f1ed271f824-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3159b10a212f9237d83d3497739538d2-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/04d1d2f99130eed7dca8eade97288bfe-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8372311e56156cfeabe7a5987bfa323b-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f8ce14611b52a74259eedc9d4d32f56c-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5da648487b9aa049457c182ac3f11168-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a4c19943363b676e95a35d23d8aadb7f-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5678307589e5b12e4fce1918e3dd9626-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/50b349f4e1853e2c8b7ee833d0a55946-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/96c0d0edeb235825c0c4ad55f81ad5eb-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9502ecf281337a2a754f7fdc2b004299-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/afcfd4d934a442dd68560e0f8410d032-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1f5fc670360dd8944bb8675ee2591889-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a4a9922aa25de59187ed26ed5335b471-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b14449e677404d77c00c564e9180796f-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/35aa0d942c98f04d2af500bbbc5eb06d-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0bb83e4dae281c68216e9e42419ed9ee-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f198688434a572268f3c161392f8433f-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/41ed1db61ccac517a20485de2e542e3c-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4dedd2d21b27c6f63c9370570f3ecfba-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7354f9d917dcbfa142be22ad4ddfb9dd-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:37603.09,&quot;priceOfPerSaleableConverted&quot;:37603.092783505155,&quot;priceOfUnitArea&quot;:37603.09,&quot;priceOfUnitAreaConverted&quot;:37603.092783505155,&quot;priceView&quot;:&quot;By Tender&quot;,&quot;propertyCustomFields&quot;:&quot;[]&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;One Stanley&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;128 Wong Ma Kok Road&quot;,&quot;propertyType&quot;:&quot;House&quot;,&quot;publishDateTime&quot;:1714348800000,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:2716.0,&quot;saleableConverted&quot;:2716.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;By Tender&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;[]&quot;,&quot;towerCustomFields&quot;:&quot;[]&quot;,&quot;towerName&quot;:&quot;One Stanley&quot;,&quot;towerStreetAddress&quot;:&quot;128 Wong Mak Kok Road&quot;,&quot;uniqueID&quot;:&quot;SYSID051176&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[],&quot;videos&quot;:[],&quot;views&quot;:[&quot;Sea View&quot;],&quot;viewsStr&quot;:&quot;Sea View&quot;},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;4/29/26 3:36 PM&quot;,&quot;address&quot;:&quot;128 Wong Mak Kok Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28809069&quot;,&quot;contactEmail&quot;:&quot;melody@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Melody&quot;,&quot;contactLastName&quot;:&quot;Wan 溫美蘭&quot;,&quot;contactLicenseNumber&quot;:&quot;E-416081&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Melody Wan 溫美蘭&quot;,&quot;contactPhone&quot;:&quot;+852 59944991&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/2168e1a0589329035a2bea0f9aec0d85.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2OuVYAU&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;newudonchai&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2OuVYAU&quot;,&quot;whatsapp&quot;:&quot;85259944991&quot;},{&quot;contactEmail&quot;:&quot;alan@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Alan&quot;,&quot;contactLastName&quot;:&quot;Li 李晞&quot;,&quot;contactLicenseNumber&quot;:&quot;E-352238&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Alan Li 李晞&quot;,&quot;contactPhone&quot;:&quot;+852 98311264&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/a5f2af91fc3e62b1200decdc83028917.jpeg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2yptYAA&quot;,&quot;contactTitle&quot;:&quot;Executive Director&quot;,&quot;contactWeChatID&quot;:&quot;alanlhhk&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2yptYAA&quot;,&quot;whatsapp&quot;:&quot;85298311264&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:2023,&quot;buildingYearStr&quot;:&quot;2023&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_LVRM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ab4a4fa1d577181f23ad2999f7ea58bb-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_VIEW 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2b686175988947c6844de0186ac43526-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_YARK 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e988a8e6b770e161b84b7e1f3074eca7-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_LVRM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/94836b88886d45b8227172840e90faca-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_LVRM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/117dc8747437143b3a7755e2d3fb58bf-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_LVRM 5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/103f63220dae0e4d7a57734f79c339d9-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BDM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/02598d02187d788763dc379eeb1bda35-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BTM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6d12caec4ca1d04e4b2c07be53d96448-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_PTO 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/52dd99becb48a09c8088133401af3208-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BDM 5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/301d9809afd206565303c690d08299ac-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BTM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/72210095b0c0e31f2f4c1194b23ff71a-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_PTO 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2f91dd8fa6a743489884c0a6bc6635f4-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BDM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5c314dece25561d8f64d16ae489cbb1f-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BTM 5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f2d2780667860ad0672698d4edc80733-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BDM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7d40fdcf6b5748216f6044a7bc73090d-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BTM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ffe56a095a89d7416f172ac7fbe92db8-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BDM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2e71ee1117855c565c62c3ff3b9e858b-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_BTM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9b43e02af37f94640ad9ddf3bde43488-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_ROOF 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/396b023b6250dbec38d995886b3ec494-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_KTN 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/dd775c438738e93d6a4fe62de2008efa-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_KTN 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4f4d39f842fdc97d0267499105d22045-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_HALLWAY 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7da51ec6d0fa99f44ca00e63e5aceff1-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley, House 11_FRONT 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/83ca3f57e17e55cb618a036ff1782c39-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;One Stanley Clubhouse-GYM2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0bb83e4dae281c68216e9e42419ed9ee-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Clubhouse5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f198688434a572268f3c161392f8433f-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Clubhouse3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/41ed1db61ccac517a20485de2e542e3c-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;OneStanley_Clubhouse2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4dedd2d21b27c6f63c9370570f3ecfba-wtm.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Designed by Robert A. M. Stern Architects (RAMSA)\n* Seaside residences perfectly positioned overlooking the South China Sea\n* Offers a privileged lifestyle and relaxed atmosphere\n\n\nINFORMATION TO PURCHASERS AND DISCLAIMERS\n\nName of the Development: One Stanley | District: Stanley | Name of Street and Street Number: 128 Wong Ma Kok Road | Website Address Designated by the Vendor for the Development: www.onestanley.com.hk#\nThe photographs, images, drawings or sketches shown in this advertisement/promotional material represent an artist&#39;s impression of the development concerned only. They are not drawn to scale and/or may have been edited and processed with computerized imaging techniques. Prospective purchasers should make reference to the sales brochure for details of the development. The Vendor also advises prospective purchasers to conduct an on-site visit for a better understanding of the development site, its surrounding environment, and the public facilities nearby. | #The address of the website designated by the Vendor for the Development for the purposes of Part 2 of the Residential Properties (First-hand Sales) Ordinance.\n\nVendor: K Wise Limited |  Holding Companies of the Vendor: Fountain Treasure Limited, K&amp;K Property Holdings Limited and K&amp;K Funding Limited | Authorized Person for the Development: Mr. Wong Ming Yim |  The firm or corporation of which an Authorized Person for the Development is a proprietor, director or employee in his or her professional capacity: DLN Architects Limited | Building Contractor for the Development: Treasure Construction Engineering Limited (a wholly-owned subsidiary of China State Construction Development Holdings Limited) | The firm of solicitors acting for the Owner in relation to the sale of residential properties in the Development: Mayer Brown | Authorized institution that has made a loan, or has undertaken to provide finance, for the construction of the Development: Bank of China (Hong Kong) Limited | Any other person who has made a loan for the construction of the Development: Fountain Treasure Limited | This advertisement / promotional material does not constitute and shall not be construed as making any offer, representation, undertaking, or warranty (whether or not with respect to the landscape) by the Vendor, whether express or implied.  Prospective purchasers are advised to refer to the sales brochure for any information on the Development. Please refer to the sales brochure for details. | The website is published by the Vendor or with the consent of the Vendor.\n\nThis website and all its contents are for reference only, and do not constitute and shall not be construed as constituting any express or implied offer, representation, undertaking, or warranty by the Vendor (whether related to view or not).&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;RHK002614&quot;,&quot;facilityList&quot;:[&quot;Balcony/Terrace&quot;,&quot;Garden&quot;,&quot;Private Garden&quot;,&quot;Helper&#39;s Room&quot;,&quot;Clubhouse&quot;,&quot;Gym&quot;,&quot;Pet friendly&quot;,&quot;Private Roof Terrace&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Designer House of Seaside Residences&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID051178&quot;,&quot;lastModifiedDateTime&quot;:1779781591000,&quot;latitude&quot;:22.2057212,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;One Stanley&quot;,&quot;listingPrice&quot;:1.4612E+8,&quot;listingPriceConverted&quot;:1.4612E+8,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000QHE4R2AX&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; South &gt; Stanley&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;South&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south/stanley&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLL2A5&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Stanley&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://www.habitat-property.com/cn/news/neighbourhoods/stanley-chung-hom-kok&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://www.habitat-property.com/news/neighbourhoods/stanley-chung-hom-kok&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://www.habitat-property.com/zh/news/neighbourhoods/stanley-chung-hom-kok&quot;}],&quot;longitude&quot;:114.2140669,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/stanley/128-wong-mak-kok-road-one-stanley-sysid051178-rhk002614&quot;,&quot;numOfBalcony&quot;:1.0,&quot;numOfBathroom&quot;:7.0,&quot;numOfBedroom&quot;:5.0,&quot;numOfCarpark&quot;:0.0,&quot;numOfHelperRoom&quot;:1.0,&quot;numOfLivingRoom&quot;:1.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ab4a4fa1d577181f23ad2999f7ea58bb-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2b686175988947c6844de0186ac43526-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e988a8e6b770e161b84b7e1f3074eca7-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/94836b88886d45b8227172840e90faca-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/117dc8747437143b3a7755e2d3fb58bf-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/103f63220dae0e4d7a57734f79c339d9-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/02598d02187d788763dc379eeb1bda35-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6d12caec4ca1d04e4b2c07be53d96448-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/52dd99becb48a09c8088133401af3208-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/301d9809afd206565303c690d08299ac-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/72210095b0c0e31f2f4c1194b23ff71a-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2f91dd8fa6a743489884c0a6bc6635f4-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5c314dece25561d8f64d16ae489cbb1f-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f2d2780667860ad0672698d4edc80733-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7d40fdcf6b5748216f6044a7bc73090d-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ffe56a095a89d7416f172ac7fbe92db8-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2e71ee1117855c565c62c3ff3b9e858b-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9b43e02af37f94640ad9ddf3bde43488-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/396b023b6250dbec38d995886b3ec494-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/dd775c438738e93d6a4fe62de2008efa-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4f4d39f842fdc97d0267499105d22045-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7da51ec6d0fa99f44ca00e63e5aceff1-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/83ca3f57e17e55cb618a036ff1782c39-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0bb83e4dae281c68216e9e42419ed9ee-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f198688434a572268f3c161392f8433f-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/41ed1db61ccac517a20485de2e542e3c-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4dedd2d21b27c6f63c9370570f3ecfba-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:43800.96,&quot;priceOfPerSaleableConverted&quot;:43800.95923261391,&quot;priceOfUnitArea&quot;:43800.96,&quot;priceOfUnitAreaConverted&quot;:43800.95923261391,&quot;priceView&quot;:&quot;By Tender&quot;,&quot;propertyCustomFields&quot;:&quot;[]&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;One Stanley&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;128 Wong Ma Kok Road&quot;,&quot;propertyType&quot;:&quot;House&quot;,&quot;publishDateTime&quot;:1714348800000,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:3336.0,&quot;saleableConverted&quot;:3336.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;By Tender&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;[]&quot;,&quot;towerCustomFields&quot;:&quot;[]&quot;,&quot;towerName&quot;:&quot;One Stanley&quot;,&quot;towerStreetAddress&quot;:&quot;128 Wong Mak Kok Road&quot;,&quot;uniqueID&quot;:&quot;SYSID051178&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[],&quot;videos&quot;:[],&quot;views&quot;:[&quot;Sea View&quot;],&quot;viewsStr&quot;:&quot;Sea View&quot;},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;address&quot;:&quot;7 Stanley Village Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28809069&quot;,&quot;contactEmail&quot;:&quot;melody@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Melody&quot;,&quot;contactLastName&quot;:&quot;Wan 溫美蘭&quot;,&quot;contactLicenseNumber&quot;:&quot;E-416081&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Melody Wan 溫美蘭&quot;,&quot;contactPhone&quot;:&quot;+852 59944991&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/2168e1a0589329035a2bea0f9aec0d85.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2OuVYAU&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;newudonchai&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2OuVYAU&quot;,&quot;whatsapp&quot;:&quot;85259944991&quot;},{&quot;contactEmail&quot;:&quot;karen.tam@habitat-property.com&quot;,&quot;contactFirstName&quot;:&quot;Karen&quot;,&quot;contactLastName&quot;:&quot;Tam 譚凱因&quot;,&quot;contactLicenseNumber&quot;:&quot;S-342319&quot;,&quot;contactName&quot;:&quot;Karen Tam 譚凱因&quot;,&quot;contactPhone&quot;:&quot;+852 92371008&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/722973f10aaa8f09023569cebd3b13a8.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2tyIYAQ&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;KarenTam2024&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2tyIYAQ&quot;,&quot;whatsapp&quot;:&quot;85292371008&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:1995,&quot;buildingYearStr&quot;:&quot;1995&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_LVRM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7f1fc60e85c720967d15fe2ca81eb999-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_VIEW 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/03867b29987084dfe91bb6a90c0b2cf8-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_YARK 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/93fcb3073944d9ce7ddf6efdd51ce9ce-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_YARK 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/40185c6802a89c4cc291ac9c2d668914-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_LVRM 5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0e1c6bf590e4ee1d64361b26e921d592-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_LVRM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e795e9095a1738d2e7fa24c45d0b62c6-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_LVRM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d9868c74a6268f2f438fca7fd2634fd8-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_LVRM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/57d78ed8a965f32826d01401f89c2ae2-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_KTN 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/56386a4e9b2ef5875a0c901d179210d4-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_KTN 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/eb13e668867654ce3d1e840272adaeee-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_BDM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3befc1396f52c78cb4f395759fcc78e3-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B-4284.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e50c042da21f58182cd6f2567112c572-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_BDM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/39609024ded6cd9c0b7b8946dd0d0135-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_BDM 5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4cb60551806597706026cd18d8d2c5e3-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_BDM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/cefa0ff6a4ce950f9f458408b92af13e-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_CLSM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/54b543b66c35f9c16db513d09a131a35-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_BTM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/65d093b6f5e5ef8f4e68233fe6c9230a-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_BDM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/187faf1fceef4ec6e0c5de6210a91a05-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Stanford villa Blk1, G&amp;1B_BTM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a8c68a09a0e77e148adc4424d9a3ac8b-wtm.jpg/public&quot;}],&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Lovely duplex apartment with green views\n* Good size living room leads to the private garden terrace\n* Efficient &amp; well laid out 4 bedrooms \n* Great open plan kitchen \n* Nice low-rise development with excellent communal pool\n* Walking distance to Stanley markets, restaurants and the beach\n* 2 carparking spaces&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;18231&quot;,&quot;facilityList&quot;:[&quot;Unique&quot;,&quot;Balcony/Terrace&quot;,&quot;Private Garden&quot;,&quot;Helper&#39;s Room&quot;,&quot;Gym&quot;,&quot;Childrens Play Area&quot;,&quot;Communal Pool&quot;,&quot;Pet friendly&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;furnishingType&quot;:&quot;Good quality and condition&quot;,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:2104.0,&quot;grossConverted&quot;:2104.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Renovated Duplex Apartment in Stanley - with Terrace&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID013628&quot;,&quot;lastModifiedDateTime&quot;:1779779767000,&quot;latitude&quot;:22.218942,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Stanford Villa Blk 1&quot;,&quot;listingPrice&quot;:4.5E+7,&quot;listingPriceConverted&quot;:4.5E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000Hbt6z2AB&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; South &gt; Stanley&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;South&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/south/stanley&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLL2A5&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Stanley&quot;,&quot;subLocations&quot;:[],&quot;websiteNeighbourhoodsLinkCN&quot;:&quot;https://www.habitat-property.com/cn/news/neighbourhoods/stanley-chung-hom-kok&quot;,&quot;websiteNeighbourhoodsLinkEN&quot;:&quot;https://www.habitat-property.com/news/neighbourhoods/stanley-chung-hom-kok&quot;,&quot;websiteNeighbourhoodsLinkZH&quot;:&quot;https://www.habitat-property.com/zh/news/neighbourhoods/stanley-chung-hom-kok&quot;}],&quot;longitude&quot;:114.2126338,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/stanley/7-stanley-village-road-stanford-villa-blk-1-sysid013628-18231&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:4.0,&quot;numOfBedroom&quot;:4.0,&quot;numOfCarpark&quot;:2.0,&quot;numOfHelperRoom&quot;:0.0,&quot;numOfLivingRoom&quot;:0.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7f1fc60e85c720967d15fe2ca81eb999-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/03867b29987084dfe91bb6a90c0b2cf8-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/93fcb3073944d9ce7ddf6efdd51ce9ce-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/40185c6802a89c4cc291ac9c2d668914-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0e1c6bf590e4ee1d64361b26e921d592-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e795e9095a1738d2e7fa24c45d0b62c6-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d9868c74a6268f2f438fca7fd2634fd8-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/57d78ed8a965f32826d01401f89c2ae2-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/56386a4e9b2ef5875a0c901d179210d4-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/eb13e668867654ce3d1e840272adaeee-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3befc1396f52c78cb4f395759fcc78e3-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e50c042da21f58182cd6f2567112c572-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/39609024ded6cd9c0b7b8946dd0d0135-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4cb60551806597706026cd18d8d2c5e3-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/cefa0ff6a4ce950f9f458408b92af13e-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/54b543b66c35f9c16db513d09a131a35-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/65d093b6f5e5ef8f4e68233fe6c9230a-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/187faf1fceef4ec6e0c5de6210a91a05-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a8c68a09a0e77e148adc4424d9a3ac8b-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:21387.83,&quot;priceOfPerGrossConverted&quot;:21387.832699619772,&quot;priceOfPerSaleable&quot;:26315.79,&quot;priceOfPerSaleableConverted&quot;:26315.78947368421,&quot;priceOfUnitArea&quot;:26315.79,&quot;priceOfUnitAreaConverted&quot;:26315.78947368421,&quot;priceView&quot;:&quot;$45M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Stanford Villa&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;7 Stanley Village Road&quot;,&quot;publishDateTime&quot;:1729468800000,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:1710.0,&quot;saleableConverted&quot;:1710.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$45M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;Stanford Villa Blk 1&quot;,&quot;towerStreetAddress&quot;:&quot;7 Stanley Village Road&quot;,&quot;uniqueID&quot;:&quot;SYSID013628&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[&quot;https://habitat-property.com/en/buy/18231&quot;],&quot;videos&quot;:[],&quot;views&quot;:[]},{&quot;accountCustomFields&quot;:&quot;[]&quot;,&quot;activeTime&quot;:&quot;3/24/26 5:11 PM&quot;,&quot;address&quot;:&quot;69A-69B Robinson Road&quot;,&quot;agencyType&quot;:&quot;Direct&quot;,&quot;agents&quot;:[{&quot;contactAddPhone1&quot;:&quot;+852 28699069&quot;,&quot;contactEmail&quot;:&quot;jeremy@habitat-property.com&quot;,&quot;contactFacebook&quot;:&quot;https://bit.ly/43Bbz5g&quot;,&quot;contactFirstName&quot;:&quot;Jeremy&quot;,&quot;contactLastName&quot;:&quot;Ray-Zwar&quot;,&quot;contactLicenseNumber&quot;:&quot;S-544450&quot;,&quot;contactLinkedIn&quot;:&quot;https://bit.ly/461u7gW&quot;,&quot;contactName&quot;:&quot;Jeremy Ray-Zwar&quot;,&quot;contactPhone&quot;:&quot;+852 67763378&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/3c00ab21d8b42867060cafc4a2ca25d9.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00000w2q4MYAQ&quot;,&quot;contactTitle&quot;:&quot;Senior Consultant&quot;,&quot;contactWeChatID&quot;:&quot;jeremyrayzwar&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00000w2q4MYAQ&quot;,&quot;whatsapp&quot;:&quot;85267763378&quot;},{&quot;contactEmail&quot;:&quot;aliz@habitat-property.com&quot;,&quot;contactFirstName&quot;:&quot;Aliz&quot;,&quot;contactLastName&quot;:&quot;Hui 許可欣&quot;,&quot;contactLicenseNumber&quot;:&quot;S-624971&quot;,&quot;contactName&quot;:&quot;Aliz Hui 許可欣&quot;,&quot;contactPhone&quot;:&quot;+852 95121108&quot;,&quot;contactPhoto&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/avatar/73d3ba8c4eb001261dc84d884ea380dd.jpg/public&quot;,&quot;contactSFID&quot;:&quot;003RA00001BRIBlYAP&quot;,&quot;contactTitle&quot;:&quot;Consultant&quot;,&quot;contactWeChatID&quot;:&quot;V95121108&quot;,&quot;detailPath&quot;:&quot;/agent/003RA00001BRIBlYAP&quot;,&quot;whatsapp&quot;:&quot;85295121108&quot;}],&quot;basement&quot;:false,&quot;bathrooms12&quot;:0.0,&quot;bathrooms14&quot;:0.0,&quot;bathrooms34&quot;:0.0,&quot;buildingYear&quot;:1965,&quot;buildingYearStr&quot;:&quot;1965&quot;,&quot;captionPictures&quot;:[{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_LVRM 5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/529fd3841ccfbcac28978962f280e8ad-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_VIEW 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/131c92754bfae7748e259ee8959cc04b-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_LVRM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/64cdc0e92fdae749d04add9adcffab62-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_LVRM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b5cfe4ffc86575011fb1af82f5967cb1-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_LVRM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a66a88dda6dcac714d09f926d4fa52fb-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_LVRM 7.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/36c90661babb224d8e002740170391b2-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_LVRM 6.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/05d14a7e986a2cbac1415915e79e9b43-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_HALLWAY 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/73487b9fd84cb4ccf9efcadf0b0c303f-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_BDM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b3fbc9831aab54015f836d10054ca8c3-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_HALLWAY 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/54b0241ef7e82c07b82a5ba383a4c97e-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_BDM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/25dade9260287aa148913a3ac4cc9517-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_BTM 2.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a003bddb031d978ac8577380f86412c8-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_BTM 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fe45fdb09193a1811a1bff57d3eaa36a-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_BDM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2cbc6366904d18ad0cc98de6e20cb6cb-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_BTM 3.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2b045e9d3a5de75dea6abf4008bd568a-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_BDM 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7e7641fbe6385a944ece375c1a604a13-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_HALLWAY 5.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a324f3f480cc077e9bdd1f0ad9e79c72-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_HALLWAY 4.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b2263f337c240321d8a92f38434f5755-wtm.jpg/public&quot;},{&quot;caption&quot;:&quot;image&quot;,&quot;name&quot;:&quot;Manly Mansion 9B_KTN 1.jpg&quot;,&quot;url&quot;:&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/653f7424a93392a2114159400f7b39d0-wtm.jpg/public&quot;}],&quot;carParkInfo&quot;:&quot;[{\&quot;name\&quot;:\&quot;Car Parks\&quot;,\&quot;type\&quot;:\&quot;Unknown\&quot;}]&quot;,&quot;coolingList&quot;:[],&quot;currency&quot;:&quot;HKD&quot;,&quot;description&quot;:&quot;* Good sized 3 bedrooms\n* Open plan kitchen\n* High quality interior finish with attention to every detail\n* Excellent storage throughout\n* Great for families&quot;,&quot;distanceToAirport&quot;:0.0,&quot;distanceToOcean&quot;:0.0,&quot;distanceToSchool&quot;:0.0,&quot;distanceToTransportation&quot;:0.0,&quot;epcPictures&quot;:[],&quot;estateType&quot;:&quot;Multi-Unit&quot;,&quot;externalListingId&quot;:&quot;RHK002394&quot;,&quot;facilityList&quot;:[&quot;Helper&#39;s Room&quot;],&quot;features&quot;:[],&quot;fireplace&quot;:false,&quot;floorPlanPictures&quot;:[],&quot;floorZone&quot;:&quot;N/A&quot;,&quot;flooringList&quot;:[],&quot;fullBathroom&quot;:0.0,&quot;furnishingType&quot;:&quot;Contemporary Western&quot;,&quot;governmentRates&quot;:&quot;&quot;,&quot;gross&quot;:0.0,&quot;grossConverted&quot;:0.0,&quot;grossMeasure&quot;:&quot;Square Foot&quot;,&quot;headline&quot;:&quot;Sophisticated Home Featuring Custom Details&quot;,&quot;heatingFuelList&quot;:[],&quot;heatingList&quot;:[],&quot;hkUniqueidFormule&quot;:&quot;SYSID048987&quot;,&quot;lastModifiedDateTime&quot;:1779761032000,&quot;latitude&quot;:22.2808283,&quot;leaseExpiry&quot;:&quot;&quot;,&quot;levels&quot;:0.0,&quot;listingCustomFields&quot;:&quot;[]&quot;,&quot;listingName&quot;:&quot;Manly Mansion&quot;,&quot;listingPrice&quot;:3.5E+7,&quot;listingPriceConverted&quot;:3.5E+7,&quot;listingPriceOnApplication&quot;:false,&quot;listingSFID&quot;:&quot;a0NRA00000NzuuT2AR&quot;,&quot;listingStatus&quot;:&quot;Active&quot;,&quot;listingType&quot;:&quot;Purchase&quot;,&quot;livableSize&quot;:0.0,&quot;location&quot;:&quot;Hong Kong SAR &gt; Hong Kong Island &gt; Mid Levels &gt; Mid-levels West&quot;,&quot;locationList&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-sar&quot;,&quot;id&quot;:&quot;a0IRA00000JIyHK2A1&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong SAR&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/mid-levels&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Mid Levels&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-sar/hong-kong-island/mid-levels/mid-levels-west&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yH2AT&quot;,&quot;level&quot;:0,&quot;name&quot;:&quot;Mid-levels West&quot;,&quot;subLocations&quot;:[]}],&quot;longitude&quot;:114.1494369,&quot;lot&quot;:0.0,&quot;lotConverted&quot;:0.0,&quot;managementFee&quot;:&quot;Monthly - 3300&quot;,&quot;newFriendlyUrl&quot;:&quot;/listing/for-sale/mid-levels-west/69a-b-robinson-road-manly-mansion-sysid048987-rhk002394&quot;,&quot;numOfBalcony&quot;:0.0,&quot;numOfBathroom&quot;:2.0,&quot;numOfBedroom&quot;:3.0,&quot;numOfCarpark&quot;:1.0,&quot;numOfHelperRoom&quot;:1.0,&quot;numOfLivingRoom&quot;:1.0,&quot;numOfLivingRoom2&quot;:0.0,&quot;numberOfSwimmingPool&quot;:0.0,&quot;origViews&quot;:[],&quot;pictures&quot;:[&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/529fd3841ccfbcac28978962f280e8ad-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/131c92754bfae7748e259ee8959cc04b-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/64cdc0e92fdae749d04add9adcffab62-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b5cfe4ffc86575011fb1af82f5967cb1-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a66a88dda6dcac714d09f926d4fa52fb-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/36c90661babb224d8e002740170391b2-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/05d14a7e986a2cbac1415915e79e9b43-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/73487b9fd84cb4ccf9efcadf0b0c303f-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b3fbc9831aab54015f836d10054ca8c3-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/54b0241ef7e82c07b82a5ba383a4c97e-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/25dade9260287aa148913a3ac4cc9517-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a003bddb031d978ac8577380f86412c8-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fe45fdb09193a1811a1bff57d3eaa36a-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2cbc6366904d18ad0cc98de6e20cb6cb-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2b045e9d3a5de75dea6abf4008bd568a-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7e7641fbe6385a944ece375c1a604a13-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a324f3f480cc077e9bdd1f0ad9e79c72-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b2263f337c240321d8a92f38434f5755-wtm.jpg/public&quot;,&quot;https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/653f7424a93392a2114159400f7b39d0-wtm.jpg/public&quot;],&quot;priceOfPerGross&quot;:0.0,&quot;priceOfPerGrossConverted&quot;:0.0,&quot;priceOfPerSaleable&quot;:20266.36,&quot;priceOfPerSaleableConverted&quot;:20266.35784597568,&quot;priceOfUnitArea&quot;:20266.36,&quot;priceOfUnitAreaConverted&quot;:20266.35784597568,&quot;priceView&quot;:&quot;$35M&quot;,&quot;propertyFacilityList&quot;:[],&quot;propertyName&quot;:&quot;Manly Mansion&quot;,&quot;propertyRecordType&quot;:&quot;Property&quot;,&quot;propertyStreetAddress&quot;:&quot;69A-69B Robinson Road&quot;,&quot;propertyType&quot;:&quot;Apartment&quot;,&quot;rentalYield&quot;:&quot;0.0%&quot;,&quot;roofList&quot;:[],&quot;saleable&quot;:1727.0,&quot;saleableConverted&quot;:1727.0,&quot;saleableMeasure&quot;:&quot;Square Foot&quot;,&quot;showPriceView&quot;:&quot;$35M&quot;,&quot;sidingList&quot;:[],&quot;sizeOfSwimmingPool&quot;:0.0,&quot;stories&quot;:0.0,&quot;swimmingPoolDetail&quot;:&quot;&quot;,&quot;towerName&quot;:&quot;Manly Mansion&quot;,&quot;towerStreetAddress&quot;:&quot;69A-69B Robinson Road&quot;,&quot;uniqueID&quot;:&quot;SYSID048987&quot;,&quot;unitCustomFields&quot;:&quot;[]&quot;,&quot;unitOfMeasure&quot;:&quot;Square Foot&quot;,&quot;videoLinks&quot;:[],&quot;videos&quot;:[],&quot;views&quot;:[]}],&quot;page&quot;:{&quot;pageIndex&quot;:0,&quot;pageSize&quot;:20,&quot;totalElements&quot;:1409,&quot;totalPages&quot;:71}}}"
      :bedrooms='[
        { key: &quot;0&quot;, sole: true, value: &quot;Studio&quot; },
        { key: &quot;1&quot;, value: &quot;1+&quot; },
        { key: &quot;2&quot;, value: &quot;2+&quot; },
        { key: &quot;3&quot;, value: &quot;3+&quot; },
        { key: &quot;4&quot;, value: &quot;4+&quot; },
        { key: &quot;5&quot;, value: &quot;5+&quot; }
      ]'
      :all-locations="[{&quot;friendlyUrl&quot;:&quot;hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;South&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/aberdeen&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLC2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Aberdeen&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/ap-lei-chau&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLD2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Ap Lei Chau&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/chung-hom-kok&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLE2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Chung Hom Kok&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/deep-water-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLF2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Deep Water Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/redhill-peninsula&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLG2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Redhill Peninsula&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/repulse-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLH2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Repulse Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/shek-o&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLI2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Shek O&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/shouson-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLJ2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Shouson Hill&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/south-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLK2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;South Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/stanley&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLL2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Stanley&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/tai-tam&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLM2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Tai Tam&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/wong-chuk-hang&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLO2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Wong Chuk Hang&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/tin-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLN2A5&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tin Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/peak&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7E92AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Peak&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/peak/the-peak&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9Sr2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;The Peak&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7E92AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Mid Levels&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-central&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yE2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Mid-levels Central&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-east&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yF2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Mid-levels East&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-north&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yG2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Mid-levels North&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-west&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yH2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Mid-levels West&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yD2AT&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Mid-levels&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;West&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/kennedy-town&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mD2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Kennedy Town&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/pok-fu-lam&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mE2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Pok Fu Lam&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/sai-ying-pun&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mG2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Sai Ying Pun&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/sheung-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mI2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Sheung Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/shek-tong-tsui&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mH2AT&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Shek Tong Tsui&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/sai-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mF2AT&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Sai Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Central&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/admiralty&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gf2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Admiralty&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/causeway-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gg2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Causeway Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/central&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gh2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Central&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/happy-valley&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gi2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Happy Valley&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/jardine-s-lookout&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gj2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Jardine&#39;s Lookout&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/soho&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gk2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Soho&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/wan-chai&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gl2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Wan Chai&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;East&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/chai-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wn2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Chai Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/north-point&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wq2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;North Point&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/quarry-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Ws2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Quarry Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/tai-hang&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wv2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Tai Hang&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/tin-hau&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wx2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Tin Hau&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/fortress-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wo2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Fortress Hill&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/heng-fa-chuen&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wp2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Heng Fa Chuen&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/north-point-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wr2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;North Point Hill&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/sai-wan-ho&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wt2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Sai Wan Ho&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/shau-kei-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wu2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Shau Kei Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/taikoo-shing&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Ww2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Taikoo Shing&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]}]}]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Kowloon&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ5ib2AD&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/ho-man-tin&quot;,&quot;id&quot;:&quot;a0IRA00000JJBss2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Ho Man Tin&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kai-tak&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsw2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Kai Tak&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon-station&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsz2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Kowloon Station&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon-tong&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt02AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Kowloon Tong&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/tsim-sha-tsui&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt52AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Tsim Sha Tsui&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/jordan&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsu2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Jordan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/tsuen-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt62AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tsuen Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/hung-hom&quot;,&quot;id&quot;:&quot;a0IRA00000JJBst2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Hung Hom&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/prince-edward&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt22AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Prince Edward&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/yau-ma-tei&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt72AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Yau Ma Tei&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/yau-yat-chuen&quot;,&quot;id&quot;:&quot;a0IRA00000LEqlp2AD&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Yau Yat Chuen&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon-city&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsy2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kowloon City&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/cheung-sha-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsr2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Cheung Sha Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/shek-kip-mei&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt32AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Shek Kip Mei&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/mong-kok&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt12AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Mong Kok&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsx2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kowloon&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kadoorie-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsv2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kadoorie Hill&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/tai-kok-tsui&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt42AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tai Kok Tsui&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/west-kowloon&quot;,&quot;id&quot;:&quot;a0IRA00000Mu0QT2AZ&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;West Kowloon&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/lai-chi-kok&quot;,&quot;id&quot;:&quot;a0IRA00000U1nJx2AJ&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Lai Chi Kok&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;New Territories&quot;,&quot;parentId&quot;:&quot;a0IRA00000JIrfl2AD&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/clear-water-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLt2AP&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Clear Water Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/sai-kung&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLy2AP&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Sai Kung&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/gold-coast&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLu2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Gold Coast&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/kwu-tung-south&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLw2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kwu Tung South&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/kwu-tung&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLv2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kwu Tung&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tai-po&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM22AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tai Po&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tuen-mun&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM52AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tuen Mun&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/so-kwun-wat&quot;,&quot;id&quot;:&quot;a0IRA00000LEqc92AD&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;So Kwun Wat&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/fanling&quot;,&quot;id&quot;:&quot;a0IRA00000LEogo2AD&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Fanling&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/sai-kung-country-park&quot;,&quot;id&quot;:&quot;a0IRA00000LEqKQ2A1&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Sai Kung Country Park&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tai-lam&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM12AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tai Lam&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tseung-kwan-o&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM42AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tseung Kwan O&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/sheung-shui&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM02AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Sheung Shui&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/shatin&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLz2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Shatin&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/new-territories&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLx2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;New Territories&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tai-wai&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM32AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tai Wai&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/yuen-long&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM62AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Yuen Long&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/kau-to-shan&quot;,&quot;id&quot;:&quot;a0IRA00000PvxjJ2AR&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kau To Shan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Outlying Islands&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ5c92AD&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/lantau-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdg2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Lantau Island&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/midvale-village-discovery-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdi2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Midvale Village, Discovery Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/south-lantau&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdk2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;South Lantau&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/south-lantau-coast&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdl2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;South Lantau Coast&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/lamma-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdf2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Lamma Island&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/peng-chau&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdj2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Peng Chau&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/tung-chung&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdm2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tung Chung&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/ma-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdh2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Ma Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/discovery-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJCde2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Discovery Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/cheung-chau&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdd2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Cheung Chau&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]}]}]"
      :min-size-options="[{&quot;key&quot;:&quot;400&quot;,&quot;value&quot;:&quot;400SF&quot;},{&quot;key&quot;:&quot;600&quot;,&quot;value&quot;:&quot;600SF&quot;},{&quot;key&quot;:&quot;800&quot;,&quot;value&quot;:&quot;800SF&quot;},{&quot;key&quot;:&quot;1000&quot;,&quot;value&quot;:&quot;1000SF&quot;},{&quot;key&quot;:&quot;1200&quot;,&quot;value&quot;:&quot;1300SF&quot;},{&quot;key&quot;:&quot;1400&quot;,&quot;value&quot;:&quot;1400SF&quot;},{&quot;key&quot;:&quot;1600&quot;,&quot;value&quot;:&quot;1600SF&quot;},{&quot;key&quot;:&quot;1800&quot;,&quot;value&quot;:&quot;1800SF&quot;},{&quot;key&quot;:&quot;2000&quot;,&quot;value&quot;:&quot;2000SF&quot;},{&quot;key&quot;:&quot;2500&quot;,&quot;value&quot;:&quot;2500SF&quot;}]"
      :max-size-options="[{&quot;key&quot;:&quot;600&quot;,&quot;value&quot;:&quot;600SF&quot;},{&quot;key&quot;:&quot;800&quot;,&quot;value&quot;:&quot;800SF&quot;},{&quot;key&quot;:&quot;1000&quot;,&quot;value&quot;:&quot;1000SF&quot;},{&quot;key&quot;:&quot;1200&quot;,&quot;value&quot;:&quot;1300SF&quot;},{&quot;key&quot;:&quot;1400&quot;,&quot;value&quot;:&quot;1400SF&quot;},{&quot;key&quot;:&quot;1600&quot;,&quot;value&quot;:&quot;1600SF&quot;},{&quot;key&quot;:&quot;1800&quot;,&quot;value&quot;:&quot;1800SF&quot;},{&quot;key&quot;:&quot;2000&quot;,&quot;value&quot;:&quot;2000SF&quot;},{&quot;key&quot;:&quot;2500&quot;,&quot;value&quot;:&quot;2500SF&quot;},{&quot;key&quot;:&quot;3000&quot;,&quot;value&quot;:&quot;3000SF&quot;}]"
      :collection="[{&quot;key&quot;:&quot;a06RA00000o9WKKYA2&quot;,&quot;value&quot;:&quot;Below Bank Valuation&quot;},{&quot;key&quot;:&quot;a06RA00000soYyjYAE&quot;,&quot;value&quot;:&quot;Family Enclaves&quot;},{&quot;key&quot;:&quot;a06RA00000soecgYAA&quot;,&quot;value&quot;:&quot;By The Water&quot;},{&quot;key&quot;:&quot;a06RA00000sonBJYAY&quot;,&quot;value&quot;:&quot;High Yield Investment&quot;},{&quot;key&quot;:&quot;a06RA00000o9PsDYAU&quot;,&quot;value&quot;:&quot;Mortgagee Sale&quot;},{&quot;key&quot;:&quot;SOLE_AGENCY&quot;,&quot;value&quot;:&quot;Sole Agency&quot;},{&quot;key&quot;:&quot;BRAND_NEW_DEVELOPMENT&quot;,&quot;value&quot;:&quot;Brand New Development&quot;}]"
      :condition="{&quot;buildingStyles&quot;:[],&quot;categories&quot;:[],&quot;collectionOptions&quot;:[{&quot;key&quot;:&quot;a06RA00000o9WKKYA2&quot;,&quot;value&quot;:&quot;Below Bank Valuation&quot;},{&quot;key&quot;:&quot;a06RA00000soYyjYAE&quot;,&quot;value&quot;:&quot;Family Enclaves&quot;},{&quot;key&quot;:&quot;a06RA00000soecgYAA&quot;,&quot;value&quot;:&quot;By The Water&quot;},{&quot;key&quot;:&quot;a06RA00000sonBJYAY&quot;,&quot;value&quot;:&quot;High Yield Investment&quot;},{&quot;key&quot;:&quot;a06RA00000o9PsDYAU&quot;,&quot;value&quot;:&quot;Mortgagee Sale&quot;},{&quot;key&quot;:&quot;SOLE_AGENCY&quot;,&quot;value&quot;:&quot;Sole Agency&quot;},{&quot;key&quot;:&quot;BRAND_NEW_DEVELOPMENT&quot;,&quot;value&quot;:&quot;Brand New Development&quot;}],&quot;developer&quot;:[],&quot;facilities&quot;:[],&quot;features&quot;:[{&quot;key&quot;:&quot;a06RA00000o9WK1YAM&quot;,&quot;value&quot;:&quot;Balcony/Terrace&quot;},{&quot;key&quot;:&quot;a06RA00000o9Ps6YAE&quot;,&quot;value&quot;:&quot;Garden&quot;},{&quot;key&quot;:&quot;a06RA00000o9Ps7YAE&quot;,&quot;value&quot;:&quot;Company Structure&quot;},{&quot;key&quot;:&quot;a06RA00000o9Ps8YAE&quot;,&quot;value&quot;:&quot;Private Pool&quot;},{&quot;key&quot;:&quot;a06RA00000o9PsDYAU&quot;,&quot;value&quot;:&quot;Mortgagee Sale&quot;},{&quot;key&quot;:&quot;a06RA00000o9WK5YAM&quot;,&quot;value&quot;:&quot;Gym&quot;},{&quot;key&quot;:&quot;a06RA00000o9WK8YAM&quot;,&quot;value&quot;:&quot;Tennis Court&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKCYA2&quot;,&quot;value&quot;:&quot;Communal Pool&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKEYA2&quot;,&quot;value&quot;:&quot;EV Charger&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKIYA2&quot;,&quot;value&quot;:&quot;Pet friendly&quot;},{&quot;key&quot;:&quot;a06RA00000o9WKJYA2&quot;,&quot;value&quot;:&quot;Rooftop&quot;},{&quot;key&quot;:&quot;CARPARK&quot;,&quot;value&quot;:&quot;CarPark&quot;}],&quot;listingTypes&quot;:[],&quot;locations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Hong Kong Island&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;South&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/aberdeen&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLC2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Aberdeen&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/ap-lei-chau&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLD2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Ap Lei Chau&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/chung-hom-kok&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLE2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Chung Hom Kok&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/deep-water-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLF2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Deep Water Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/redhill-peninsula&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLG2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Redhill Peninsula&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/repulse-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLH2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Repulse Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/shek-o&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLI2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Shek O&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/shouson-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLJ2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Shouson Hill&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/south-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLK2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;South Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/stanley&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLL2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Stanley&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/tai-tam&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLM2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Tai Tam&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/wong-chuk-hang&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLO2A5&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Wong Chuk Hang&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/south/tin-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JIPLN2A5&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tin Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6I52AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/peak&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7E92AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Peak&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/peak/the-peak&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9Sr2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;The Peak&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7E92AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Mid Levels&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-central&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yE2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Mid-levels Central&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-east&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yF2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Mid-levels East&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-north&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yG2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Mid-levels North&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels-west&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yH2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Mid-levels West&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/mid-levels/mid-levels&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8yD2AT&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Mid-levels&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6Zp2AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;West&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/kennedy-town&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mD2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Kennedy Town&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/pok-fu-lam&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mE2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Pok Fu Lam&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/sai-ying-pun&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mG2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Sai Ying Pun&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/sheung-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mI2AT&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Sheung Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/shek-tong-tsui&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mH2AT&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Shek Tong Tsui&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/west/sai-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ9mF2AT&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Sai Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6rZ2AT&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Central&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/admiralty&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gf2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Admiralty&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/causeway-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gg2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Causeway Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/central&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gh2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Central&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/happy-valley&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gi2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Happy Valley&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/jardine-s-lookout&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gj2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Jardine&#39;s Lookout&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/soho&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gk2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Soho&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/central-area/wan-chai&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Gl2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Wan Chai&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6DF2A1&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east&quot;,&quot;id&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;East&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ1qH2AT&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/chai-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wn2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Chai Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/north-point&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wq2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;North Point&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/quarry-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Ws2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Quarry Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/tai-hang&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wv2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Tai Hang&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/tin-hau&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wx2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Tin Hau&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/fortress-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wo2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Fortress Hill&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/heng-fa-chuen&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wp2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Heng Fa Chuen&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/north-point-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wr2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;North Point Hill&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/sai-wan-ho&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wt2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Sai Wan Ho&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/shau-kei-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Wu2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Shau Kei Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;hong-kong-island/east/taikoo-shing&quot;,&quot;id&quot;:&quot;a0IRA00000JJ8Ww2AL&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Taikoo Shing&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ6OX2A1&quot;,&quot;subLocations&quot;:[]}]}]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Kowloon&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ5ib2AD&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/ho-man-tin&quot;,&quot;id&quot;:&quot;a0IRA00000JJBss2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Ho Man Tin&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kai-tak&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsw2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Kai Tak&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon-station&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsz2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Kowloon Station&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon-tong&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt02AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Kowloon Tong&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/tsim-sha-tsui&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt52AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Tsim Sha Tsui&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/jordan&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsu2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Jordan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/tsuen-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt62AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tsuen Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/hung-hom&quot;,&quot;id&quot;:&quot;a0IRA00000JJBst2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Hung Hom&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/prince-edward&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt22AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Prince Edward&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/yau-ma-tei&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt72AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Yau Ma Tei&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/yau-yat-chuen&quot;,&quot;id&quot;:&quot;a0IRA00000LEqlp2AD&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Yau Yat Chuen&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon-city&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsy2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kowloon City&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/cheung-sha-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsr2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Cheung Sha Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/shek-kip-mei&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt32AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Shek Kip Mei&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/mong-kok&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt12AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Mong Kok&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kowloon&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsx2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kowloon&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/kadoorie-hill&quot;,&quot;id&quot;:&quot;a0IRA00000JJBsv2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kadoorie Hill&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/tai-kok-tsui&quot;,&quot;id&quot;:&quot;a0IRA00000JJBt42AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tai Kok Tsui&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/west-kowloon&quot;,&quot;id&quot;:&quot;a0IRA00000Mu0QT2AZ&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;West Kowloon&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;kowloon/kowloon/lai-chi-kok&quot;,&quot;id&quot;:&quot;a0IRA00000U1nJx2AJ&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Lai Chi Kok&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Iz2AL&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;New Territories&quot;,&quot;parentId&quot;:&quot;a0IRA00000JIrfl2AD&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/clear-water-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLt2AP&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Clear Water Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/sai-kung&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLy2AP&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Sai Kung&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/gold-coast&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLu2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Gold Coast&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/kwu-tung-south&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLw2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kwu Tung South&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/kwu-tung&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLv2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kwu Tung&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tai-po&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM22AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tai Po&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tuen-mun&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM52AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tuen Mun&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/so-kwun-wat&quot;,&quot;id&quot;:&quot;a0IRA00000LEqc92AD&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;So Kwun Wat&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/fanling&quot;,&quot;id&quot;:&quot;a0IRA00000LEogo2AD&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Fanling&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/sai-kung-country-park&quot;,&quot;id&quot;:&quot;a0IRA00000LEqKQ2A1&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Sai Kung Country Park&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tai-lam&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM12AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tai Lam&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tseung-kwan-o&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM42AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tseung Kwan O&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/sheung-shui&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM02AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Sheung Shui&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/shatin&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLz2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Shatin&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/new-territories&quot;,&quot;id&quot;:&quot;a0IRA00000JJCLx2AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;New Territories&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/tai-wai&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM32AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tai Wai&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/yuen-long&quot;,&quot;id&quot;:&quot;a0IRA00000JJCM62AP&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Yuen Long&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;new-territories/new-territories/kau-to-shan&quot;,&quot;id&quot;:&quot;a0IRA00000PvxjJ2AR&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Kau To Shan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7UH2A1&quot;,&quot;subLocations&quot;:[]}]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands&quot;,&quot;id&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Outlying Islands&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ5c92AD&quot;,&quot;subLocations&quot;:[{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/lantau-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdg2AH&quot;,&quot;isHidden&quot;:false,&quot;name&quot;:&quot;Lantau Island&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/midvale-village-discovery-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdi2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Midvale Village, Discovery Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/south-lantau&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdk2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;South Lantau&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/south-lantau-coast&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdl2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;South Lantau Coast&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/lamma-island&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdf2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Lamma Island&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/peng-chau&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdj2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Peng Chau&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/tung-chung&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdm2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Tung Chung&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/ma-wan&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdh2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Ma Wan&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/discovery-bay&quot;,&quot;id&quot;:&quot;a0IRA00000JJCde2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Discovery Bay&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]},{&quot;friendlyUrl&quot;:&quot;outlying-islands/outlying-islands/cheung-chau&quot;,&quot;id&quot;:&quot;a0IRA00000JJCdd2AH&quot;,&quot;isHidden&quot;:true,&quot;name&quot;:&quot;Cheung Chau&quot;,&quot;parentId&quot;:&quot;a0IRA00000JJ7Vt2AL&quot;,&quot;subLocations&quot;:[]}]}],&quot;maxPriceOptions&quot;:[{&quot;key&quot;:&quot;5000000&quot;,&quot;value&quot;:&quot;5M&quot;},{&quot;key&quot;:&quot;10000000&quot;,&quot;value&quot;:&quot;10M&quot;},{&quot;key&quot;:&quot;15000000&quot;,&quot;value&quot;:&quot;15M&quot;},{&quot;key&quot;:&quot;20000000&quot;,&quot;value&quot;:&quot;20M&quot;},{&quot;key&quot;:&quot;30000000&quot;,&quot;value&quot;:&quot;30M&quot;}],&quot;maxSizeOptions&quot;:[{&quot;key&quot;:&quot;600&quot;,&quot;value&quot;:&quot;600SF&quot;},{&quot;key&quot;:&quot;800&quot;,&quot;value&quot;:&quot;800SF&quot;},{&quot;key&quot;:&quot;1000&quot;,&quot;value&quot;:&quot;1000SF&quot;},{&quot;key&quot;:&quot;1200&quot;,&quot;value&quot;:&quot;1300SF&quot;},{&quot;key&quot;:&quot;1400&quot;,&quot;value&quot;:&quot;1400SF&quot;},{&quot;key&quot;:&quot;1600&quot;,&quot;value&quot;:&quot;1600SF&quot;},{&quot;key&quot;:&quot;1800&quot;,&quot;value&quot;:&quot;1800SF&quot;},{&quot;key&quot;:&quot;2000&quot;,&quot;value&quot;:&quot;2000SF&quot;},{&quot;key&quot;:&quot;2500&quot;,&quot;value&quot;:&quot;2500SF&quot;},{&quot;key&quot;:&quot;3000&quot;,&quot;value&quot;:&quot;3000SF&quot;}],&quot;minPriceOptions&quot;:[{&quot;key&quot;:&quot;2500000&quot;,&quot;value&quot;:&quot;2.5M&quot;},{&quot;key&quot;:&quot;5000000&quot;,&quot;value&quot;:&quot;5M&quot;},{&quot;key&quot;:&quot;10000000&quot;,&quot;value&quot;:&quot;10M&quot;},{&quot;key&quot;:&quot;15000000&quot;,&quot;value&quot;:&quot;15M&quot;},{&quot;key&quot;:&quot;20000000&quot;,&quot;value&quot;:&quot;20M&quot;},{&quot;key&quot;:&quot;30000000&quot;,&quot;value&quot;:&quot;30M&quot;}],&quot;minSizeOptions&quot;:[{&quot;key&quot;:&quot;400&quot;,&quot;value&quot;:&quot;400SF&quot;},{&quot;key&quot;:&quot;600&quot;,&quot;value&quot;:&quot;600SF&quot;},{&quot;key&quot;:&quot;800&quot;,&quot;value&quot;:&quot;800SF&quot;},{&quot;key&quot;:&quot;1000&quot;,&quot;value&quot;:&quot;1000SF&quot;},{&quot;key&quot;:&quot;1200&quot;,&quot;value&quot;:&quot;1300SF&quot;},{&quot;key&quot;:&quot;1400&quot;,&quot;value&quot;:&quot;1400SF&quot;},{&quot;key&quot;:&quot;1600&quot;,&quot;value&quot;:&quot;1600SF&quot;},{&quot;key&quot;:&quot;1800&quot;,&quot;value&quot;:&quot;1800SF&quot;},{&quot;key&quot;:&quot;2000&quot;,&quot;value&quot;:&quot;2000SF&quot;},{&quot;key&quot;:&quot;2500&quot;,&quot;value&quot;:&quot;2500SF&quot;}],&quot;postTypes&quot;:[],&quot;propertyTypes&quot;:[{&quot;key&quot;:&quot;a06RA00000nRVDIYA4&quot;,&quot;value&quot;:&quot;Apartment&quot;},{&quot;key&quot;:&quot;a06RA00000nxsHwYAI&quot;,&quot;value&quot;:&quot;House&quot;},{&quot;key&quot;:&quot;a06RA000011de6BYAQ&quot;,&quot;value&quot;:&quot;Triplex&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDLYA4&quot;,&quot;value&quot;:&quot;Duplex&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDUYA4&quot;,&quot;value&quot;:&quot;Penthouse&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDNYA4&quot;,&quot;value&quot;:&quot;Townhouse&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDWYA4&quot;,&quot;value&quot;:&quot;Village House&quot;},{&quot;key&quot;:&quot;a06RA00000nxrNTYAY&quot;,&quot;value&quot;:&quot;Villa&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDSYA4&quot;,&quot;value&quot;:&quot;Studio&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDQYA4&quot;,&quot;value&quot;:&quot;Serviced Apartment&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDZYA4&quot;,&quot;value&quot;:&quot;BlockOfUnits&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDPYA4&quot;,&quot;value&quot;:&quot;Commercial&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDXYA4&quot;,&quot;value&quot;:&quot;Industrial Building&quot;},{&quot;key&quot;:&quot;a06RA00001ByEu6YAF&quot;,&quot;value&quot;:&quot;Office&quot;},{&quot;key&quot;:&quot;a06RA00000txqsqYAA&quot;,&quot;value&quot;:&quot;Commercial Farming&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDTYA4&quot;,&quot;value&quot;:&quot;Acreage&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDKYA4&quot;,&quot;value&quot;:&quot;Flat&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDRYA4&quot;,&quot;value&quot;:&quot;House Freestanding (Do Not Use)&quot;},{&quot;key&quot;:&quot;a06RA00000tyg1VYAQ&quot;,&quot;value&quot;:&quot;Land/Development&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDJYA4&quot;,&quot;value&quot;:&quot;Mid-rise&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDHYA4&quot;,&quot;value&quot;:&quot;Low-rise&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDMYA4&quot;,&quot;value&quot;:&quot;Whole Building&quot;},{&quot;key&quot;:&quot;a06RA00000tyh7FYAQ&quot;,&quot;value&quot;:&quot;Retail&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDOYA4&quot;,&quot;value&quot;:&quot;ServicedApartment&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDYYA4&quot;,&quot;value&quot;:&quot;Shop&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDVYA4&quot;,&quot;value&quot;:&quot;Terrace&quot;},{&quot;key&quot;:&quot;a06RA00000nxsHvYAI&quot;,&quot;value&quot;:&quot;Unit&quot;},{&quot;key&quot;:&quot;a06RA00000tyhGvYAI&quot;,&quot;value&quot;:&quot;Warehouse&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDFYA4&quot;,&quot;value&quot;:&quot;Warehouse Conversion&quot;},{&quot;key&quot;:&quot;a06RA00000nRVDGYA4&quot;,&quot;value&quot;:&quot;high-rise&quot;}],&quot;sortModes&quot;:[{&quot;key&quot;:&quot;TIME_ASC&quot;,&quot;value&quot;:&quot;listing.sort.mode.oldest&quot;},{&quot;key&quot;:&quot;TIME_DESC&quot;,&quot;value&quot;:&quot;listing.sort.mode.last.update&quot;},{&quot;key&quot;:&quot;PRICE_ASC&quot;,&quot;value&quot;:&quot;listing.sort.mode.price.asc&quot;},{&quot;key&quot;:&quot;PRICE_DESC&quot;,&quot;value&quot;:&quot;listing.sort.mode.price.desc&quot;},{&quot;key&quot;:&quot;SIZE_ASC&quot;,&quot;value&quot;:&quot;listing.sort.mode.size.asc&quot;},{&quot;key&quot;:&quot;SIZE_DESC&quot;,&quot;value&quot;:&quot;listing.sort.mode.size.desc&quot;}],&quot;unitViews&quot;:[{&quot;key&quot;:&quot;a06RA00000r6aS5YAI&quot;,&quot;value&quot;:&quot;Open View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS6YAI&quot;,&quot;value&quot;:&quot;Mountain View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS7YAI&quot;,&quot;value&quot;:&quot;City View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS8YAI&quot;,&quot;value&quot;:&quot;Racecourse View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aS9YAI&quot;,&quot;value&quot;:&quot;Sea View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSAYAY&quot;,&quot;value&quot;:&quot;Garden View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSBYAY&quot;,&quot;value&quot;:&quot;Building View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSCYAY&quot;,&quot;value&quot;:&quot;River View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSDYAY&quot;,&quot;value&quot;:&quot;Court View&quot;},{&quot;key&quot;:&quot;a06RA00000r6aSEYAY&quot;,&quot;value&quot;:&quot;Pool View&quot;},{&quot;key&quot;:&quot;a06RA00000xXMZIYA4&quot;,&quot;value&quot;:&quot;Harbour View&quot;}]}"
      :layout-grid="4"
    ><div
        class="grid grid-cols-1 md:grid-cols-2 gap-4 md:gap-7 lg:grid-cols-4"
      ><div class="col-span-1"><a
    href="/listing/for-sale/mid-levels-central/27-29-macdonnell-road-park-mansions-sysid049392-rhk002448"
    data-menu-id="a0NRA00000OQv6T2AT"
    data-item-id="a0NRA00000OQv6T2AT"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Park Mansions"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d3c61d973739d8bbb1ebefbead4021c7-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Park Mansions"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/51ff5c4e3ebe41790e25be61222cc687-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Park Mansions"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/803f7734a3bba1e67a18c7d026a11003-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Park Mansions"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1585293791f55b5b15f6aa4c9fd251e2-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Park Mansions"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7d50b5e0f218ddcc811be39bbfc19185-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Park Mansions"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a86faa2bf34e83a0011a2ca4f4f66490-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Park Mansions"
          >Park Mansions</div><div
            class="location"
          ><span class="font-bold">27-29 Macdonnell Road</span><span class="font-bold">, Mid-levels Central</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1723.0"
                  area-unit="Square Foot"
                  measure-converted="1,723.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$40M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/jardine-s-lookout/23-tai-hang-drive-the-legend-sysid052593-8133"
    data-menu-id="a0NRA00000RrwPh2AJ"
    data-item-id="a0NRA00000RrwPh2AJ"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="The Legend"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6731f118084edd68f8c5f2682e7aa020.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="The Legend"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f2085209288dcfd68332a7a645ec7c0b.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="The Legend"
          >The Legend</div><div
            class="location"
          ><span class="font-bold">23 Tai Hang Drive</span><span class="font-bold">, Jardine&#39;s Lookout</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1426.0"
                  area-unit="Square Foot"
                  measure-converted="1,426.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$43M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/pok-fu-lam/60-sassoon-road-aegean-terrace-sysid052584-rhk002793"
    data-menu-id="a0NRA00000RrYIX2A3"
    data-item-id="a0NRA00000RrYIX2A3"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Aegean Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6c471f342bcd1c5134c9d8176dc40415-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Aegean Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/53967aa5c3197c61a2b77941c5eced5e-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Aegean Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/1bcf2af0f15817fd4412342430215842-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Aegean Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/61a82aabf18f3cf7eec2d68fb0329da0-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Aegean Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/c6fe5831fdbddf6e77cb9282cb0f82bc-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Aegean Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9bbded9d569c4fd2f8ac184b7a29a405-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Aegean Terrace"
          >Aegean Terrace</div><div
            class="location"
          ><span class="font-bold">60 Sassoon Road</span><span class="font-bold">, Pok Fu Lam</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1268.0"
                  area-unit="Square Foot"
                  measure-converted="1,268.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$26.5M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/pok-fu-lam/116-pok-fu-lam-road-royalton-ii-sysid010939-17164"
    data-menu-id="a0NRA00000Hbqyy2AB"
    data-item-id="a0NRA00000Hbqyy2AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Royalton II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/40baac43ed6dcc45e413c97174b1b420-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Royalton II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/e9f9f4a074e43b4f22e5f04c99365385-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Royalton II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/ff692e6579c4007fd1f97423909578f2-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Royalton II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/634b2e8e87ab27b3b4178a6e03961e86-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Royalton II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/800d1a583e9731fc0e9f31a4b6c5c1b7-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Royalton II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f3a4954ba8e4752fc604f826f315f290-wtm.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Royalton II"
          >Royalton II</div><div
            class="location"
          ><span class="font-bold">116 Pok Fu Lam Road</span><span class="font-bold">, Pok Fu Lam</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1184.0"
                  area-unit="Square Foot"
                  measure-converted="1,184.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$24M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/mid-levels-central/10a-tregunter-path-tavistock-ii-sysid014470-14547"
    data-menu-id="a0NRA00000Hbtwj2AB"
    data-item-id="a0NRA00000Hbtwj2AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tavistock II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/84d2a911687c3499205fc03d91aa36d4.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tavistock II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/806b70843c2eca8ab9b3c4ff47e099f8.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tavistock II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/26e124791ef0d0da1ffe2583e233a7dc.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tavistock II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4e316cec500fabb4987d120cf7b09f4f.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tavistock II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a431b0ccbdf574b4b6db782526b2a2d9.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Tavistock II"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4becd162e10bee6bacdcad40dc9a4fc5.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Tavistock II"
          >Tavistock II</div><div
            class="location"
          ><span class="font-bold">10A Tregunter Path</span><span class="font-bold">, Mid-levels Central</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1267.0"
                  area-unit="Square Foot"
                  measure-converted="1,267.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$38M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/wan-chai/60-johnston-road-j-residence-sysid008091-14189"
    data-menu-id="a0NRA00000HbofS2AR"
    data-item-id="a0NRA00000HbofS2AR"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="J Residence"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b5e32bdd6acbc5b9a92e8104d9578c59.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="J Residence"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3dda524f4528448839ef046071c78455.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="J Residence"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0d55f52c3bf9e57e879f139de9eac419.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="J Residence"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f4e60f343ce06afc30f5be14617e1049.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="J Residence"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/5056544fddc463a8e33f0a3060c3423f.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="J Residence"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ba792fdd6bb9090ac8b1d845eaa75775.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="J Residence"
          >J Residence</div><div
            class="location"
          ><span class="font-bold">60 Johnston Road</span><span class="font-bold">, Wan Chai</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="644.0"
                  area-unit="Square Foot"
                  measure-converted="644.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>1</span><span>Bath</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$12M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/sheung-wan/26-square-street-rich-view-terrace-sysid052573-rhk002792"
    data-menu-id="a0NRA00000Rqgrd2AB"
    data-item-id="a0NRA00000Rqgrd2AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Rich View Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/634f9f2f06a2d4afb9f6a2c71e437377-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Rich View Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3961a140b6df88946d7d7266df961636-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Rich View Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/f58cca255c46bcbf7a6dd25a6e60585e-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Rich View Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/86ffc86e946defd0246919d527d842c3-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Rich View Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/51e85be2a9e511d09e6219bfb17e6bd1-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Rich View Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e710cccb1dd235f26a63113e045573a4-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Rich View Terrace"
          >Rich View Terrace</div><div
            class="location"
          ><span class="font-bold">26 Square Street</span><span class="font-bold">, Sheung Wan</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="393.0"
                  area-unit="Square Foot"
                  measure-converted="393.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>1</span><span>Bed</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>1</span><span>Bath</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$10M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/central/14-10-arbuthnot-road-arbuthnot-house-sysid003999-4670"
    data-menu-id="a0NRA00000Hbkn52AB"
    data-item-id="a0NRA00000Hbkn52AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Arbuthnot House"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/402c911b5b46abdc0b2bc97443df6bbc.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Arbuthnot House"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8abeabb4ba9c1b7ac8a1de3eeb140ece.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Arbuthnot House"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/691a5ac6e4896810906a9e7389df41f6.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Arbuthnot House"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9fd59997028a22d07cd7b3e3db34ba8d.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Arbuthnot House"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/dadcab3c53d77cf194eda8e02fce1217.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Arbuthnot House"
          >Arbuthnot House</div><div
            class="location"
          ><span class="font-bold">10-14 Arbuthnot Road</span><span class="font-bold">, Central</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="506.0"
                  area-unit="Square Foot"
                  measure-converted="506.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>1</span><span>Bed</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>1</span><span>Bath</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$8.8M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/mid-levels-central/18-10-kennedy-road-kennedy-heights-sysid048326-rhk002344"
    data-menu-id="a0NRA00000NVtXd2AL"
    data-item-id="a0NRA00000NVtXd2AL"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Kennedy Heights"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4dc5437813412c9be295afab437f731c-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Kennedy Heights"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d4ef3aa9978b7a438069161f4f6c7dd8-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Kennedy Heights"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8c7f5e0f6e0143fb560853a9362156a5-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Kennedy Heights"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/26a550513e29bd6e0492fd4784dc96d4-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Kennedy Heights"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/044217b6924c49cb9682309c70344d07-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Kennedy Heights"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a44c9c8be613c282feb885323c72aed6-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Kennedy Heights"
          >Kennedy Heights</div><div
            class="location"
          ><span class="font-bold">10-18 Kennedy Road</span><span class="font-bold">, Mid-levels Central</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="2929.0"
                  area-unit="Square Foot"
                  measure-converted="2,929.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>5</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$90M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/happy-valley/6-broadwood-road-beverly-hill-blk-c-sysid005180-3180"
    data-menu-id="a0NRA00000Hblnw2AB"
    data-item-id="a0NRA00000Hblnw2AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Beverly Hill Blk C"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/16d4d1d37afe94c8ee5f6e3a861e35d7.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Beverly Hill Blk C"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e430ce49038059429054359758ff0a75.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Beverly Hill Blk C"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8c3ae4dd5d1422c2965607ce23501d60.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Beverly Hill Blk C"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0e2412ddb5edfd19835e5998ba956384.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Beverly Hill Blk C"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/56aa6ff384956ef6c0007e5991724fcf.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Beverly Hill Blk C"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/36cc195678a30324e2ff5a787a5c02fb.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Beverly Hill Blk C"
          >Beverly Hill Blk C</div><div
            class="location"
          ><span class="font-bold">6 Broadwood Road</span><span class="font-bold">, Happy Valley</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1417.0"
                  area-unit="Square Foot"
                  measure-converted="1,417.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$31M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/repulse-bay/110-repulse-bay-road-110-repulse-bay-road-sysid037707-4552"
    data-menu-id="a0NRA00000Hint32AB"
    data-item-id="a0NRA00000Hint32AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="110 Repulse Bay Road"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/b23fe0105dce1d6989e0547a3c7b7172-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="110 Repulse Bay Road"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/2d156b1c59e8a729a466e572cdc3a40d-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="110 Repulse Bay Road"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/61204a90a136d721917dd8fa48ad9659-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="110 Repulse Bay Road"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/421b474eac92854c533cbb430e2c99b9-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="110 Repulse Bay Road"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/01be2aa29427dbe33649eb9af74e6df7-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="110 Repulse Bay Road"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/bf3c86a716ba7baead95e45929fc21de-wtm.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="110 Repulse Bay Road"
          >110 Repulse Bay Road</div><div
            class="location"
          ><span class="font-bold">110 Repulse Bay Road</span><span class="font-bold">, Repulse Bay</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="4102.0"
                  area-unit="Square Foot"
                  measure-converted="4,102.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$310M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/shouson-hill/15-shouson-hill-road-west-no-15-shouson-sysid037818-p2ya"
    data-menu-id="a0NRA00000HiNaa2AF"
    data-item-id="a0NRA00000HiNaa2AF"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1934879d3c8b3ed193b00bfba1ebc4b5-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f6769db8729e9a0009c24b29d990ab70-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/6da912e0cc35e1fe7e6a2fbf9607585a-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/431b81afd673c81ab576b6018c3bc70f-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/09c2e26c02111114fac8edb4425c4ba7-wtm.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="No. 15 Shouson"
          >No. 15 Shouson</div><div
            class="location"
          ><span class="font-bold">15 Shouson Hill Road West</span><span class="font-bold">, Shouson Hill</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="3777.0"
                  area-unit="Square Foot"
                  measure-converted="3,777.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>By Tender</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/shouson-hill/15-shouson-hill-road-west-no-15-shouson-sysid037819-l2ya"
    data-menu-id="a0NRA00000HiNab2AF"
    data-item-id="a0NRA00000HiNab2AF"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/da9d0d9b48db7cd66cf93aeebbf3a4eb-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/f6769db8729e9a0009c24b29d990ab70.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1eabb672ab5719c7951e025d4428a979-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/cfec5a554eea1ac62a94e4b5db4ba644-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/1d000e9118fbe8a16c00d2f4e2903675-wtm.jpg"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="No. 15 Shouson"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://ap8.propertyraptor.com/hornet/src?p=/ap8_001/hornet/prp/img/431b81afd673c81ab576b6018c3bc70f.jpg"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="No. 15 Shouson"
          >No. 15 Shouson</div><div
            class="location"
          ><span class="font-bold">15 Shouson Hill Road West</span><span class="font-bold">, Shouson Hill</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="4025.0"
                  area-unit="Square Foot"
                  measure-converted="4,025.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>By Tender</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/stanley/128-wong-mak-kok-road-one-stanley-sysid051179-rhk002616"
    data-menu-id="a0NRA00000QHE4S2AX"
    data-item-id="a0NRA00000QHE4S2AX"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/06ea78e4dcaade2039b536bad61fe118-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9471835d28377280d89c8dad3c6dc22e-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fc641c2d0692db87d8a76253e3309eb9-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b3bca71884b78823f0742cdfa8ceb42c-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/59aa1a654dea623aaac56bca432ac52e-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9ca59c8940e61f584d3683b67557c3a2-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="One Stanley"
          >One Stanley</div><div
            class="location"
          ><span class="font-bold">128 Wong Mak Kok Road</span><span class="font-bold">, Stanley</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="3102.0"
                  area-unit="Square Foot"
                  measure-converted="3,102.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>5</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>6</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>By Tender</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/stanley/128-wong-mak-kok-road-one-stanley-blk-11-sysid015108-h08a"
    data-menu-id="a0NRA00000HbuRL2AZ"
    data-item-id="a0NRA00000HbuRL2AZ"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley Blk 11"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/579fad67b09a12dca85f54feb643e91e-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley Blk 11"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/bedf885e01bd2d4c055e450326123732-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley Blk 11"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/fad7d26fa1b97648604b6c10c16599f0-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley Blk 11"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/79755b0aa4148f7d3f96dedf0dd7b451-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley Blk 11"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7a85956ae2e0ff30cddb614531f91dab-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley Blk 11"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/6296ade929ac1562b327221a7a9c86bf-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="One Stanley Blk 11"
          >One Stanley Blk 11</div><div
            class="location"
          ><span class="font-bold">128 Wong Ma Kok Road</span><span class="font-bold">, Stanley</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="2466.0"
                  area-unit="Square Foot"
                  measure-converted="2,466.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>6</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>By Tender</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/the-peak/81-95-peak-road-stewart-terrace-sysid010589-mg1w"
    data-menu-id="a0NRA00000Hbqnz2AB"
    data-item-id="a0NRA00000Hbqnz2AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stewart Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a50fb1370edb048936fabf8d19185f5a-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stewart Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0f15928f5b26895a98717fc63a77c806-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stewart Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9c923d9698b69b18fba38a267982dc5c-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stewart Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/91b21c24da038773259673205deb7a10-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stewart Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b321753e8b3c64fd956cd41e4335501c-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stewart Terrace"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/878f29f43292a87c4627ec16f8b4a9f1-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"><div
              class="ms-tag uppercase font-bold"
              ms-type="plain"
              ms-size="small"
            ><span>Sole Agency</span></div></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Stewart Terrace"
          >Stewart Terrace</div><div
            class="location"
          ><span class="font-bold">81-95 Peak Road</span><span class="font-bold">, The Peak</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="2377.0"
                  area-unit="Square Foot"
                  measure-converted="2,377.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$60M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/stanley/128-wong-mak-kok-road-one-stanley-sysid051176-rhk002613"
    data-menu-id="a0NRA00000QHE4P2AX"
    data-item-id="a0NRA00000QHE4P2AX"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/4180748929a2e365ef725f845249779d-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/d5d5cc67d3936f98bc797e95eb28b468-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/9ce3ca777d5c7729484c6f1ed271f824-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/3159b10a212f9237d83d3497739538d2-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/04d1d2f99130eed7dca8eade97288bfe-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/8372311e56156cfeabe7a5987bfa323b-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="One Stanley"
          >One Stanley</div><div
            class="location"
          ><span class="font-bold">128 Wong Mak Kok Road</span><span class="font-bold">, Stanley</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="2716.0"
                  area-unit="Square Foot"
                  measure-converted="2,716.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>5</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>By Tender</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/stanley/128-wong-mak-kok-road-one-stanley-sysid051178-rhk002614"
    data-menu-id="a0NRA00000QHE4R2AX"
    data-item-id="a0NRA00000QHE4R2AX"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/ab4a4fa1d577181f23ad2999f7ea58bb-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/2b686175988947c6844de0186ac43526-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e988a8e6b770e161b84b7e1f3074eca7-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/94836b88886d45b8227172840e90faca-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/117dc8747437143b3a7755e2d3fb58bf-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="One Stanley"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/103f63220dae0e4d7a57734f79c339d9-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="One Stanley"
          >One Stanley</div><div
            class="location"
          ><span class="font-bold">128 Wong Mak Kok Road</span><span class="font-bold">, Stanley</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="3336.0"
                  area-unit="Square Foot"
                  measure-converted="3,336.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>5</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>7</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>By Tender</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/stanley/7-stanley-village-road-stanford-villa-blk-1-sysid013628-18231"
    data-menu-id="a0NRA00000Hbt6z2AB"
    data-item-id="a0NRA00000Hbt6z2AB"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stanford Villa Blk 1"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/7f1fc60e85c720967d15fe2ca81eb999-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stanford Villa Blk 1"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/03867b29987084dfe91bb6a90c0b2cf8-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stanford Villa Blk 1"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/93fcb3073944d9ce7ddf6efdd51ce9ce-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stanford Villa Blk 1"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/40185c6802a89c4cc291ac9c2d668914-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stanford Villa Blk 1"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/0e1c6bf590e4ee1d64361b26e921d592-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Stanford Villa Blk 1"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/e795e9095a1738d2e7fa24c45d0b62c6-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Stanford Villa Blk 1"
          >Stanford Villa Blk 1</div><div
            class="location"
          ><span class="font-bold">7 Stanley Village Road</span><span class="font-bold">, Stanley</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1710.0"
                  area-unit="Square Foot"
                  measure-converted="1,710.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>4</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$45M</div></div></div></div></div></div></a></div><div class="col-span-1"><a
    href="/listing/for-sale/mid-levels-west/69a-b-robinson-road-manly-mansion-sysid048987-rhk002394"
    data-menu-id="a0NRA00000NzuuT2AR"
    data-item-id="a0NRA00000NzuuT2AR"
    style="text-decoration-line: none"
    class="cms-listing-item com-listing-item bg-secondary-06 block h-full"
  ><div class=""><div class="relative overflow-hidden imageBox flex-shrink-0"><div
          class="raptor-blurred-img w-full mx-auto relative"
          style="aspect-ratio: calc(4/3)"
          v-scope
        ><div
            class="swiper-container absolute"
            v-swiper="{
              observer: true,
              observeSlideChildren: true,
              loop: true,
              slidesPerView: 1,
              slidesPerGroup: 1,
              spaceBetween: 0,
              pagination: {
                el: '.item-swiper-pagination',
                clickable: true,
              },
              navigation: {
                prevEl: '.item-swiper-button-prev',
                nextEl: '.item-swiper-button-next',
              },
              loopFillGroupWithBlank: true,
              loadPrevNext: true,
            }"
          ><ul class="swiper-wrapper"><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Manly Mansion"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/529fd3841ccfbcac28978962f280e8ad-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Manly Mansion"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/131c92754bfae7748e259ee8959cc04b-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Manly Mansion"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/64cdc0e92fdae749d04add9adcffab62-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Manly Mansion"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/b5cfe4ffc86575011fb1af82f5967cb1-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Manly Mansion"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/a66a88dda6dcac714d09f926d4fa52fb-wtm.jpg/public"
                  /></li><li
                  class="swiper-slide text-sm image-container raptor-blurred-img relative"
                ><img
                    alt="Manly Mansion"
                    class="w-full h-full LazyLoad-img lazyload mx-auto object-cover"
                    data-cloudflare="base@size=768x768"
                    data-src="https://img.propertyraptor.com/cdn-cgi/imagedelivery/KD5bF_AFL0JDTbKLWF7z9g/ap8/ap8_001/hornet/prp/img/36c90661babb224d8e002740170391b2-wtm.jpg/public"
                  /></li></ul><button
              class="item-swiper-button-prev"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-prev"
            ><i class="iconfont icon-outline-arrow-left text-secondary-01 text-base"></i></button><button
              class="item-swiper-button-next"
              style="width: 32px; height: 32px"
              @click.stop
              aria-label="button-next"
            ><i class="iconfont icon-outline-arrow-right text-secondary-01 text-base"></i></button><div class="absolute bottom-4 left-0 w-full z-5"><div class="item-swiper-pagination space-x-1 mx-auto flex justify-center"></div></div></div><div class="absolute top-0 left-0 space-x-2 font-normal z-5"></div></div></div><div class="relative w-full listing-item-info"><div class="text-container"><div
            class="listingName"
            title="Manly Mansion"
          >Manly Mansion</div><div
            class="location"
          ><span class="font-bold">69A-69B Robinson Road</span><span class="font-bold">, Mid-levels West</span></div></div><div
          class="flex flex-row gap-x-3 gap-y-2 mt-2 overflow-auto w-full icons-list flex-wrap"
        ><div
            class="listingItems-flex-box saleableSize"
          ><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title" v-scope><ms-measure-unit
                  area="1727.0"
                  area-unit="Square Foot"
                  measure-converted="1,727.00"
                ></ms-measure-unit></div></div></div><div class="listingItems-flex-box bedRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>3</span><span>Beds</span></div></div></div><div class="listingItems-flex-box bathRoom"><div class="flex items-center w-full"><div class="text-secondary-01 text-sm whitespace-nowrap title space-x-1"><span>2</span><span>Baths</span></div></div></div><div class="listingItems-flex-box price"><div
              class="listingItems-baseline price-container text-sm"
            ><div>$35M</div></div></div></div></div></div></a></div></div><div
        class="my-20 container-pagination"
      ><div class="container flex justify-center mx-auto container-auto pagination-link"><nav class="w-full mx-4 md:mx-8 relative z-0 inline-flex flex-col gap-4 container-auto-mx" aria-label="Pagination"><ul class="pagination flex items-center justify-center space-x-2.5"><li class="currentPage-container"><div class="pagination-item current">1</div></li><li class="other"
          ><a
              class="pagination-item"
              href="/search?page=1"
              role="link"
            >2</a
            ></li><li class="other"
          ><a
              class="pagination-item"
              href="/search?page=2"
              role="link"
            >3</a
            ></li><li class="other"
          ><a
              class="pagination-item"
              href="/search?page=3"
              role="link"
            >4</a
            ></li><li class="other"
          ><a
              class="pagination-item"
              href="/search?page=4"
              role="link"
            >5</a
            ></li><li class="other"
          ><a
              class="pagination-item"
              href="/search?page=5"
              role="link"
            >6</a
            ></li><li class="omittedPage"><div class="pagination-item ellipsis">...</div></li><li class="last"
          ><a
              class="pagination-item"
              href="/search?page=70"
              role="link"
            >71</a
            ></li><li
          class="nextLink-container"
        ><a class="pagination-item next" href="/search?page=1" aria-label="Next" role="link"><span
              class="text-xl px-1 iconfont icon-outline-arrow-right-long"
              role="button"
              aria-label="right arrow"
            ></span></a></li></ul></nav></div></div></ms-all-in-one-search-bar></div><div
  class="theme-component com-common-content"
  theme-component-id="9775DE5A39764CD59D30D980939AB08A"
><div
    class="common-content-container container mx-auto container-auto"
  ><div class="mx-4 md:mx-8"></div></div></div><div class="overlay transition-overlay"></div></div><div v-scope><ms-floating-layer
            logo="images/icons/habitat_logo.svg"
            :side-icons="{&quot;line&quot;:false,&quot;email&quot;:false,&quot;phone&quot;:false,&quot;aiChat&quot;:false,&quot;lineUrl&quot;:&quot;https://www.line.com&quot;,&quot;emailUrl&quot;:&quot;info@habitat-property.com&quot;,&quot;whatsApp&quot;:false,&quot;wishlist&quot;:false,&quot;backToTop&quot;:true,&quot;isShowLang&quot;:false,&quot;isShowUnit&quot;:false,&quot;Preferences&quot;:false,&quot;phoneNumber&quot;:&quot;+44 208 238 9034&quot;,&quot;whatsAppUrl&quot;:&quot;https://wa.me/85200000000&quot;,&quot;isShowCurrency&quot;:false,&quot;facebookMessenger&quot;:false,&quot;facebookMessengerUrl&quot;:&quot;https://www.facebook.com&quot;}"
            wishlist-url="/saved-item"
          ></ms-floating-layer></div><div v-scope><ms-geo-location-preference
            :languages="[{&quot;name&quot;:&quot;en&quot;,&quot;selected&quot;:true},{&quot;name&quot;:&quot;cn&quot;,&quot;selected&quot;:false},{&quot;name&quot;:&quot;zh&quot;,&quot;selected&quot;:false}]"
            :currencies="[{&quot;name&quot;:&quot;HKD&quot;,&quot;selected&quot;:true,&quot;symbol&quot;:&quot;$&quot;}]"
            :measures="[{&quot;name&quot;:&quot;Square Meter&quot;,&quot;selected&quot;:false},{&quot;name&quot;:&quot;Square Foot&quot;,&quot;selected&quot;:true}]"
          ></ms-geo-location-preference></div><div v-scope><ms-common-agent-contact-form></ms-common-agent-contact-form></div><div v-scope><ms-cookies-privacy-policy
            google-tag-manager-id="GTM-T92L4V5"
            expand-text="Show More"
            collapse-text="Show Less"
            cookies-privacy-policy-content="This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience."
          ></ms-cookies-privacy-policy></div><div v-scope><ms-dcms-popup-group page-unique-id="0d87a37f-0bfe-4480-8fa4-6ebc6c9f2fd2" /></div><div class="fixed bottom-0 left-0 w-full z-50" v-scope><ms-dcms-announcement-bar-group-bottom page-unique-id="0d87a37f-0bfe-4480-8fa4-6ebc6c9f2fd2" /></div><div v-scope><ms-thankyou-popup></ms-thankyou-popup></div><div
  class="theme-component theme-component-footer dcms-page-footer com-footer pb-8 md:pb-0"
><div class="footer-container break-words text-xl text-secondary-06"><div class="container mx-auto"><div class="mx-4 md:mx-8"><div class="pt-10 flex flex-col flex-wrap gap-y-10 lg:gap-y-20 footer-infomation"><div class="flex flex-col lg:flex-row lg:grow gap-y-10 lg:gap-y-20"><div class="order-1 w-full lg:w-[50%] space-y-7 lg:space-y-16"><div><div class="text-xs font-bold uppercase">Newsletter</div><div class="mt-1 max-w-[500px]" v-scope><ms-subscribe-form></ms-subscribe-form></div></div><div><ul class="flex gap-x-5" role="menu" aria-labelledby="social"><li class="" role="menuitem"><a
                      target="_target"
                      href="https://www.linkedin.com/company/habitat-property/"
                      class="flex items-center"
                      aria-label="LinkedIn"
                    ><span class="iconfont text-2xl icon-filled-linkedin"></span></a></li><li class="" role="menuitem"><a
                      target="_target"
                      href="https://www.instagram.com/habitatproperty/"
                      class="flex items-center"
                      aria-label="Instagram"
                    ><span class="iconfont text-2xl icon-filled-instagram"></span></a></li><li class="" role="menuitem"><a
                      target="_target"
                      href="https://open.spotify.com/user/6txzqiijndoidb4mikyw3mewa?si=0TLVZfqxTWWopKneLJBn2g"
                      class="flex items-center"
                      aria-label="Spotify"
                    ><span class="iconfont text-2xl icon-filled-spotify"></span></a></li><li class="" role="menuitem"><a
                      target="_target"
                      href="https://www.facebook.com/habitatproperty/"
                      class="flex items-center"
                      aria-label="Facebook"
                    ><span class="iconfont text-2xl icon-filled-facebook"></span></a></li><li class="" role="menuitem"><a
                      target="_target"
                      href="https://www.xiaohongshu.com/user/profile/6343ec8000000000180295b6"
                      class="flex items-center"
                      aria-label="Xiaohongshu"
                    ><span class="iconfont text-2xl icon-filled-xiaohongshu"></span></a></li></ul></div></div><div class="order-3 lg:order-2 w-full lg:w-[50%]"><div class="flex flex-col lg:flex-row gap-y-5 lg:gap-y-0 mt-4 font-headFont"><div class="lg:w-[50%]"><div class="whitespace-pre-line">1201-05, 12/F 
Yu Yuet Lai Building 
43-55 Wyndham St 
Central, Hong Kong</div></div><div class="lg:w-[50%] footer-contact-info"><div><a href="tel:+852 2869 9069">+852 2869 9069</a></div><div><a href="tel:+852 9082 9069">+852 9082 9069</a></div><div><a href="mailto:info@habitat-property.com">info@habitat-property.com</a></div></div></div></div><div class="order-2 lg:order-3 lg:hidden w-full lg:w-[50%] font-headFont"><div class="grid grid-cols-2 items-start"><div><div class="flex items-center hover:opacity-70"><a
                        href="/listing/for-sale"
                        data-menu-id="9b6f69c3-a08e-4258-8a94-de7405c30a6e" target="_self"
                      >Buy</a></div><div class="flex items-center hover:opacity-70"><a
                        href="/our-team"
                        target="_self"
                      >Agents</a></div><div class="flex items-center hover:opacity-70"><a
                        href="/journal"
                        target="_self"
                      >Journal</a></div></div><div><div class="flex items-center hover:opacity-70"><a
                        href="/listing/for-rent"
                        data-menu-id="36f8311c-69bd-4ef0-ab97-eb8ef2572bd9" target="_self"
                      >Rent</a></div><div class="flex items-center hover:opacity-70"><a
                        href="/property-management"
                        target="_self"
                      >Property Management</a></div></div></div></div></div><div class="flex flex-wrap gap-y-10 lg:gap-y-20"><div class="hidden lg:block w-full lg:w-[50%] font-headFont"><ul class="grid grid-cols-1 lg:max-h-44"><li class="flex items-center hover:opacity-70"><a
                      href="/listing/for-sale"
                      data-menu-id="9b6f69c3-a08e-4258-8a94-de7405c30a6e" target="_self"
                    >Buy</a></li><li class="flex items-center hover:opacity-70"><a
                      href="/listing/for-rent"
                      data-menu-id="36f8311c-69bd-4ef0-ab97-eb8ef2572bd9" target="_self"
                    >Rent</a></li><li class="flex items-center hover:opacity-70"><a
                      href="/our-team"
                      target="_self"
                    >Agents</a></li><li class="flex items-center hover:opacity-70"><a
                      href="/property-management"
                      target="_self"
                    >Property Management</a></li><li class="flex items-center hover:opacity-70"><a
                      href="/journal"
                      target="_self"
                    >Journal</a></li></ul></div><div class="w-[50%] lg:w-[25%] text-sm text-[#ccc]"><div class="font-bold mb-2">Property for Sale in Hong Kong</div><ul class="space-y-1"><li><a
                      href="/listing/for-sale/hong-kong-island/peak"
                      target="_self"
                    >The Peak</a></li><li><a
                      href="/listing/for-sale/hong-kong-island/south/repulse-bay"
                      target="_self"
                    >Repulse Bay</a></li><li><a
                      href="/listing/for-sale/hong-kong-island/mid-levels/mid-levels-central"
                      target="_self"
                    >Mid-Levels Central</a></li><li><a
                      href="/listing/for-sale/hong-kong-island/south/shouson-hill"
                      target="_self"
                    >Shouson Hill</a></li><li><a
                      href="/listing/for-sale/hong-kong-island/south/stanley"
                      target="_self"
                    >Stanley</a></li><li><a
                      href="/listing/for-sale/hong-kong-island/west/pok-fu-lam"
                      target="_self"
                    >Pok Fu Lam</a></li></ul></div><div class="w-[50%] lg:w-[25%] text-sm text-[#ccc]"><div class="font-bold mb-2">Propery for Rent in Hong Kong</div><ul class="space-y-1"><li><a
                      href="/listing/for-rent/hong-kong-island/peak"
                      target="_self"
                    >The Peak</a></li><li><a
                      href="/listing/for-rent/hong-kong-island/south/repulse-bay"
                      target="_self"
                    >Repulse Bay</a></li><li><a
                      href="/listing/for-rent/hong-kong-island/mid-levels/mid-levels-central"
                      target="_self"
                    >Mid-Levels Central</a></li><li><a
                      href="/listing/for-rent/hong-kong-island/mid-levels/mid-levels-west"
                      target="_self"
                    >Mid-Levels West</a></li><li><a
                      href="/listing/for-rent/hong-kong-island/south/stanley"
                      target="_self"
                    >Stanley</a></li><li><a
                      href="/listing/for-rent/hong-kong-island/south/tai-tam"
                      target="_self"
                    >Tai Tam</a></li></ul></div></div></div></div></div></div><div class="footer-copyright container mx-auto mt-10 pb-8 text-xs text-[#e6e6e6]"><div class="mx-4 md:mx-8 grid grid-cols-2 lg:grid-cols-4 gap-y-3"><div class="col-span-2">Copyright © 2026 Habitat  Property Limited | EA License C-024430</div><div class=""><a
          href="/terms-of-use"
          title="Terms of Use"
        >Terms of Use</a></div><div class=""><a
          href="/privacy-policy"
          title="Privacy Policy"
        >Privacy Policy</a></div></div></div></div><script>
  var footerContactInfo = document.querySelector(".footer-contact-info");
  var headerContactInfo = document.querySelector(".header-contact-info");
  if (headerContactInfo && footerContactInfo) {
    headerContactInfo.innerHTML = footerContactInfo.innerHTML;
  }
</script></div></div><script type="module" src="https://r2.ap8.ms.propertyraptor.com/raptor-theme/habitat/1.92.3/js/main.js?v=1.92.3"></script><script type="module">
      if (!window.$globalStore) window.$globalStore = {};
      window.$globalStore.favoriteLink = "\/saved-item";
      window.$globalStore.version = "1.92.3";
      window.$globalStore.mode = "live";
      window.$globalStore.developmentMode = false;
      window.$globalStore.editMode = false;
      document.addEventListener('contextmenu', function (e) {
        if (e.target.tagName === 'IMG') {
          e.preventDefault();
        }
      });
    </script></body></html>