{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/gambells-rest-campground-map-nsw-national-parks",
  "name": "Gambells Rest campground | Map | NSW National Parks",
  "description": "Located near Bundanoon in NSW’s southern highlands, Gambells Rest campground offers tent, trailer and caravan sites, plus a picnic area and walking and cycling trails.",
  "url": "https://campertunity.com/listings/campgrounds/gambells-rest-campground-map-nsw-national-parks",
  "image": [
    "https://www.nationalparks.nsw.gov.au/assets/NPWS/images/logo.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -34.6774449899845,
    "longitude": 150.285444182897
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Biking"
    }
  ]
}