GeostorePointCurvatureProto

GoogleApi.ContentWarehouse.V1.Model.GeostorePointCurvatureProto


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. curvatureStatus (type: String.t, default: nil)
    -
  2. 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.
  3. 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.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostorePointCurvatureProto{
curvatureStatus: String.t() | nil,
radiansPerMeter: number() | nil,
startPointFraction: number() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostorePointCurvatureProto