{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/king-s-row-rv-park-las-vegas-nv-usa",
  "name": "King's Row RV Park",
  "description": "King's Row RV Park is located at 3660 Boulder Highway, Las Vegas NV 89121. King's Row RV Park can be contacted at ***-***-**** or https://www.kingsrowrv.com/",
  "url": "https://campertunity.com/listings/campgrounds/king-s-row-rv-park-las-vegas-nv-usa",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "3660 Boulder Highway",
    "addressLocality": "Las Vegas",
    "addressRegion": "NV",
    "postalCode": "89121",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 36.1382449,
    "longitude": -115.096843
  },
  "sameAs": [
    "https://www.camping.org/campgrounds/nevada/las-vegas/king-s-row-rv-park"
  ]
}