{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/spot2nite-key-largo-fl-1",
  "name": "Spot2Nite",
  "description": "Check out Kings Kampground in Key Largo, Florida on Go Camping America",
  "url": "https://campertunity.com/listings/campgrounds/spot2nite-key-largo-fl-1",
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Key Largo",
    "addressRegion": "FL",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 25.1390565,
    "longitude": -80.4016905
  },
  "sameAs": [
    "https://gocampingamerica.com/campgrounds-rv-parks/florida/key-largo/kings-kampground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    }
  ]
}