GeostoreParkingRestrictionProto

AI Overview😉

  • Potential purpose of module: This module, GeostoreParkingRestrictionProto, is designed to provide information about parking restrictions on a road, including the times when parking is prohibited, the type of restriction, and the types of services and vehicles affected. Its purpose is likely to enhance Google's ability to provide accurate and relevant search results related to parking and transportation.
  • Impact on search results: This module could impact search results in several ways, such as: Providing more accurate and detailed information about parking restrictions in a specific area, helping users plan their trips more effectively. Influencing the ranking of search results related to parking and transportation, giving more weight to results that are more relevant and accurate. Enabling Google to offer more personalized and location-based search results, taking into account the user's location and the parking restrictions in that area.
  • Optimization for this function: To be more favorable for this function, a website could: Provide detailed and accurate information about parking restrictions in their area, including the times when parking is prohibited and the types of services and vehicles affected. Use structured data and schema markup to help Google understand the parking restrictions and provide more accurate search results. Ensure that their website is mobile-friendly and provides a good user experience, as users are likely to be searching for parking information on their mobile devices.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Expresses a parking restriction on a road; i.e. times at which parking on the road is prohibited.

Attributes

  • restrictedHours (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto.t, default: nil) - Times at which parking is prohibited.
  • restrictionType (type: String.t, default: nil) - clang-format on The type of restriction that applies at this time.
  • serviceType (type: list(String.t), default: nil) - The types of services that this parking restriction applies to. We expect most parking restrictions to apply to all services, but some airports have specific rideshare parking or taxi parking zones.
  • vehicleType (type: list(String.t), default: nil) - The types of vehicles that this parking restriction applies to. For instance, some streets may allow motorcycles to park but not automobiles or trucks.

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.GeostoreParkingRestrictionProto{
  restrictedHours:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreTimeScheduleProto.t() | nil,
  restrictionType: String.t() | nil,
  serviceType: [String.t()] | nil,
  vehicleType: [String.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.