{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/palm-springs-rv-park-niland-ca",
  "name": "Palm Springs RV Park",
  "description": "Home of Glamis North Hot Springs",
  "url": "https://campertunity.com/listings/campgrounds/palm-springs-rv-park-niland-ca",
  "image": [
    "https://palmspringsrvpark.com"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "10595 Hot Mineral Spa Rd",
    "addressLocality": "Niland",
    "addressRegion": "CA",
    "postalCode": "92257",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 33.4260928,
    "longitude": -115.6857248
  }
}