GeostoreRestrictionGroupProto

AI Overview😉

  • The potential purpose of this module is to group and manage geographically-related restrictions or rules that apply to specific segments or features within a certain region. This could include things like traffic rules, event-related closures, or other location-based limitations.
  • This module could impact search results by influencing the ranking or visibility of search results based on the user's location and the restrictions associated with specific segments or features in that area. For example, if a user searches for a route or location, the search results may be filtered or ranked based on the restrictions in place, such as road closures or traffic limitations.
  • To be more favorable for this function, a website could ensure that its location-based content and metadata are accurately and consistently structured, making it easier for the algorithm to understand and apply the relevant restrictions. This could include using standardized formatting for location-based data, providing clear and up-to-date information about restrictions or events, and using relevant schema markup to help the algorithm understand the context and relationships between different features and segments.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A restriction group represents common properties of a set of restrictions on segments that are associated with the same underlying cause across a geographic region. Every segment referenced by this restriction group should have at least one restriction that refers backs to this restriction group. The standard feature properties have the following interpretations: name - A name that represents the name for this restriction group. kg_property - A reference back to a KG event in case this restriction group belongs to an event in KG. /geo/type/restriction_group/associated_event contains a mid to the associated event.

Attributes

  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t, default: nil) - Field-level metadata for this restriction group.
  • segment (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - FeatureId of all segments that have a RestrictionProto referring back to this RestrictionGroup.

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.GeostoreRestrictionGroupProto{
  metadata:
    GoogleApi.ContentWarehouse.V1.Model.GeostoreFieldMetadataProto.t() | nil,
  segment:
    [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.