{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/tunkwa-lake-resort-logan-lake-bc",
  "name": "Tunkwa Lake Resort",
  "description": "Tunkwa Lake Resort is a premier family vacation destination with fantastic fishing for Rainbow trout up to 5 kgs (11 lbs). Offering camping, rustic cabins on",
  "url": "https://campertunity.com/listings/campgrounds/tunkwa-lake-resort-logan-lake-bc",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2018/03/Item-6a-ccrvc-decal.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "4405 Tunkwa Lake Rd.",
    "addressLocality": "Logan Lake",
    "addressRegion": "BC",
    "postalCode": "V0K 1W0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.60364,
    "longitude": -120.849
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Cabin"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}