{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/la-pacifica-rv-park-san-diego-ca",
  "name": "La Pacifica RV Park",
  "description": "La Pacifica RV Park is located at 1010 West San Ysidro Boulevard, San Diego CA 92173. La Pacifica RV Park can be contacted at ***-***-**** or http://www.lapacificarvpark.com/",
  "url": "https://campertunity.com/listings/campgrounds/la-pacifica-rv-park-san-diego-ca",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1010 West San Ysidro Boulevard",
    "addressLocality": "San Diego",
    "addressRegion": "CA",
    "postalCode": "92173",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 32.5611577,
    "longitude": -117.06496
  }
}