GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster
Table of Contents ▼
Jump to a specific part of the page:
Description
A /geo/type/toll_cluster and its position along a toll path.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
cluster
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto
, default:nil
)
- The /geo/type/toll_cluster feature at this position. -
index
(type:integer()
, default:nil
)
- The position along the path where this cluster appears.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster{
cluster: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
index: integer() | nil
}
cluster: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
index: integer() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster