GeostoreCityJsonProtoAppearance

AI Overview😉

  • The potential purpose of this module is to help Google understand the visual appearance of a location or building (CityObject) by providing additional information about its materials and textures. This could be used to enhance search results, particularly in conjunction with Google's mapping and visual search features.
  • This module could impact search results by allowing Google to better understand the context and characteristics of a location, which could lead to more accurate and relevant search results. For example, if a user searches for "restaurants with outdoor seating in New York City", Google could use this module to identify locations with outdoor seating areas and provide more relevant results.
  • To be more favorable for this function, a website could provide more detailed and structured information about the locations they are describing, such as including information about materials and textures used in buildings or landmarks. This could be achieved through the use of schema markup, such as Google's recommended schema for local businesses, or by providing more detailed and descriptive content about the locations they are describing.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Contains additional ways to describe the appearance of a CityObject, e.g. definitions of materials and textures that can apply to geometry surfaces.

Attributes

  • materials (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearanceMaterial.t), default: nil) - Predefined materials that may be referenced from geometric primitives.

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.GeostoreCityJsonProtoAppearance{
  materials:
    [
      GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearanceMaterial.t()
    ]
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.