{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/lost-pines-bastrop-tx",
  "name": "Lost Pines RV Park",
  "description": "Large lots, electrical outlets, multi vehicle spaces, and reasonable prices! Book now.",
  "url": "https://campertunity.com/listings/campgrounds/lost-pines-bastrop-tx",
  "image": [
    "https://img1.wsimg.com/isteam/stock/1396",
    "http://img1.wsimg.com/isteam/stock/1396"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1242 Texas Highway 71",
    "addressLocality": "Bastrop",
    "addressRegion": "TX",
    "postalCode": "78602",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 30.112758,
    "longitude": -97.41431
  },
  "sameAs": [
    "https://lostpinesrvpark.com/"
  ],
  "amenityFeature": [
    {
      "@type": "LocationFeatureSpecification",
      "name": "Electric Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Hookup"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv Camping"
    },
    {
      "@type": "LocationFeatureSpecification",
      "name": "Rv"
    }
  ]
}