GeostoreCityJsonProtoCityObjectGeometryMultiPoint

AI Overview😉

  • The potential purpose of this module is to help Google understand the geographic boundaries and shapes of cities, towns, and other locations. It appears to be a part of Google's geospatial data processing, allowing the search engine to better comprehend the relationships between different locations and their spatial relationships.
  • This module could impact search results by influencing the relevance and accuracy of location-based searches. For example, if a user searches for "restaurants near me," Google can use this module to better understand the user's location and provide more accurate results. It may also affect the ranking of local businesses and websites, favoring those with more precise and accurate geospatial data.
  • To be more favorable for this function, a website may ensure that its geospatial data is accurate and up-to-date. This includes providing precise latitude and longitude coordinates, as well as defining clear boundaries and shapes for locations. Additionally, websites may want to consider implementing schema markup for locations, such as Google's LocalBusiness schema, to provide Google with more structured geospatial data. By doing so, websites can increase their chances of being accurately indexed and ranked for location-based searches.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A single line, loop, or set of points.

Attributes

  • xIndices (type: list(integer()), default: nil) - A collection of references to vertices in CityJsonProto.flattened_vertices. CityJsonProto.flattened_vertices is a flattened list of vertex coordinates. A value in x_indices should be the index of the x-coordinate of the desired vertex V; the full coordinates of vertex V can then be found at indices [V,V+1,V+2]. For example, an x_indices containing 3, 0, and 12 references three vertices, whose complete x,y,z coordinates can respectively be found at CityJsonProto.flattened_vertices indices [3,4,5], [0,1,2], and [12,13,14].

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.GeostoreCityJsonProtoCityObjectGeometryMultiPoint{
    xIndices: [integer()] | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.