GeostoreServiceAreaProto

AI Overview😉

  • The potential purpose of this module is to determine the geographic area served by a business or establishment, including the features that make up that area. This could be used to improve local search results and provide more accurate information to users.
  • This module could impact search results by allowing Google to better understand the service area of a business, which could lead to more accurate and relevant search results for users searching for local services. It could also help Google to identify and prioritize businesses that serve specific geographic areas.
  • To be more favorable for this function, a website may want to ensure that it provides clear and accurate information about its service area, including the geographic features that define it. This could include providing detailed information about the areas served, such as postal codes, cities, or regions, as well as ensuring that the website's content is optimized for local search keywords. Additionally, businesses may want to ensure that their online presence, including their Google My Business listing, is accurate and up-to-date.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

This proto represents the geographic area served by an establishment. WARNING: This proto is not meant to be used directly. Please use the provided libraries. http://google3/geostore/base/public/service_area.h http://google3/java/com/google/geostore/base/ServiceArea.java

Attributes

  • servedFeature (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreFeatureIdProto.t), default: nil) - The features that make up the service area for this establishment. These features are subject to the following constraints applied by editing middleware (notably, not strictly enforced by lints in storage): 1. The following feature types (and their subtypes) may be used: + TYPE_ISLAND + TYPE_POLITICAL, except the following prohibited subtypes: - TYPE_CONSTITUENCY - TYPE_LAND_PARCEL + TYPE_POSTAL 2. There is a maximum limit (currently 20) to the number of areas which may be provided. This is due to serving efficiency limitations. 3. There are no additional geometry requirements for these features beyond the requirements based on the feature types above. In practice this means that these features will either have polygonal or point-based geometries. 4. These referenced features are generally required to have names, though this is not strictly enforced.

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.GeostoreServiceAreaProto{
  servedFeature:
    [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.