AssistantApiLocationCapabilities

AI Overview😉

  • The potential purpose of this module is to determine if a user's device has GPS capabilities available, which can be used to provide more accurate and relevant location-based search results.
  • This module could impact search results by allowing Google to prioritize results that are more relevant to a user's current location, such as providing more accurate directions or nearby businesses. It could also influence the ranking of websites that provide location-based services or have location-specific content.
  • A website may change things to be more favorable for this function by ensuring that their website is optimized for location-based searches, such as by including name, address, and phone number (NAP) consistently across the web, creating content that is relevant to specific locations, and using schema markup to highlight location-based information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • gpsAvailable (type: boolean(), 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.AssistantApiLocationCapabilities{
  gpsAvailable: boolean() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.