x |
Geographic longitude, decimal degrees, WGS84 datum, west longitudes negative |
y |
Geographic latitude, decimal degrees, WGS84 datum, south latitudes negative |
d |
Tolerance; size of the bounding box, in decimal degrees; search is carried out on the box whose corners are (x - d, y - d) and (x + d, y + d) |
xmin |
West bounding coordinate, WGS84 datum, west longitudes negative |
ymin |
South bounding coordinate, WGS84 datum, south latitudes negative |
xmax |
East bounding coordinate, WGS84 datum, west longitudes negative |
ymax |
North bounding coordinate, WGS84 datum, south latitudes negative |
callback |
For requests returned as JSON, this parameter is used to return in the JSONP format |
format |
JSON (default), HTML, or XML |