Description
This API provides access to the LakeFinder metadata database based on a
point location.
Why We Provide It
text goes here...
Response Metadata
text goes here...
API Base
http://services.dnr.state.mn.us/api/lakefinder/by_point/v1
API Call
http://services.dnr.state.mn.us/api/lakefinder/by_point/v1?lat={double}&lon={double}&radius={double}&callback={string}
Sample Call
http://services.dnr.state.mn.us/api/lakefinder/by_point/v1?lat=46.496434&lon=-94.281622
Required Parameters
lat Latitude.
lat Longitude.
Optional Parameters
radius Search radius in meters. Default is 1609.344 meters (1 mile), maximum value is 16093.44 meters (10 miles).
callback: JSONP callback function name.