GeostoreInternalSegmentProtoLaneConnectionReference

GoogleApi.ContentWarehouse.V1.Model.GeostoreInternalSegmentProtoLaneConnectionReference


Table of Contents ▼

Jump to a specific part of the page:

Description

Specifies a single outgoing lane connection.

Attributes List

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

View Attributes

Attributes

  1. fromLaneNumber (type: integer(), default: nil)
    - The lane number on this segment.
  2. segment (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto, default: nil)
    - This reference to the other segment is weak, since strong would blow up bounds of all segments.
  3. toLaneNumber (type: integer(), default: nil)
    - This is the lane number on the target segment.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreInternalSegmentProtoLaneConnectionReference{
fromLaneNumber: integer() | nil,
segment: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
toLaneNumber: integer() | nil
}

Function

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

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