google_api_civic_info v0.1.0 GoogleApi.CivicInfo.V2.Model.SimpleAddressType View Source

A simple representation of an address.

Attributes

  • city (String.t): The city or town for the address. Defaults to: null.
  • line1 (String.t): The street name and number of this address. Defaults to: null.
  • line2 (String.t): The second line the address, if needed. Defaults to: null.
  • line3 (String.t): The third line of the address, if needed. Defaults to: null.
  • locationName (String.t): The name of the location. Defaults to: null.
  • state (String.t): The US two letter state abbreviation of the address. Defaults to: null.
  • zip (String.t): The US Postal Zip Code of the address. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.CivicInfo.V2.Model.SimpleAddressType{
  city: any(),
  line1: any(),
  line2: any(),
  line3: any(),
  locationName: any(),
  state: any(),
  zip: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.