AppsPeopleOzExternalMergedpeopleapiLatLng

AI Overview😉

  • The potential purpose of this module is to process and store geolocation data, specifically latitude and longitude coordinates, which can be used to determine the physical location of a user or a business.
  • This module could impact search results by allowing Google to better understand the location-based context of a search query, and to provide more relevant results based on the user's location. For example, if a user searches for "restaurants near me", Google can use this module to identify the user's location and provide a list of nearby restaurants.
  • A website may optimize for this function by including accurate and consistent geolocation metadata in their website's structured data, such as schema.org markup, and ensuring that their website is accessible and crawlable by Google's search engine. This can help Google to better understand the website's physical location and to provide more accurate location-based search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • lat (type: float(), default: nil) -
  • lng (type: float(), default: nil) -

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.AppsPeopleOzExternalMergedpeopleapiLatLng{
    lat: float() | nil,
    lng: float() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.