{
  "@context": "https://schema.org",
  "@type": "Campground",
  "@id": "https://campertunity.com/listings/campgrounds/tropic-island-resort-port-aransas-tx",
  "name": "Tropic Island Resort",
  "description": "Tropic Island Resort is located at 315 Cut-Off Road, Port Aransas TX 78373. Tropic Island Resort can be contacted at ***-***-**** or http://tropicislandresort.com/",
  "url": "https://campertunity.com/listings/campgrounds/tropic-island-resort-port-aransas-tx",
  "image": [
    "https://www.camping.org/show_image.php?w=300&h=200&src=/images/no-image.jpg"
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "315 Cut-Off Road",
    "addressLocality": "Port Aransas",
    "addressRegion": "TX",
    "postalCode": "78373",
    "addressCountry": "US"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 27.8347065,
    "longitude": -97.0704461
  }
}