GeostoreAddressLinesProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressLinesProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents the unparsed portion of an address with an associated language.

Attributes List

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

View Attributes

Attributes

  1. language (type: String.t, default: nil)
    - The external form of a Google International Identifiers Initiative (III) LanguageCode object. See google3/i18n/identifiers/languagecode.h for details. We place extra restrictions on languages in addition to what the III library requires. See http://go/geo-schema-reference/feature-properties/languages.md
  2. line (type: list(String.t), default: nil)
    - These lines are in display order.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreAddressLinesProto{
language: String.t() | nil,
line: [String.t()] | nil
}

Function

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

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