{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/royal-national-park-bonnie-vale",
  "name": "Royal National Park",
  "description": "Bonnie Vale campground is nestled by the Hacking River in spectacular Royal National Park, near Bundeena. Explore nearby walking tracks, take a dip, or just enjoy the water views.",
  "url": "https://campertunity.com/listings/campgrounds/royal-national-park-bonnie-vale",
  "image": [
    "https://www.nationalparks.nsw.gov.au/-/media/npws/images/parks/royal-national-park/bonnie-vale-campground/bonnie-vale-campground-01.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "2 Sea Breeze Lane",
    "addressLocality": "Bonnie Vale",
    "addressRegion": "NSW",
    "postalCode": "2232",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -34.0834776666659,
    "longitude": 151.13591528
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "State_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "National_park"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Walk_in"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}