GeostoreCityJsonProtoCityObjectGeometryMultiSurface

AI Overview😉

  • The potential purpose of this module is to understand and process geographic locations and their boundaries, allowing Google to better understand the spatial relationships between different locations and provide more accurate search results for location-based queries.
  • This module could impact search results by allowing Google to more accurately determine the relevance of a webpage to a user's location-based query. For example, if a user searches for "restaurants near me", this module could help Google understand the boundaries of the user's location and provide more accurate results that are closer to their actual location.
  • A website may change things to be more favorable for this function by providing clear and accurate geographic information about their business or location, such as including their address, latitude and longitude, and boundaries of their service area. This could be done by including schema markup on their website, such as GeoJSON or KML, to provide Google with a clear understanding of their location and boundaries.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A collection of arbitrary surfaces that have no prescribed topological relationship.

Attributes

  • surfaces (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometrySurface.t), default: nil) - All surfaces are standalone entities with no relationship to each other.

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.GeostoreCityJsonProtoCityObjectGeometryMultiSurface{
    surfaces:
      [
        GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometrySurface.t()
      ]
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.