GeostoreInternalSegmentProtoLaneConnectionReference

AI Overview😉

  • The potential purpose of this module is to help Google understand the relationships between different locations and how they are connected. It appears to be a part of their geospatial data processing, which is used to improve the accuracy of location-based search results and maps.
  • This module could impact search results by influencing the ranking of locations and businesses based on their proximity and connectivity to other relevant locations. For example, if a user searches for "coffee shops near me", Google may use this module to prioritize results that are not only close to the user's location but also easily accessible via pedestrian or vehicle routes.
  • To be more favorable for this function, a website may want to ensure that their location data is accurate and up-to-date, including information about nearby points of interest and transportation routes. Additionally, they may want to optimize their content to highlight their location's connectivity and accessibility features, such as "walking distance to public transportation" or "adjacent to major highways". This could involve adding relevant keywords and phrases to their website's metadata and content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Specifies a single outgoing lane connection.

Attributes

  • fromLaneNumber (type: integer(), default: nil) - The lane number on this segment.
  • segment (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, default: nil) - This reference to the other segment is weak, since strong would blow up bounds of all segments.
  • toLaneNumber (type: integer(), default: nil) - This is the lane number on the target segment.

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.GeostoreInternalSegmentProtoLaneConnectionReference{
    fromLaneNumber: integer() | nil,
    segment:
      GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
    toLaneNumber: integer() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.