GoogleTypeLatLng

AI Overview😉

  • The potential purpose of this module is to accurately identify and process geographic coordinates (latitude and longitude) in search queries and website content, allowing Google to better understand the location-based context of a search and provide more relevant results.
  • This module could impact search results by allowing Google to filter and rank results based on their geographic relevance to the user's location or search query. This could lead to more accurate and localized results, especially for searches with a clear geographic intent (e.g., "restaurants near me").
  • To be more favorable for this function, a website could ensure that its location-based content is accurately and consistently marked up with geographic coordinates (e.g., using schema.org markup) and that its website structure and content are optimized for location-based searches. This could include using location-specific keywords, creating content relevant to specific geographic areas, and ensuring that the website's mobile and desktop versions are equally optimized for location-based searches.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges.

Attributes

  • latitude (type: float(), default: nil) - The latitude in degrees. It must be in the range [-90.0, +90.0].
  • longitude (type: float(), default: nil) - The longitude in degrees. It must be in the range [-180.0, +180.0].

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.GoogleTypeLatLng{
  latitude: float() | nil,
  longitude: float() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.