{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/electricity-wheal-rose-england",
  "name": "electricity",
  "description": "Wheal Rose Camping and Caravan Park offers internet and electricity services.",
  "url": "https://campertunity.com/listings/campgrounds/electricity-wheal-rose-england",
  "image": [
    "https://images.campercontact.com/media/photos/112308515707551748.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Lansdowne Park Homes",
    "addressLocality": "Wheal Rose",
    "addressRegion": "england",
    "postalCode": "TR16 5DB",
    "addressCountry": "GB"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 50.25995,
    "longitude": -5.20527
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}