AppsPeopleOzExternalMergedpeopleapiPointSpec

AI Overview😉

  • The potential purpose of this module is to geocode addresses, which means to convert addresses into geographical coordinates (latitude and longitude) and possibly also to determine the boundaries or shape of the location. This helps Google to better understand the physical location associated with a search query or a website.
  • This module could impact search results by influencing the ranking of websites based on their physical location. For example, if a user searches for a local business, Google may prioritize websites with addresses that are closer to the user's location. It could also affect the accuracy of location-based search results, such as "near me" searches.
  • A website may change things to be more favorable for this function by ensuring that their address is accurately and consistently represented across the web, including on their own website, Google My Business listing, and other online directories. They may also want to provide additional location-based information, such as latitude and longitude coordinates, to help Google better understand their physical location.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Map marker location for an address.

Attributes

  • bounds (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreRectProto.t, default: nil) -
  • point (type: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t, default: nil) -
  • pointSource (type: String.t, default: nil) -

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.AppsPeopleOzExternalMergedpeopleapiPointSpec{
    bounds: GoogleApi.ContentWarehouse.V1.Model.GeostoreRectProto.t() | nil,
    point: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil,
    pointSource: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.