GeostoreRegulatedAreaProto

AI Overview😉

  • The potential purpose of this module is to determine if a location or area is restricted or regulated in some way, and to apply rules or limitations to search results that are related to that area. This could include things like traffic restrictions, business hours, or other local regulations that might affect the search results.
  • This module could impact search results by filtering out or demoting results that are not compliant with the regulations or restrictions in a given area. For example, if a user searches for directions to a location, the search results might exclude routes that violate traffic restrictions in that area. Similarly, if a user searches for businesses in a regulated area, the search results might prioritize businesses that are compliant with local regulations.
  • To be more favorable to this function, a website could ensure that its location-based content is accurate and up-to-date, and that it provides clear information about any restrictions or regulations that apply to its business or services. Additionally, the website could use structured data to mark up its location-based content, making it easier for search engines to understand and apply the relevant regulations. By doing so, the website may be more likely to appear in search results for users searching in regulated areas.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

A collection of information that applies to a polygonal area.

Attributes

  • restriction (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreRestrictionProto.t), default: nil) - The set of restrictions that apply to a zone. These restrictions may limit the routability of every segment contained within the defined feature.polygon. Repeated restrictions are treated collectively as an OR meaning that segments in the zone are only routable if none of the restrictions apply. If any segments within the defined polygon should not have these restrictions applied, they must list this regulated area's feature id in their feature.exempt_regulated_area field.

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.GeostoreRegulatedAreaProto{
  restriction:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreRestrictionProto.t()] | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.