GeostoreLaneMarkerProto

AI Overview😉

  • The potential purpose of this module is to help Google understand the physical environment of a location, specifically the lane markers on roads and their characteristics, such as materials, patterns, and colors. This information can be used to improve Google Maps and other location-based services.
  • This module could impact search results by providing more accurate and detailed information about locations, which can lead to better search results for queries related to navigation, transportation, and local businesses. For example, if a user searches for "nearest crosswalk," Google can use this information to provide a more accurate result.
  • To be more favorable for this function, a website may want to provide detailed and structured data about the physical environment of their location, such as the types of lane markers, their materials, and patterns. This data can be provided in a format that is easily machine-readable, such as JSON or XML. Additionally, websites can ensure that their location data is up-to-date and accurate, which can help improve the overall quality of Google's location-based services.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This proto contains attributes relevant to physical lane markers.

Attributes

  • barrierMaterials (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreBarrierLogicalMaterialProto.t, default: nil) - If this is a physical barrier marker, represent materials found on the marker.
  • crossingPattern (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCrossingStripePatternProto.t, default: nil) - Pattern border and color for crossing markers. These include crosswalks, stop, and yield lines.
  • linearPattern (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreLinearStripePatternProto.t, default: nil) - Stripe pattern, spacing, and color for longitudinal markers.

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.GeostoreLaneMarkerProto{
  barrierMaterials:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreBarrierLogicalMaterialProto.t()
    | nil,
  crossingPattern:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreCrossingStripePatternProto.t()
    | nil,
  linearPattern:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreLinearStripePatternProto.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.