GeostoreTollPathProtoIndexedTollCluster

AI Overview😉

  • The potential purpose of this module is to provide location-based information about toll roads and clusters, which could be used to improve search results related to navigation, traffic, and route planning. It seems to be a part of Google's geospatial data processing system.
  • This module could impact search results by allowing Google to provide more accurate and relevant information about toll roads and clusters, which could lead to better search results for users searching for navigation-related queries. It could also help Google to improve its mapping and route planning services.
  • To be more favorable for this function, a website could optimize its content by providing accurate and up-to-date information about toll roads and clusters, including their locations and positions along a path. This could involve using structured data and schema.org markup to provide Google with clear and concise information about toll roads and clusters. Additionally, websites could ensure that their content is location-specific and relevant to users searching for navigation-related information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GeostoreTollPathProtoIndexedTollCluster (google_api_content_warehouse v0.4.0)

A /geo/type/toll_cluster and its position along a toll path.

Attributes

  • cluster (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, 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.

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.GeostoreTollPathProtoIndexedTollCluster{
    cluster:
      GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
    index: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.