LocalWWWInfoAddress

GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoAddress


Table of Contents ▼

Jump to a specific part of the page:

Description

These are the addresses, phone numbers, and opening hours related to this document, or the local businesses mentioned on this document. We currently populate these fields from web extractions, i.e, from the data present explicitly on the document, but in future, they can also be filled with data coming from the local index. We populate addresses and phone numbers only if there are <= 4 addresses and phone numbers on the document, respectively. This is primarily for space reasons.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. addrFprint (type: String.t, default: nil)
    -
  2. address (type: GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressProto, default: nil)
    -
  3. latE7 (type: integer(), default: nil)
    -
  4. lngE7 (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoAddress{
addrFprint: String.t() | nil,
address: GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressProto.t() | nil,
latE7: integer() | nil,
lngE7: integer() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.LocalWWWInfoAddress