import {fetch} from 'wix-fetch'; function parseRetsXml(xml) { const parser = new DOMParser(); const xmlDoc = parser.parseFromString(xml, "text/xml"); const retsNode = xmlDoc.getElementsByTagName("RETS")[0]; const replyCode = retsNode.getAttribute("ReplyCode"); const replyText = retsNode.getAttribute("ReplyText"); const loginUrl = retsNode.getAttribute("Login"); const searchUrl = retsNode.getAttribute("Search"); return { replyCode, replyText, loginUrl, searchUrl }; } async function searchMLS(xml, query) { const retsInfo = parseRetsXml(xml); const response = await fetch(retsInfo.searchUrl, { method: 'post', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: `search=${encodeURIComponent(query)}` }); const results = await response.json(); return results; } const xml = ' Broker = MemberName = 79190-RETSIDX James T Morrison MetadataVersion = 8.09.00001 MinMetadataVersion = 8.09.00001 User = 547029,NULL,NULL,NULL Login = http://rets.hawaiiinformation.com:6103/rets/login Logout = http://rets.hawaiiinformation.com:6103/rets/logout Search = http://rets.hawaiiinformation.com:6103/rets/search GetMetadata = http://rets.hawaiiinformation.com:6103/rets/getMetadata GetObject = http://rets.hawaiiinformation.com:6103/rets/getObject Balance = 0.01 TimeoutSeconds = 1800 '; const query = 'property type:Residential'; searchMLS(xml, query).then(results => { console.log(results); });
top of page
  • Writer's pictureJames T. Morrison R(S)

Kolea Condominiums

The Kolea at Waikoloa Beach Resort is a luxury condominium development located within the Waikoloa Beach Resort on the Big Island of Hawaii. This exclusive community offers some of the most sought-after vacation homes on the island, with spacious floor plans, high-end finishes, and breathtaking ocean views.


The Kolea condominiums feature a variety of floor plans, including one, two, and three-bedroom units, each designed to maximize space and natural light. The condos are also equipped with high-end finishes, including granite countertops, stainless steel appliances, and beautiful hardwood flooring.


One of the most notable features of the Kolea condominiums is their large private lanais (balconies) which offer stunning views of the Pacific Ocean and the resort's lush tropical gardens. The condos also feature access to a private beach club, where residents can enjoy swimming, snorkeling, and lounging on the white sandy beaches.


The Kolea community also boasts a beautiful infinity pool, a fitness center, and a community center with a lounge and kitchen. The condos also offer gated and secure entry, providing residents with added peace of mind.


The Kolea condos are also located within close proximity to the many amenities and activities of the Waikoloa Beach Resort, including world-class golf courses, tennis courts, and a variety of shops and restaurants.


Overall, the Kolea condos at Waikoloa Beach Resort offer a luxurious and comfortable home base for those looking to experience all that the Big Island of Hawaii has to offer. With their spacious floor plans, high-end finishes, and breathtaking ocean views, these condos are the perfect choice for those looking for a luxurious and relaxing vacation home.

0 views0 comments

Recent Posts

See All
  • Facebook
  • Instagram
  • Yelp
bottom of page