GeostoreElevationProto

AI Overview😉

  • The potential purpose of this module is to provide Google with geographic location data, specifically the elevation of a feature or location, to better understand the context of a search query and provide more accurate results. This could be used to improve local search results, provide more relevant information for queries related to outdoor activities, or enhance the accuracy of location-based services.
  • This module could impact search results by allowing Google to better understand the physical environment of a location, which could lead to more accurate and relevant results for searches related to outdoor activities, local businesses, or location-specific information. For example, a search for "hiking trails near me" could return results that take into account the elevation and terrain of the surrounding area.
  • To be more favorable for this function, a website could provide accurate and detailed geographic location data, including elevation information, in their website's metadata or structured data. This could include using schema.org markup to provide location-based data, such as latitude and longitude coordinates, or including elevation data in their website's content. Additionally, websites that provide location-based services or outdoor activity information could benefit from providing detailed elevation data to help Google better understand their content and provide more accurate results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This protocol buffer holds elevation and related data.

Attributes

  • averageElevationMeters (type: float(), default: nil) - The average elevation of the feature in meters above the local mean sea level.
  • peak (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePeakProto.t, default: nil) - Additional details for TYPE_PEAK and TYPE_VOLCANO features.

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.GeostoreElevationProto{
  averageElevationMeters: float() | nil,
  peak: GoogleApi.ContentWarehouse.V1.Model.GeostorePeakProto.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.