View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProto (google_api_content_warehouse v0.4.0)
A TollPathProto describes the sequential travel across one or more /geo/type/toll_cluster features. Traveling across a toll path may entail paying a fee, buying a toll pass, etc (although we don't model this in FeatureProto). To travel across a toll path, one must travel between toll clusters in the exact order specified. See go/geo-schema:toll-paths for more information.
Attributes
-
tollClusterSequence
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoTollClusterSequence.t
, default:nil
) - Details the /geo/type/toll_cluster features which constitute this toll path.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProto{ tollClusterSequence: GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoTollClusterSequence.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.