GeostoreThreeDimensionalModelProto

AI Overview😉

  • The potential purpose of this module is to analyze and understand the 3D structure of a location or building, using triangular mesh models to represent the physical space. This could be used to improve search results related to location-based queries, such as "restaurants near me" or "museums in New York City".
  • This module could impact search results by allowing Google to better understand the physical context of a location, and return more relevant results based on the user's proximity to specific points of interest. For example, if a user searches for "coffee shops near my location", Google could use this module to determine which coffee shops are actually within walking distance of the user's current location.
  • To be more favorable for this function, a website could provide detailed 3D models of their physical location, such as a store or restaurant, to help Google better understand the layout and structure of the space. Additionally, websites could provide more precise location data, such as latitude and longitude coordinates, to help Google determine the user's proximity to specific points of interest.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • pointIndices (type: list(integer()), default: nil) - Triangle vertex indices, each triple defines a triangle.
  • points (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostorePointWithHeightProto.t), default: nil) - We store a triangular mesh in indexed format. Points array.

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.GeostoreThreeDimensionalModelProto{
  pointIndices: [integer()] | nil,
  points:
    [GoogleApi.ContentWarehouse.V1.Model.GeostorePointWithHeightProto.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.