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

PointWithHeightProto encodes lat/lng through PointProto and contains altitude information.

Attributes

  • altitudeMeters (type: number(), default: nil) - Altitude of this point is assumed to be relative to the ground level.
  • point (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostorePointWithHeightProto{
  altitudeMeters: number() | nil,
  point: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.