GeostoreSegmentPathProto

AI Overview😉

  • The potential purpose of this module is to help Google understand the relationships between different geographic locations, such as roads and road signs. It creates a path through a set of segments, which can be used to determine the relevance of a particular location or feature to a search query.
  • This module could impact search results by allowing Google to better understand the context of a search query and provide more accurate results. For example, if a user searches for "directions to a specific road sign", Google can use this module to understand the relationships between the road sign and the surrounding roads, and provide more accurate directions.
  • A website may change things to be more favorable for this function by providing clear and accurate geographic information, such as GPS coordinates and addresses, and structuring their content in a way that makes it easy for Google to understand the relationships between different locations. Additionally, websites that provide information about road signs or other geographic features can optimize their content by using schema markup and other SEO techniques to help Google understand the context and relevance of their content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A segment path describes a path through a short set of segments. The segment path can be used for any purpose. At the moment, only TYPE_ROAD_SIGN features can have associated segment paths: The segment path lists the segments that refer to the sign. These are the segments for which the sign is applicable. The sign's physical location is independent of the segments in the path.

Attributes

  • subpath (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - Specifies a sequence of feature ids of GeoStore segments. The feature ids are ordered. The path "AB" is not the same as the path "BA". The segments along the path are assumed to be connected via the appropriate intersections. The segment features that are referenced by this subpath refer to this feature back via the road_sign field in segment proto extension.

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.GeostoreSegmentPathProto{
  subpath:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.