Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MapMetadata

An object that contains valid times and dates represented by a map request.

Hierarchy

  • MapMetadata

Index

Constructors

constructor

  • Creates and returns a MapMetadata instance initialized with the specified headers.

    memberof

    MapMetadata

    Parameters

    • headers: Headers | any

    Returns MapMetadata

Properties

maxValidDate

maxValidDate: Date

Ending date for which the data should be used.

memberof

MapMetadata

minValidDate

minValidDate: Date

Beginning date for which the data should be used.

memberof

MapMetadata

runDate

runDate: Date

Date when the data was generated.

memberof

MapMetadata

validDate

validDate: Date

Date for which the data is valid for.

memberof

MapMetadata

Generated using TypeDoc