GeostorePoliticalProto

AI Overview😉

  • The potential purpose of this module is to store and process political information about geographical regions, such as countries, states, or cities. This information includes the region's capital, claimed territories, economic data (GDP), literacy rates, and population. This module likely helps Google understand the political structure and characteristics of different regions, which can be used to improve search results and provide more accurate information to users.
  • This module could impact search results in several ways, such as:
    • Improving the accuracy of search results related to political entities, such as providing the correct capital or GDP of a country.
    • Enhancing the relevance of search results by considering the political context of a region, such as providing more accurate information about a city or state.
    • Helping Google to better understand the relationships between different political entities, such as countries and their territories.
  • To be more favorable for this function, a website could:
    • Provide accurate and up-to-date information about political entities, such as capitals, GDP, literacy rates, and population.
    • Use structured data and schema markup to help Google understand the political information on the website.
    • Organize content in a way that makes it easy for Google to understand the relationships between different political entities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This protocol buffer is included from feature.proto as an optional message. Political features represent the different ways that people are divided into geographical regions. This protocol buffer is applicable only to TYPE_POLITICAL features and is used to store political information from the feature's point of view.

Attributes

  • capital (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t, default: nil) - Many political regions have a conceptual center (capitals of a country or a top-level division are examples). If set, the target feature must be a TYPE_LOCALITY feature.
  • claim (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - Feature IDs of the features claimed by this feature's government that are not necessarily included in the feature's geometry.
  • grossDomesticProductUsdMillions (type: float(), default: nil) - The Gross Domestic Product of the political region measured in millions of current United States dollars. It must not be negative.
  • literacyPercent (type: number(), default: nil) - Percentage of population that are literate within a political region. It must be between 0 and 100.
  • population (type: String.t, default: nil) - The number of people in this political region. This field is intended to store accurate population, not an estimation such as representative value for population range. It must not be negative.

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.GeostorePoliticalProto{
  capital: GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t() | nil,
  claim: [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil,
  grossDomesticProductUsdMillions: float() | nil,
  literacyPercent: number() | nil,
  population: 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.