GeostoreAddressLinesProto

AI Overview😉

  • Potential purpose of module: This module, GeostoreAddressLinesProto, appears to be responsible for handling and storing address information, specifically the unparsed portion of an address, along with its associated language. This could be used to improve the accuracy of location-based search results or to provide more detailed information about a business or location.
  • Impact on search results: This module could impact search results by allowing Google to better understand and display address information, which could lead to more accurate and relevant results for location-based searches. It could also enable features like language-specific search results or more precise distance calculations.
  • Optimization for this function: To be more favorable for this function, a website could ensure that their address information is accurately and consistently formatted, including providing the correct language code for the address. Additionally, they could provide detailed and structured address information, such as separate fields for street, city, state, and zip code, to make it easier for Google to parse and understand.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Represents the unparsed portion of an address with an associated language.

Attributes

  • language (type: String.t, default: nil) - The external form of a Google International Identifiers Initiative (III) LanguageCode object. See google3/i18n/identifiers/languagecode.h for details. We place extra restrictions on languages in addition to what the III library requires. See http://go/geo-schema-reference/feature-properties/languages.md
  • line (type: list(String.t), default: nil) - These lines are in display order.

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.GeostoreAddressLinesProto{
  language: String.t() | nil,
  line: [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.