AssistantApiCoreTypesLocationCoordinates

AI Overview😉

  • The potential purpose of this module is to provide geographic coordinate information for a location, including the accuracy of the coordinates, latitude, and longitude. This allows Google to better understand the physical location associated with a search query or website.
  • This module could impact search results by allowing Google to return more accurate and relevant results based on the user's location or the location associated with the search query. For example, if a user searches for "restaurants near me", Google can use this module to determine the user's location and return a list of nearby restaurants.
  • A website may change things to be more favorable for this function by providing accurate and consistent geographic coordinate information, such as including latitude and longitude metadata in their website's structured data or providing location-based content that is relevant to their target audience. Additionally, websites can optimize their content for location-based searches by including location-specific keywords and phrases.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Geographic coordinate information for location.

Attributes

  • accuracyMeters (type: float(), default: nil) - The accuracy of the coordinates in meters.
  • latDegrees (type: float(), default: nil) - Latitude degrees.
  • lngDegrees (type: float(), default: nil) - Longitude degrees.

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.AssistantApiCoreTypesLocationCoordinates{
    accuracyMeters: float() | nil,
    latDegrees: float() | nil,
    lngDegrees: float() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.