{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/callaghan-lake-provincial-park-whistler-bc",
  "name": "Callaghan Lake Provincial Park near Whistler, British Columbia",
  "description": "Discover breathtaking scenery and outdoor adventure at Callaghan Lake Provincial Park near Whistler. Hiking, camping, and more in BC's stunning wilderness.",
  "url": "https://campertunity.com/listings/campgrounds/callaghan-lake-provincial-park-whistler-bc",
  "image": [
    "https://campinglife.ca/wp-content/uploads/2023/01/canstockphoto17569800.jpg",
    "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAQAAACC0sM2AAAADklEQVR42mP8X88wLAAAK5IBgMYCdqgAAAAASUVORK5CYII="
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "No street address",
    "addressLocality": "Whistler",
    "addressRegion": "BC",
    "postalCode": "V0N 0A0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.21113707564046,
    "longitude": -123.19627725949253
  },
  "sameAs": [
    "https://campinglife.ca/campgrounds/callaghan-lake-provincial-park/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Hiking"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}