IRIS_HOST

Type: string

new FDSNCommon(host: string?)
Parameters
host (string?)

LatLonRegion

src/fdsncommon.ts
new LatLonRegion()
new LatLonBox(west: number, east: number, south: number, north: number)

Extends LatLonRegion

Parameters
west (number)
east (number)
south (number)
north (number)
Instance Members
south
north
asLeafletBounds()

LatLonRadius

src/fdsncommon.ts
new LatLonRadius(latitude: number, longitude: number, minRadius: number, maxRadius: number)

Extends LatLonRegion

Parameters
latitude (number)
longitude (number)
minRadius (number)
maxRadius (number)
Instance Members
latitude
longitude
minRadius
maxRadius