Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AviationGroup

The Aviation module contains a series of modules that are specific to aviation usage.

Includes:

  • flight rules
  • SIGMETs
  • station plots

Hierarchy

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

  • Creates and initializes a module group instance with the optional array of child modules if provided. Alternatively, child modules can be loaded on-demand using the group's load() method.

    memberof

    ModuleGroup

    Parameters

    Returns AviationGroup

Accessors

account

  • Aeris account associated with the module group.

    readonly
    memberof

    MapSourceModule

    Returns Account

app

  • Application the module group was initialized with.

    readonly
    memberof

    MapSourceModule

    Returns InteractiveMapApp

id

  • get id(): string
  • Returns string

map

  • Application map instance.

    readonly
    memberof

    MapSourceModule

    Returns InteractiveMap

modules

  • Array of child modules associated with the group.

    For groups that load on-demand modules, this value will be null until the modules have been loaded via the group's load() method.

    readonly
    memberof

    ModuleGroup

    Returns IMapSourceModule[]

Methods

controls

  • controls(): any

initialize

load

Generated using TypeDoc