GeostoreTollPathProto

AI Overview😉

  • The potential purpose of this module is to help Google understand and analyze toll paths, which are routes that require paying a fee or buying a toll pass. This module seems to be designed to identify and sequence toll clusters, which are specific geographic areas where tolls are collected.
  • This module could impact search results by influencing the ranking and relevance of search results related to navigation, travel, and transportation. For example, if a user searches for directions from one location to another, Google may use this module to provide more accurate and efficient routes that take into account toll paths and clusters. This could lead to more personalized and relevant search results for users.
  • To be more favorable for this function, a website could optimize its content and structure to provide clear and accurate information about toll paths and clusters. This could include providing detailed maps and directions, specifying toll fees and payment options, and using relevant keywords and metadata. Additionally, websites could ensure that their content is easily crawlable and indexable by Google, allowing the search engine to better understand and analyze toll paths and clusters.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

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

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.