google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.AntennaCharacteristics View Source

Antenna characteristics provide additional information, such as the antenna height, antenna type, etc. Whether antenna characteristics must be provided in a request depends on the device type and regulatory domain.

Attributes

  • height (float()): The antenna height in meters. Whether the antenna height is required depends on the device type and the regulatory domain. Note that the height may be negative. Defaults to: null.
  • heightType (String.t): If the height is required, then the height type (AGL for above ground level or AMSL for above mean sea level) is also required. The default is AGL. Defaults to: null.
  • heightUncertainty (float()): The height uncertainty in meters. Whether this is required depends on the regulatory domain. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Spectrum.V1explorer.Model.AntennaCharacteristics{
  height: any(),
  heightType: any(),
  heightUncertainty: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.