{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/quartz-lake-delta-junction-alaska",
  "name": "Quartz Lake",
  "description": "",
  "url": "https://campertunity.com/listings/campgrounds/quartz-lake-delta-junction-alaska",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "MP 277.8 Richardson Hwy",
    "addressLocality": "Delta Junction",
    "addressRegion": "AK",
    "postalCode": "99731",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 64.19824,
    "longitude": -145.82663
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Lake"
    }
  ]
}