GeostoreDisputedAreaProto

AI Overview😉

  • The potential purpose of this module is to identify and store information about disputed areas or territories, such as their administrative power and claiming countries. This helps Google to better understand the geographic context of a search query and provide more accurate results.
  • This module could impact search results by influencing the ranking of websites based on their relevance to a specific geographic location. For example, if a user searches for information about a disputed area, Google may prioritize websites that are more relevant to the administrative power or claiming countries of that area. This could lead to more accurate and localized search results.
  • A website may change things to be more favorable for this function by providing clear and accurate information about their geographic location, including any disputed areas they may be related to. This could include using schema markup to specify their address and geographic coordinates, as well as providing content that is relevant to the administrative power or claiming countries of that area. Additionally, websites may want to ensure that their content is accessible and relevant to users from different geographic locations.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This protocol buffer is used to store information about disputed areas. E.g., the political power that administers a disputed area or the countries that claim it. It should only be used for features of TYPE_DISPUTED_AREA.

Attributes

  • administeredBy (type: String.t, default: nil) - If present this feature is administered by the power present in the field. In most cases this will be a two letter ISO-3166 region code, but may be a descriptive string if no region code is available.
  • claimant (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - Feature IDs (usually a country feature ID) of all parties who claim this feature. No claimants means the claim by the country that contains it (based on country polygon) is not disputed.

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.GeostoreDisputedAreaProto{
  administeredBy: String.t() | nil,
  claimant:
    [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.