Is there a way to utilize the longitude/latitude coordinates of a location to access a specific webservice with parameters like north, south, east, and west? Any suggestions or insights would be appreciated. Thank you!
Discover Recent Earthquakes
Webservice Type: REST
Url: api.geonames.org/earthquakesJSON?
Parameters: north, south, east, west - coordinates of bounding box
callback: function name in JavaScript (optional)
date: date of earthquakes in 'yyyy-MM-dd' format, optional filtering, earthquakes older or equal to the given date are sorted by date and magnitude
minMagnitude: minimum earthquake magnitude, optional
maxRows: maximum number of rows returned (default is 10)
Result: provides a list of earthquakes, sorted by magnitude
Example: http://api.geonames.org/earthquakesJSON?north=44.1&south=-9.9&east=-22.4&west=55.2&username=demo