{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-needles-ca",
  "name": "Spot2Nite",
  "description": "Check out Rainbo Beach Resort in Needles, California on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-needles-ca",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Needles",
    "addressRegion": "CA",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 34.8688212,
    "longitude": -114.6341588
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    }
  ]
}