GeostoreCurveConnectionProto

AI Overview😉

  • The potential purpose of this module is to help Google understand and analyze geographical locations and how they relate to each other. It appears to be a part of the geolocation-based search results, allowing Google to better understand the proximity and connections between different places.
  • This module could impact search results by influencing the ranking and relevance of local search results, particularly those that involve directions, distances, or proximity to specific locations. It may also affect the accuracy of Google Maps and other location-based services.
  • To be more favorable for this function, a website may want to ensure that their location-based information is accurate and up-to-date, including their business address, latitude and longitude coordinates, and proximity to other relevant locations. They may also want to optimize their content to include relevant keywords related to their location and services, and provide clear and concise directions to their business.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Protocol buffer describing a curve that connects two externally specified endpoints.

Attributes

  • bezierParams (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoBezierParams.t, default: nil) -
  • circleParams (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoCircleParams.t, default: nil) -
  • type (type: String.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.GeostoreCurveConnectionProto{
  bezierParams:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoBezierParams.t()
    | nil,
  circleParams:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreCurveConnectionProtoCircleParams.t()
    | nil,
  type: 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.