GeostorePointWithHeightProto

AI Overview😉

  • The potential purpose of this module is to provide location-based information to Google's search algorithm, specifically including altitude data. This could be used to better understand the physical location of a user or a business, and to provide more accurate and relevant search results based on that location.
  • This module could impact search results by allowing Google to take into account the altitude of a location, which could be important for searches related to hiking, aviation, or other activities where altitude is a key factor. It could also be used to provide more accurate results for searches related to businesses or locations that are situated at specific elevations. This could lead to more precise and relevant search results, especially in areas where altitude varies significantly.
  • To be more favorable for this function, a website could include accurate and detailed location information, including altitude data, in their metadata or structured data. This could involve including schema.org markup or other forms of location-based metadata in their website's code. Additionally, websites could ensure that their location information is up-to-date and accurate, and that it is easily accessible to search engines. By providing this information, websites can help Google's algorithm better understand their location and provide more accurate and relevant search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

PointWithHeightProto encodes lat/lng through PointProto and contains altitude information.

Attributes

  • altitudeMeters (type: number(), default: nil) - Altitude of this point is assumed to be relative to the ground level.
  • point (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t, default: nil) -

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.GeostorePointWithHeightProto{
  altitudeMeters: number() | nil,
  point: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.