GeostoreServicedStopProto

AI Overview😉

  • The potential purpose of this module is to help Google understand the relationship between public transit routes and their corresponding stops, including the order in which they are serviced. This allows Google to provide more accurate and informative results for users searching for transit-related information.
  • This module could impact search results by influencing the ranking and relevance of transit-related content, such as bus or train schedules, route maps, and station information. It may also affect the accuracy of Google's transit directions and trip planning features.
  • To be more favorable for this function, a website may ensure that their transit-related content is accurately and consistently structured, with clear references to specific transit routes, stops, and schedules. They may also provide additional context, such as platform information or real-time updates, to help Google better understand the transit network and provide more informative results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Defines an ordered reference to a line variant’s stop.

Attributes

  • id (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, default: nil) - Reference to a Transit POI feature (gcid:transit_station) or platform compound section (gcid:railway_platform) serviced by the line variant.
  • index (type: integer(), default: nil) - An index representing the order in which the above station is serviced by the line variant.

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.GeostoreServicedStopProto{
  id: 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.