GoogleInternalAppsWaldoV1alphaCustomLocation

AI Overview😉

  • The potential purpose of this module is to allow users to specify custom geographic locations, which can be used to personalize search results or provide more accurate location-based information. This module seems to be part of a larger system that handles user-inputted location data.
  • This module could impact search results by allowing Google to better understand the user's location and provide more relevant results based on that location. For example, if a user searches for "restaurants near me" and has specified a custom location, Google can use that location to provide more accurate results. This could also be used to improve the accuracy of location-based searches, such as finding the nearest store or service provider.
  • To be more favorable for this function, a website could ensure that its location-based information is accurate and up-to-date, and provide clear and consistent location data that can be easily understood by Google's algorithm. Additionally, websites could provide users with the option to specify custom locations, and make it easy for users to input and manage their location data. This could include providing a user-friendly interface for specifying custom locations, and allowing users to save and manage their location data for future use.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Custom location specified by the user.

Attributes

  • geoCoordinates (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng.t, default: nil) - Geographic location as geo coordinates.
  • label (type: String.t, default: nil) - The custom location label as a string entered manually by the user.
  • location (type: String.t, default: nil) - Geographic location as free-form text.

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.GoogleInternalAppsWaldoV1alphaCustomLocation{
    geoCoordinates:
      GoogleApi.ContentWarehouse.V1.Model.GoogleTypeLatLng.t() | nil,
    label: String.t() | nil,
    location: 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.