File

models/earthquake-props.model.ts

Description

Earthquake properties from Feature.

Index

Properties

Properties

alert
alert: string
Type : string
Optional
cdi
cdi: number
Type : number
Optional
code
code: string
Type : string
Optional
detail
detail: string
Type : string
Optional
dmin
dmin: number
Type : number
Optional
eventId
eventId: string
Type : string
Optional
felt
felt: number
Type : number
Optional
gap
gap: number
Type : number
Optional
ids
ids: string
Type : string
Optional
mag
mag: number
Type : number
Optional
magType
magType: string
Type : string
Optional
mmi
mmi: number
Type : number
Optional
net
net: string
Type : string
Optional
nst
nst: number
Type : number
Optional
place
place: string
Type : string
Optional
rms
rms: number
Type : number
Optional
sig
sig: number
Type : number
Optional
sources
sources: string
Type : string
Optional
status
status: string
Type : string
Optional
time
time: number
Type : number
Optional
title
title: string
Type : string
Optional
tsunami
tsunami: number
Type : number
Optional
type
type: string
Type : string
Optional
types
types: string
Type : string
Optional
tz
tz: number
Type : number
Optional
updated
updated: number
Type : number
Optional
url
url: string
Type : string
Optional
export interface EarthquakeFeatureProperties {
  alert?: string;
  cdi?: number;
  code?: string;
  detail?: string;
  dmin?: number;
  eventId?: string;
  felt?: number;
  gap?: number;
  ids?: string;
  mag?: number;
  magType?: string;
  mmi?: number;
  net?: string;
  nst?: number;
  place?: string;
  rms?: number;
  sig?: number;
  sources?: string;
  status?: string;
  time?: number;
  title?: string;
  tsunami?: number;
  type?: string;
  types?: string;
  tz?: number;
  updated?: number;
  url?: string;
}

results matching ""

    No results matching ""