GeostoreDisplayDataProto

AI Overview😉

  • The potential purpose of this module is to provide location-based data for rendering Points of Interest (POI) on a map, ensuring that the correct location is displayed for each feature.
  • This module could impact search results by affecting the accuracy and relevance of location-based search queries. If a website's location data is incomplete or inaccurate, it may not be displayed correctly on the map, potentially leading to a lower ranking or omission from search results.
  • A website may change things to be more favorable for this function by ensuring that their location data is accurate, complete, and consistently formatted across all platforms. This may involve providing precise latitude and longitude coordinates, as well as ensuring that their MapFacts data is up-to-date and correctly linked to their POI features.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This holds data specific to rendering a POI on a map. It's derived from data already in MapFacts, e.g. containing features and the feature's point field. If empty, this proto should be ignored for rendering. See go/maps-render-alignment for motivation and more details.

Attributes

  • displayLocation (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t, default: nil) - The location where this feature should be rendered.

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.GeostoreDisplayDataProto{
  displayLocation:
    GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.