View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreElevationProto (google_api_content_warehouse v0.4.0)

This protocol buffer holds elevation and related data.

Attributes

  • averageElevationMeters (type: float(), default: nil) - The average elevation of the feature in meters above the local mean sea level.
  • peak (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePeakProto.t, default: nil) - Additional details for TYPE_PEAK and TYPE_VOLCANO features.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreElevationProto{
  averageElevationMeters: float() | nil,
  peak: GoogleApi.ContentWarehouse.V1.Model.GeostorePeakProto.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.