GeostorePointCurvatureProto

AI Overview😉

  • The potential purpose of this module is to determine the curvature of a location or route on a map, taking into account the direction of the curve (left or right). This could be used to provide more accurate and detailed location-based search results, such as suggesting alternative routes or providing information about nearby points of interest.
  • This module could impact search results by influencing the ranking of location-based search queries. For example, a search for "coffee shops near me" could return results that take into account the curvature of the user's route, providing more relevant and convenient options. It could also affect the accuracy of location-based search results, such as providing more precise directions or distances.
  • To be more favorable for this function, a website could optimize its location-based content by providing more detailed and accurate geographic information, such as latitude and longitude coordinates, and incorporating schema markup to help search engines understand the location-based context of the content. Additionally, websites could ensure that their location-based data is up-to-date and consistent across different platforms and devices.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • curvatureStatus (type: String.t, default: nil) -
  • radiansPerMeter (type: number(), default: nil) - Curvature in radians per meter. Negative is a curve to the left and positive is a curve to the right.
  • startPointFraction (type: number(), default: nil) - How far along the line this curvature 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.GeostorePointCurvatureProto{
  curvatureStatus: String.t() | nil,
  radiansPerMeter: 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.