GeostoreTollPathProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProto


Table of Contents ▼

Jump to a specific part of the page:

Description

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 List

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

View Attributes

Attributes

  1. tollClusterSequence (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoTollClusterSequence, default: nil)
    - Details the /geo/type/toll_cluster features which constitute this toll path.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProto{
tollClusterSequence: GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoTollClusterSequence.t() | nil
}

Function

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

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