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

Attributes

  • curvatureStatus (type: String.t, default: nil) -
  • radiansPerMeter (type: number(), default: nil) - Curvature in radians per meter. Negative is a curve to the left and positive is a curve to the right.
  • startPointFraction (type: number(), default: nil) - How far along the line this curvature 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.GeostorePointCurvatureProto{
  curvatureStatus: String.t() | nil,
  radiansPerMeter: number() | nil,
  startPointFraction: number() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.