Henderson Beach State Park

Henderson Beach State Park is a Florida State Park located near Destin, in northwestern Florida. The address is 17000 Emerald Coast Parkway.

Henderson Beach State Park
Henderson Beach State Park
LocationOkaloosa County, Florida, USA
Nearest cityDestin, Florida
Coordinates30°23′38″N 86°34′59″W
EstablishedMarch 29, 1991
Governing bodyFlorida Department of Environmental Protection

The land was sold to the state in 1983 for $13.1 million by Burney M. Henderson, a Pensacola businessman.

Recreational activities

The park has such amenities as beaches, bicycling, birding, fishing, hiking, picnicking, swimming, wildlife viewing and full camping facilities.

gollark: Do I need to patch my kernel to fix this, then?
gollark: This *always* prints a status of 512. It should be not 512.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } exit(0); } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: Please help as my code does not work correctly æææ.
gollark: Palaiologos, *you* can write C, yes?



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.