GeostoreRouteAssociationProto

AI Overview😉

  • The potential purpose of this module is to associate geographic routes with specific directions, such as north or south, to provide more accurate and relevant search results for location-based queries. This module seems to be focused on handling route directions, especially in countries like the US, Mexico, and Canada, where directional routes are commonly used.
  • This module could impact search results by influencing the ranking of location-based search results. For example, if a user searches for "US-1 North", the module could help Google understand that the user is looking for a specific direction of the route, and return more relevant results. This could also affect the ordering of search results, with more directionally-relevant results appearing higher in the search engine results page (SERP).
  • A website may change things to be more favorable for this function by including directionally-specific keywords and metadata in their content, such as "US-1 North" or "I-10 East". This could help Google's algorithm better understand the directional context of the content and improve its ranking for relevant searches. Additionally, websites could provide more detailed and structured data about routes and directions, making it easier for Google to associate them with specific directions and improve search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This protocol buffer holds metadata about the association between a segment and a route.

Attributes

  • displayPreference (type: String.t, default: nil) - clang-format on
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t, default: nil) - Field-level metadata for the route association.
  • route (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, default: nil) - Identifies the route feature to which this metadata applies. This is one of the routes the segment refers to via the SegmentProto.route field.
  • routeDirection (type: String.t, default: nil) - The direction of the TYPE_ROUTE feature in this route association. A small number of countries (mostly just the United States, Mexico, and Canada) use directional routes. For example, in the United States highway US-1 is referred to as US-1 North or US-1 South on the sides where flow of traffic moves in those directions.

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.GeostoreRouteAssociationProto{
  displayPreference: String.t() | nil,
  metadata:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil,
  route: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
  routeDirection: String.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.