GeostoreGeometryStoreReferenceProto

AI Overview😉

  • The potential purpose of this module is to provide location-based information about a website or business, allowing Google to better understand its physical presence and boundaries. This can help with searches related to location, proximity, and geographic relevance.
  • This module could impact search results by influencing the ranking of websites based on their geographic relevance to the searcher's location. It may also affect the accuracy of location-based search results, such as "near me" or "closest [business type]" queries. Additionally, it could help Google to filter out irrelevant results that are not physically close to the searcher.
  • To be more favorable for this function, a website may want to ensure that its online presence accurately reflects its physical location and boundaries. This could include:
    • Providing accurate and up-to-date address information on the website and online directories.
    • Using schema markup to highlight location-based information, such as latitude and longitude coordinates.
    • Creating content that is relevant to the local community and includes location-based keywords.
    • Ensuring that the website's structure and organization make it easy for Google to crawl and understand its location-based information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A Geometry Store ID and, in some contexts, geometry materialized from the record associated with that ID.

Attributes

  • footprint (type: String.t, default: nil) - Geometry (in STGeography format) materialized from the footprint field of the Geometry Store record associated with the geometry_id referenced above.
  • geometry (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProto.t, default: nil) - Geometry materialized from the full_fidelity_proto field of the Geometry Store record associated with the geometry_id referenced above.
  • geometryId (type: String.t, default: nil) - The ID of a record in the 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.GeostoreGeometryStoreReferenceProto{
  footprint: String.t() | nil,
  geometry: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProto.t() | nil,
  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.