GoogleInternalAppsWaldoV1alphaOfficeLocation

AI Overview😉

  • The potential purpose of this module is to provide information about a physical office location, including its building, desk, and floor identification, as well as a display label. This could be used to help Google understand the context of a search query or to provide more accurate results for location-based searches.
  • This module could impact search results by allowing Google to better understand the physical location of a business or organization, and to provide more accurate and relevant results for searches that include location-based keywords. For example, if a user searches for "coffee shops near me", Google could use this module to provide results that are specific to the user's physical location.
  • To be more favorable for this function, a website could provide clear and accurate information about its physical location, including its building, desk, and floor identification, as well as a display label. This could be done by including this information in the website's metadata, such as its schema markup or Google My Business listing. Additionally, the website could ensure that its location-based keywords are accurate and up-to-date, and that it provides relevant and useful content for users searching for location-based information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Office location.

Attributes

  • experimentalBuildingId (type: String.t, default: nil) - Experimental. Can change or disappear without warning or notice. References a building from http://google3/ccc/hosted/api/rosy/resources/calendar/building.proto For example "US-NYC-9TH".
  • experimentalDeskId (type: String.t, default: nil) - Experimental. Can change or disappear without warning or notice. The desk id. For example "11E358K".
  • experimentalFloorId (type: String.t, default: nil) - Experimental. Can change or disappear without warning or notice. The floor id. For example "11".
  • label (type: String.t, default: nil) - The display label of this office location. For example a building name.

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.GoogleInternalAppsWaldoV1alphaOfficeLocation{
    experimentalBuildingId: String.t() | nil,
    experimentalDeskId: String.t() | nil,
    experimentalFloorId: String.t() | nil,
    label: 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.