GeostoreAnchoredGeometryProto

AI Overview😉

  • The potential purpose of this module is to retrieve and utilize 3D geometric data associated with a specific location or feature, allowing Google to better understand and represent the physical environment in search results.
  • This module could impact search results by influencing the relevance and accuracy of location-based searches, potentially affecting the ranking of websites and businesses with physical locations. It may also enable more precise and informative search results, such as providing users with more detailed information about a location's layout or surroundings.
  • To be more favorable for this function, a website may want to ensure that its location-based data is accurate and up-to-date, and that it provides Google with access to this data through structured markup, APIs, or other means. Additionally, websites may want to consider incorporating 3D modeling or other geometric data into their online presence to provide a more comprehensive representation of their physical location.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A feature’s geometry that is populated from the 3D Geometry Store. Please see go/a3d-and-mapfacts for design details.

Attributes

  • geometryId (type: String.t, default: nil) - The ID to be used to fetch the feature’s geometry from the 3D Geometry Store.

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.GeostoreAnchoredGeometryProto{
  geometryId: 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.