GoogleApi.ContentWarehouse.V1.Model.GeostoreElevationProto
Table of Contents ▼
Jump to a specific part of the page:
Description
This protocol buffer holds elevation and related data.
Attributes List
This module has the following attributes (case-insensitive ascending order):
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
, default:nil
)
- Additional details for TYPE_PEAK and TYPE_VOLCANO features.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreElevationProto{
averageElevationMeters: float() | nil,
peak: GoogleApi.ContentWarehouse.V1.Model.GeostorePeakProto.t() | nil
}
averageElevationMeters: float() | nil,
peak: GoogleApi.ContentWarehouse.V1.Model.GeostorePeakProto.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreElevationProto