GoogleApi.ContentWarehouse.V1.Model.GeostoreTrackProto
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):
Attributes
-
index
(type:integer()
, default:nil
)
- The index of this TrackProto in a list of TrackProtos. -
pose
(type:list(GoogleApi.ContentWarehouse.V1.Model.GeostorePoseProto)
, default:nil
)
- The instantaneous pose of points along this track. The fields set inside each pose must be set consistently along the track.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTrackProto{
index: integer() | nil,
pose: [GoogleApi.ContentWarehouse.V1.Model.GeostorePoseProto.t()] | nil
}
index: integer() | nil,
pose: [GoogleApi.ContentWarehouse.V1.Model.GeostorePoseProto.t()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreTrackProto