GeostoreFlowLineProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreFlowLineProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Wrapper to hold data related to a lane’s track, extendable for future data.

Attributes List

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

View Attributes

Attributes

  1. curvature (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCurvatureProto, default: nil)
    - RESERVED
  2. track (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreTrackProto, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreFlowLineProto{
curvature: GoogleApi.ContentWarehouse.V1.Model.GeostoreCurvatureProto.t() | nil,
track: GoogleApi.ContentWarehouse.V1.Model.GeostoreTrackProto.t() | nil
}

Function

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

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