{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/logan-lake-municipal-campground-logan-lake-bc-1",
  "name": "Logan Lake Municipal Campground",
  "description": "On Logan Lake beside Meadow Creek Golf Course, Copper Ridge Disk Golf and Bike Skills Park 1 km. from downtown, hiking on nature trail. Clean and quiet.",
  "url": "https://campertunity.com/listings/campgrounds/logan-lake-municipal-campground-logan-lake-bc-1",
  "image": [
    "https://ccrva.ca/wp-content/uploads/2019/04/featured-campground.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "600 Campground Ave",
    "addressLocality": "Logan Lake",
    "addressRegion": "BC",
    "postalCode": "V0K 1W0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.49815,
    "longitude": -120.802
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Meadow"
    }
  ]
}