GeostoreFeatureReplacementInfoProto

AI Overview😉

  • The potential purpose of this module is to track the history and relationships between different geographic features, such as road segments, to ensure that the most accurate and up-to-date information is used in search results.
  • This module could impact search results by ensuring that outdated or replaced geographic features are not shown in search results, and that the most accurate and relevant information is displayed. This could lead to more accurate and reliable search results, particularly for location-based searches.
  • A website may change things to be more favorable for this function by ensuring that their geographic data is accurate and up-to-date, and that any changes or updates to this data are properly tracked and recorded. This could involve implementing a system for tracking changes to geographic features, and ensuring that this data is properly formatted and submitted to Google.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Metadata to track feature derivations and replacements. This is used to track feature provenance (particularly for road segments).

Attributes

  • derivedFrom (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - This feature was created to replace other features that are referenced by this field.
  • replacedBy (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - This feature was replaced by other features that are referenced by this this field.

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.GeostoreFeatureReplacementInfoProto{
  derivedFrom:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t()] | nil,
  replacedBy:
    [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.