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

Attributes

  • slopeValue (type: number(), default: nil) - Slope value as elevation change divided by horizontal distance, in the format of decimal, e.g., ‘0.1234’ means a 12.34% slope. If a slope_value is unset, it indicates we don’t have enough information to compute slope at this location.
  • startPointFraction (type: number(), default: nil) - Indicates how far along the segment this slope value starts to apply, in the format of decimal between 0 and 1.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreSlopeProto{
  slopeValue: number() | nil,
  startPointFraction: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.