GeostoreSlopeProto

AI Overview😉

  • The potential purpose of this module is to determine the slope of a geographic location, which could be used to provide more accurate and relevant search results for users searching for location-based information. This could be especially important for searches related to outdoor activities, accessibility, or logistics.
  • This module could impact search results by allowing Google to better understand the physical environment of a location and provide more accurate and relevant results. For example, if a user searches for "hiking trails near me", Google could use this module to prioritize trails with gentler slopes for users who may have mobility issues. Alternatively, it could also be used to provide more accurate estimates of delivery times or logistics costs based on the slope of a location.
  • To be more favorable for this function, a website could provide more detailed and accurate geographic information about their location, such as GPS coordinates, elevation data, or detailed descriptions of the physical environment. Additionally, websites could also provide information about accessibility features, such as wheelchair ramps or elevators, to help Google better understand the slope and accessibility of a location. By providing this information, websites could potentially improve their search rankings for location-based searches.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • slopeValue (type: number(), default: nil) - Slope value as elevation change divided by horizontal distance, in the format of decimal, e.g., ‘0.1234’ means a 12.34% slope. If a slope_value is unset, it indicates we don’t have enough information to compute slope at this location.
  • startPointFraction (type: number(), default: nil) - Indicates how far along the segment this slope value starts to apply, in the format of decimal between 0 and 1.

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.GeostoreSlopeProto{
  slopeValue: number() | nil,
  startPointFraction: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.