Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Flags

Object that contains various metadata information related to the request.

see

https://darksky.net/dev/docs#response-flags

Hierarchy

  • Flags

Index

Properties

Optional nearest-station

nearest-station: undefined | number

The distance to the nearest weather station that contributed data to this response.

Note, however, that many other stations may have also been used; this value is primarily for debugging purposes. This property's value is in miles (if US units are selected) or kilometers (if SI units are selected).

sources

sources: string[]

An array of IDs for each data source utilized in servicing this request.

units

units: string

Indicates the units which were used for the data in this request.

Generated using TypeDoc