{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/latrobe-river-campground-gentle-annie",
  "name": "Latrobe River Campground",
  "description": "Latrobe River Campground is a camping site with 4 pitches in Gentle Annie, Australia.",
  "url": "https://campertunity.com/listings/campgrounds/latrobe-river-campground-gentle-annie",
  "image": [
    "https://spottocamp.ams3.digitaloceanspaces.com/production/standard/ogg.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Gentle Annie",
    "postalCode": "3833",
    "addressCountry": "AU"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": -37.882251,
    "longitude": 145.89085
  },
  "sameAs": [
    "https://www.spottocamp.com/fr/campsites/latrobe-river-campground-gentle-annie",
    "https://www.exploreoutdoors.vic.gov.au/activities/camping/latrobe-river-campground"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Established"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Tent"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}