GeostoreVerticalOrderingProto

AI Overview😉

  • The potential purpose of this module is to determine the vertical ordering of features, such as buildings or landmarks, in a specific geographic location. This helps Google to understand the relative positions of features in a 3D space, allowing for more accurate and relevant search results.
  • This module could impact search results by affecting the ranking of features in a specific location. For example, if a user searches for "restaurants near me", the module could help Google to prioritize results based on their vertical ordering, such as showing restaurants on the ground floor before those on higher floors. This could lead to more relevant and accurate results, especially in dense urban areas.
  • To be more favorable for this function, a website could provide more detailed and accurate information about the vertical ordering of their features, such as the floor number or elevation of a business. This could be done by including this information in their Google My Business listing or by providing it to Google through other means, such as API integrations. Additionally, websites could ensure that their location data is accurate and up-to-date, which would help Google to better understand the vertical ordering of features in a given location.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A proto representing a vertical ordering of a feature. NOTE: This shouldn’t be used if a more specific field can be used instead. E.g., for TYPE_SEGMENT features grade_level field should be preferred. For indoor features RELATION_ON_LEVEL should be preferred. See go/aboutgrades for comparison of various types of levels available.

Attributes

  • level (type: number(), default: nil) - The level represents the relative vertical ordering of a feature among all overlapping features. For example, we may have features along freeway surface have level = 0, and features on an overpass have level = 1. NOTE: It’s assumed that all features have level 0 by default, so that it’s not necessary for all overlapping features to have this set.

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.GeostoreVerticalOrderingProto{
  level: number() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.