GeostoreTransitStationProto

AI Overview😉

  • The potential purpose of this module is to provide information about transit stations, including the agencies that service them, to help Google understand the relationship between transit stations and agencies, and to improve search results related to transit information.
  • This module could impact search results by allowing Google to provide more accurate and relevant results for searches related to transit stations, such as "bus stations near me" or "train schedules for [station name]". It could also help Google to better understand the context of searches and provide more personalized results.
  • To be more favorable for this function, a website could ensure that their transit-related content is structured and marked up in a way that makes it easy for Google to understand, such as using schema.org markup for transit stations and agencies. They could also provide accurate and up-to-date information about transit schedules and agencies, and make sure that their website is mobile-friendly and easy to navigate.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Encapsulates information related to an individual transit station.

Attributes

  • agencyAssociations (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProtoTransitAgencyAssociationProto.t), default: nil) - All the transit agencies which service this station. A station can be serviced by multiple stations. There may only be one agency association per transit agency. See go/transit-agency-relation-migration for more details.

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.GeostoreTransitStationProto{
  agencyAssociations:
    [
      GoogleApi.ContentWarehouse.V1.Model.GeostoreTransitStationProtoTransitAgencyAssociationProto.t()
    ]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.