{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/electricity-nevez-brittany",
  "name": "electricity",
  "description": "Les Genêts is a camping in Névez offering water, electricity, toilets, and showers.",
  "url": "https://campertunity.com/listings/campgrounds/electricity-nevez-brittany",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Rue de Saint-Philibert",
    "addressLocality": "Névez",
    "addressRegion": "brittany",
    "postalCode": "29920",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 47.8171,
    "longitude": -3.79984
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Showers"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Toilets"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}