GeostoreCountComparisonProto

AI Overview😉

  • The potential purpose of this module is to compare and analyze geographic-specific data, such as the count of axles or trailers, to provide more accurate and relevant search results based on location.
  • This module could impact search results by prioritizing websites that provide location-specific information, such as businesses with multiple locations or services that vary by region. It may also affect the ranking of websites that provide geographic data, such as maps or directories.
  • To be more favorable for this function, a website could:
    • Provide clear and structured geographic data, such as addresses, latitudes, and longitudes.
    • Use schema markup to highlight location-specific information, such as business hours or services offered.
    • Optimize content for location-based keywords and phrases.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A count value tagged with a comparison operator. This can be used for axle count, trailer count, etc.

Attributes

  • comparisonOperator (type: String.t, default: nil) -
  • count (type: integer(), 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.GeostoreCountComparisonProto{
  comparisonOperator: String.t() | nil,
  count: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.