GeostoreCityJsonProtoTransform

AI Overview😉

  • The potential purpose of this module is to transform geographic coordinates from one system to another, allowing for more accurate and relevant search results based on a user's location.
  • This module could impact search results by ensuring that location-based searches return results that are more relevant to the user's actual location, rather than relying on less accurate or outdated coordinate systems. This could lead to more accurate and relevant results for searches that rely on geographic location, such as "near me" searches or searches for local businesses.
  • To be more favorable for this function, a website could ensure that its geographic coordinates are up-to-date and accurate, and that it provides location-based information in a format that can be easily understood and transformed by this module. This could include providing latitude and longitude coordinates, as well as other location-based metadata, in a standardized and machine-readable format.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Information for transforming a point from an "old" to "new" coordinate frame. Applied as follows: vertex_new = scale * vertex_old + translate

Attributes

  • scale (type: float(), default: nil) - Relative scale of the vertices in the new coordinate system relative to the old coordinate system. Applies to all three x,y,z coordinates.
  • translate (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoTransformTranslate.t, default: nil) - Offset of each vertex in the new coordinate system relative to the old coordinate system.

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.GeostoreCityJsonProtoTransform{
  scale: float() | nil,
  translate:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoTransformTranslate.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.