GeostoreRouteProto

AI Overview😉

  • The potential purpose of this module is to understand and organize geographical routes, such as roads and highways, into logical groups. This includes identifying the segments that make up a route, their relationships, and properties like names and types.
  • This module could impact search results by influencing the relevance and accuracy of location-based searches. For example, if a user searches for a specific route or highway, the search results may prioritize websites or content that are more closely associated with that route. Additionally, this module may help Google understand how different locations are connected, which could improve the accuracy of directions and distance calculations.
  • To be more favorable for this function, a website could ensure that its location-based content is accurately and consistently labeled, including using standardized names and types for routes and highways. Additionally, providing clear and structured data about the relationships between different locations and routes could help Google's algorithm better understand the geographical context of the website's content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A route is a collection of segments that forms a logical group - usually a named road or highway. Segments can belong to more than one route, and the segments of one route may be a subset of the segments of another route (e.g. I-5 N is a subset of I-5). Segments in the collection that define the route do not need to constitute a single uninterrupted line, there can be disconnects. The standard feature properties are interpreted as follows: name - Routes should have one or more names. (While unnamed roads certainly exist in the real world, we choose not to create route features for such roads. Instead, the unnamed segments are merely not part of any route.) address - This should always be empty. type - Specifies a particular route subtype, see feature.proto. point - This should always be empty. polyline - This should always be empty. polygon - This should always be empty. child - The pairs of segments that belong to this route (a given route should always reference segments in both travel directions).

Attributes

  • childType (type: integer(), default: nil) - The feature type of the route children. Should be set if and only if all children are of the same feature type.

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.GeostoreRouteProto{
  childType: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.