GeostoreSpeedProto

AI Overview😉

  • The potential purpose of this module is to provide a standardized way to store and process speed values, specifically in kilometers per hour, to help Google's search algorithm understand and compare different speed-related information, such as travel times, distances, or velocities.
  • This module could impact search results by allowing Google to better understand and rank content that involves speed-related information, such as:
    • Providing more accurate and relevant results for search queries involving travel times or distances.
    • Enabling Google to differentiate between similar content based on speed-related metrics.
    • Influencing the ranking of content that mentions speed, velocity, or travel times.
  • To be more favorable for this function, a website could:
    • Use standardized units of measurement for speed, such as kilometers per hour.
    • Provide accurate and consistent speed-related information throughout the website.
    • Use structured data and schema markup to help Google understand the speed-related content on the website.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A speed value and unit.

Attributes

  • speed (type: number(), default: nil) - All speed values are stored in kilometers per hour.
  • unit (type: String.t, default: nil) - Mapfacts only allows unit to be KILOMETERS_PER_HOUR.

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.GeostoreSpeedProto{
  speed: number() | nil,
  unit: 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.