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

Attributes

  • index (type: integer(), default: nil) - The index of this TrackProto in a list of TrackProtos.
  • pose (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostorePoseProto.t), default: nil) - The instantaneous pose of points along this track. The fields set inside each pose must be set consistently along the track.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTrackProto{
  index: integer() | nil,
  pose: [GoogleApi.ContentWarehouse.V1.Model.GeostorePoseProto.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.