GeostoreGeopoliticalProtoRegionalPolygonAdjustmentProto

AI Overview😉

  • The potential purpose of this module is to adjust the geographical boundaries of a feature (such as a business or landmark) based on the user's location and region. This allows for more accurate and relevant search results that take into account regional differences and variations.
  • This module could impact search results by altering the visibility and ranking of features based on the user's location and region. For example, a business that operates in multiple regions may have different boundaries and areas of operation in each region, and this module would ensure that the correct boundaries are applied for each region. This could lead to more accurate and relevant search results, as well as reducing the visibility of features that are not relevant to the user's location.
  • A website may change things to be more favorable for this function by providing accurate and detailed information about their geographical boundaries and areas of operation. This could include providing polygon coordinates for their boundaries, as well as specifying the regions in which they operate. Additionally, websites may want to ensure that their content is optimized for different regions and languages, in order to improve their visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Raw polygon adjustments to apply to this feature's base polygon to construct a specific region's view of this feature's polygon.

Attributes

  • polygonToAdd (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t, default: nil) - Polygon to add to the feature's base polygon to get the view for the given region. Applied after polygon_to_subtract, such that any region contained in both polygons WILL be part of the final result.
  • polygonToSubtract (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t, default: nil) - Polygon to subtract from the feature's base polygon to get the view for the given region.
  • regionCode (type: String.t, default: nil) - Region code (or other identifier) for the region.

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.GeostoreGeopoliticalProtoRegionalPolygonAdjustmentProto{
    polygonToAdd:
      GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t() | nil,
    polygonToSubtract:
      GoogleApi.ContentWarehouse.V1.Model.GeostorePolygonProto.t() | nil,
    regionCode: 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.