{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-shelton-wa-1",
  "name": "Little Creek Casino Resort",
  "description": "Check out Little Creek Casino Resort in Shelton, Washington on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-shelton-wa-1",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Shelton",
    "addressRegion": "WA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.1194296,
    "longitude": -123.1262918
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/washington/shelton/little-creek-casino-resort"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Stream"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Creek"
    }
  ]
}