GeostoreCrossingStripePatternProto

AI Overview😉

  • Potential purpose of the module: This module appears to be related to identifying and understanding physical road markings, such as crosswalks, stop lines, and yield lines, which can help Google Maps and Search better understand the layout of roads and intersections.
  • Impact on search results: This module could improve the accuracy of Google Maps and Search results by providing more detailed information about road layouts, which can help with route planning, traffic management, and location-based searches. It may also help Google to better understand the context of search queries related to specific locations or routes.
  • Optimization for this function: To be more favorable for this function, a website could provide detailed and structured data about road markings and layouts, such as through the use of schema markup or other data formats. Additionally, websites that provide location-based services or route planning tools could benefit from incorporating more detailed and accurate road layout data into their systems.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Possible patterns of a crossing stripe (any element that denotes a point on a segment or lane at which the vehicle must stop or yield). These include crosswalks, stop, and yield lines.

Attributes

  • borderLine (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePhysicalLineProto.t, default: nil) -
  • borderPattern (type: String.t, default: nil) -
  • color (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostorePaintedElementLogicalColorProto.t), default: nil) - Colors found on this crossing.
  • stripePattern (type: String.t, default: nil) -

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.GeostoreCrossingStripePatternProto{
  borderLine:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePhysicalLineProto.t() | nil,
  borderPattern: String.t() | nil,
  color:
    [
      GoogleApi.ContentWarehouse.V1.Model.GeostorePaintedElementLogicalColorProto.t()
    ]
    | nil,
  stripePattern: 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.