GeostoreCityJsonProtoCityObjectGeometrySolid

AI Overview😉

  • The potential purpose of this module is to help Google understand the physical boundaries and geometry of a location, such as a city or building, in 3D space. This allows Google to better comprehend the relationships between different locations and provide more accurate search results.
  • This module could impact search results by allowing Google to provide more precise location-based search results, such as identifying the nearest businesses or points of interest to a user's location. It could also improve the accuracy of Google Maps and other location-based services. Additionally, it may help Google to better understand the context of a search query and provide more relevant results.
  • To be more favorable for this function, a website could provide more detailed and accurate information about its physical location, such as its address, latitude, and longitude. Additionally, providing 3D models or other geometric data about the location could help Google to better understand its physical boundaries and relationships to other locations. Furthermore, optimizing website content to include location-based keywords and phrases could also help to improve search result relevance.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A 3D shape, composed of a watertight exterior shell with optional interior watertight shells.

Attributes

  • shells (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometryMultiSurface.t), default: nil) - The first shell is exterior; any additional are interior.

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.GeostoreCityJsonProtoCityObjectGeometrySolid{
    shells:
      [
        GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometryMultiSurface.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.