{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-tustin-mi",
  "name": "Spot2Nite",
  "description": "Check out Cadillac Woods Camp Ground in Tustin, Michigan on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-tustin-mi",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Tustin",
    "addressRegion": "MI",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.1490093,
    "longitude": -85.3245662
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/michigan/tustin/cadillac-woods-camp-ground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Forest"
    }
  ]
}