GeostoreRoadMonitorProto

AI Overview😉

  • The potential purpose of this module is to identify road segments with traffic monitoring devices, such as speed cameras or red-light cameras, to provide users with warnings or information about road conditions and potential traffic violations.
  • This module could impact search results by influencing the ranking of websites that provide traffic information, navigation services, or road condition updates. It may prioritize websites that have accurate and up-to-date information about road monitors, allowing users to make more informed decisions about their routes.
  • To be more favorable for this function, a website could ensure that it provides accurate and regularly updated information about road monitors, including their locations and types. This could be achieved by integrating with mapping services or government data sources, and by using structured data and schema.org markup to clearly identify road monitor information on the website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A road monitor is a device that observes traffic for road violations like speeding or running a red light. These are modeled within MapFacts so that navigation services can warn users when they drive along road segments that are monitored.

Attributes

  • monitoredRoad (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - The TYPE_ROAD segment features that this road monitor may observe.

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.GeostoreRoadMonitorProto{
  monitoredRoad:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.