ResearchScienceSearchLocation

AI Overview😉

  • The potential purpose of this module is to help Google understand the spatial information and geographic boundaries associated with a dataset or a search query. This allows the search engine to better understand the context and relevance of the search results to the user's location.
  • This module could impact search results by influencing the ranking and relevance of results based on their geographic proximity to the user's location. For example, if a user searches for "restaurants near me", this module would help Google understand the user's location and return results that are closest to them. It could also help filter out results that are not relevant to the user's location.
  • A website may change things to be more favorable for this function by providing clear and structured geographic information about their business or service, such as including their address, latitude, and longitude in their website's metadata or schema markup. This would help Google's algorithm better understand the website's spatial context and improve its visibility in location-based search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Describes the spatial information about a value in spatial-coverage definition of a dataset. Next ID: 9

Attributes

  • boxCoordinates (type: String.t, default: nil) - Coordinates of the corners of the polygon in the form "lat1 long1 lat2 long2"
  • circleCoordinates (type: String.t, default: nil) - Coordinates for the circle area defined by its center and radius: "lat long, radius"
  • containedInMid (type: list(String.t), default: nil) - mids for locations that contain loctions in .
  • locationMid (type: list(String.t), default: nil) - mids for locations covering the dataset, contained in the . A region may contain multiple locations that are identified by mids.
  • locationMidLabel (type: list(String.t), default: nil) - Labels (in the preferred language of the dataset) for the mids in .
  • locationName (type: String.t, default: nil) - The original name for the area covered by the dataset.
  • locationSource (type: String.t, default: nil) -
  • pointCoordinates (type: String.t, default: nil) - Latitude and longitude for a single point in the form of "lat,long".
  • unformattedCoordinates (type: String.t, default: nil) - Unformatted coordinates describing the region.

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.ResearchScienceSearchLocation{
  boxCoordinates: String.t() | nil,
  circleCoordinates: String.t() | nil,
  containedInMid: [String.t()] | nil,
  locationMid: [String.t()] | nil,
  locationMidLabel: [String.t()] | nil,
  locationName: String.t() | nil,
  locationSource: String.t() | nil,
  pointCoordinates: String.t() | nil,
  unformattedCoordinates: 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.