GeostoreCityJsonProtoTransformTranslate

AI Overview😉

  • The potential purpose of this module is to help Google understand the geographical location of a webpage or content, potentially for local search results or to provide more accurate location-based information to users.
  • This module could impact search results by influencing the ranking of websites based on their geographical relevance to the user's search query. It may prioritize websites that are more closely related to the user's location, providing more accurate and relevant results.
  • To be more favorable for this function, a website may want to ensure that its content is accurately geotagged, providing clear and consistent location information throughout the website. This could include using schema markup to specify the website's address, latitude, and longitude, as well as including location-based keywords in the website's content.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

How the object will be moved along the x, y, and z axes, respectively.

Attributes

  • x (type: float(), default: nil) -
  • y (type: float(), default: nil) -
  • z (type: float(), 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.GeostoreCityJsonProtoTransformTranslate{
    x: float() | nil,
    y: float() | nil,
    z: float() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.