{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/quicks-beach-campground-map-nsw-national-parks",
  "name": "Quicks Beach campground",
  "description": "Quicks Beach on the Murray River rolls down to a sandy beach. Perfect for a free river red gum bush camping holiday - motorhomes and caravans are welcome.",
  "url": "https://campertunity.com/listings/campgrounds/quicks-beach-campground-map-nsw-national-parks",
  "image": [
    "https://www.nationalparks.nsw.gov.au/assets/NPWS/images/logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Barooga",
    "addressRegion": "NSW",
    "postalCode": "2739",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -36.0441000781978,
    "longitude": 145.555937360473
  },
  "sameAs": [
    "https://www.nationalparks.nsw.gov.au/camping-and-accommodation/campgrounds/quicks-beach-campground/map"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Beach"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}