KnowledgeVerticalsWeatherProtoUserSpecifiedLocation

AI Overview😉

  • The potential purpose of this module is to provide a way for users to specify a location for which they want to retrieve weather information. This allows for more personalized and relevant search results.
  • This module could impact search results by providing more accurate and location-specific weather information to users. This could lead to more relevant and useful search results, especially for users who are searching for weather information for a specific location. It could also affect the ranking of search results, with websites that provide accurate and location-specific weather information being ranked higher.
  • To be more favorable for this function, a website could ensure that it provides accurate and location-specific weather information, and that it is easily accessible and crawlable by Google's algorithms. This could include providing weather information for specific locations, using structured data to mark up weather information, and ensuring that weather information is up-to-date and accurate. Additionally, websites could provide users with the ability to specify their location and retrieve weather information for that location, which could improve the user experience and increase engagement.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A user specified location to trigger weather for a specific location. Also it can be generalized for other verticals.

Attributes

  • featureId (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, default: nil) - (Mandatory) Oyster ID.
  • latLng (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng.t, default: nil) - (Mandatory) Coordinates of the location for which weather is requested.
  • locationName (type: String.t, default: nil) - The name to display. If specified it will override the formatted address of "feature_id".
  • mid (type: String.t, default: nil) - MID corresponding to the location from feature_id.
  • timezone (type: String.t, default: nil) - The timezone to display the current conditions observation time. Optional and will override the timezone of "feature_id".

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.KnowledgeVerticalsWeatherProtoUserSpecifiedLocation{
    featureId:
      GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
    latLng: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng.t() | nil,
    locationName: String.t() | nil,
    mid: String.t() | nil,
    timezone: 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.