bcfreeflight
    Preparing search index...

    Class DevicePreview

    Represents a preview of a device with its related geographical and environmental information.

    Index

    Constructors

    • Creates an instance of the class with specified properties.

      Parameters

      • name: string

        The name of the entity or location.

      • location: string

        The geographical location of the entity.

      • timezone: string

        The timezone of the specified location.

      • elevation: number

        The elevation of the entity or location above sea level.

      • height: number

        The height attribute of the entity or structure.

      • latitude: number

        The geographical latitude of the location.

      • longitude: number

        The geographical longitude of the location.

      Returns DevicePreview

    Properties

    elevation: number

    The elevation of the entity or location above sea level.

    height: number

    The height attribute of the entity or structure.

    latitude: number

    The geographical latitude of the location.

    location: string

    The geographical location of the entity.

    longitude: number

    The geographical longitude of the location.

    name: string

    The name of the entity or location.

    timezone: string

    The timezone of the specified location.