{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/mcgregor-rv-park-fort-myers-fl-1",
  "name": "McGregor RV Park",
  "description": "We are a small RV park that is a great place to go to have a relaxing time or a romantic getaway. We are just 15 minutes away from two of the best beaches in the USA, less than 2 miles from 2 gorgeous golf clubs, and numerous fishing charters within 4 miles.",
  "url": "https://campertunity.com/listings/campgrounds/mcgregor-rv-park-fort-myers-fl-1",
  "image": [
    "https://www.aaa.com/AAA/Common/travelgateway/images/category/CAMPGROUND-4.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "addressLocality": "Fort Myers",
    "addressRegion": "FL",
    "postalCode": "33908",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 26.640628,
    "longitude": -81.8723084
  },
  "checkinTime": "00:14:00",
  "checkoutTime": "00:14:00",
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv_camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Fishing"
    }
  ]
}