{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/stoney-point-resort-hastings-on",
  "name": "Stoney Point Resort",
  "description": "If you like camping in a quiet environment with lots of space, this is your campground! The Sturgeon River takes centre stage here. Swim, fish, boat,",
  "url": "https://campertunity.com/listings/campgrounds/stoney-point-resort-hastings-on",
  "image": [
    "https://ccrvc.ca/wp-content/uploads/2016/03/admin-ajax.png"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1003 River Rd PO Box 151",
    "addressLocality": "Hastings",
    "addressRegion": "ON",
    "postalCode": "K0L 1Y0",
    "addressCountry": "CA"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 44.30076,
    "longitude": -77.9691
  },
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Swimming"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Boating"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "River"
    }
  ]
}