GeostoreGeometryComposition

AI Overview😉

  • Potential purpose of module: This module, GeostoreGeometryComposition, is likely responsible for determining the geographical boundaries of a feature or entity, such as a business or location, by combining the geometries of related features. It does this by including the geometries of certain features and excluding others.
  • Impact on search results: This module could impact search results by affecting how Google determines the relevance of a location-based search query to a particular feature or entity. For example, if a user searches for "coffee shops near me", Google may use this module to determine which coffee shops are within the user's geographical area. The module's output could influence the ranking and visibility of search results.
  • Optimization strategies: To be more favorable to this function, a website could ensure that its location-based data is accurate and up-to-date, and that it provides clear and consistent information about its geographical boundaries. This could include providing latitude and longitude coordinates, address information, and other relevant details. Additionally, the website could ensure that its related features or entities are properly linked and referenced, to help Google accurately determine its geographical scope.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Encapsulates all the features which, together, define the geometry of a feature. This happens by: 1. taking the union of all polygons of features referenced in includes_geometry_of 2. subtracting the polygons of all the features referenced in excludes_geometry_of

Attributes

  • excludesGeometryOf (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - Features whose geometry to exclude while composing the geometry of this feature.
  • includesGeometryOf (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - Features whose geometry to include while composing the geometry of this feature.

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.GeostoreGeometryComposition{
  excludesGeometryOf:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil,
  includesGeometryOf:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.