Estated v0.2.0 Estated.Property.Address View Source

Address details as provided by the assessor.

Link to this section Summary

Types

USPS code for mail delivery services.

The census tract as designated by the Census Bureau.

City name.

A geographic directional.

Combined street address (including unit).

Describes the level of geocoding match.

Measured latitude for the property.

Measured longitude for the property.

State abbreviation.

Parsed street name.

Parsed street number.

Directional appearing after street suffix denoting quadrant.

Directional appearing before the street name.

Standardized and parsed street suffix abbreviation.

t()

Address details as provided by the assessor.

Unit number (may be alphanumeric).

Unit type abbreviation.

Zip code.

Four digit postal zip extension.

Link to this section Types

Link to this type

carrier_code()

View Source (since 0.2.0)
carrier_code() :: String.t()

USPS code for mail delivery services.

Eg. R001

Link to this type

census_tract()

View Source (since 0.2.0)
census_tract() :: String.t()

The census tract as designated by the Census Bureau.

Eg. 10570200.002009

Link to this type

city()

View Source (since 0.2.0)
city() :: String.t()

City name.

Eg. CHICAGO

Link to this type

directional()

View Source (since 0.2.0)
directional() :: String.t()

A geographic directional.

Eg. N

Link to this type

formatted_street_address()

View Source (since 0.2.0)
formatted_street_address() :: String.t()

Combined street address (including unit).

Eg. 1650 N 16TH ST SW APT 101

Link to this type

geocoding_accuracy()

View Source (since 0.2.0)
geocoding_accuracy() :: String.t()

Describes the level of geocoding match.

Eg. PARCEL CENTROID

Link to this type

latitude()

View Source (since 0.2.0)
latitude() :: float()

Measured latitude for the property.

Eg. 41.912406

Link to this type

longitude()

View Source (since 0.2.0)
longitude() :: float()

Measured longitude for the property.

Eg. -87.649191

Link to this type

state()

View Source (since 0.2.0)
state() :: String.t()

State abbreviation.

Eg. IL

Link to this type

street_name()

View Source (since 0.2.0)
street_name() :: String.t()

Parsed street name.

Numeric street names will include ordinal suffixes (st, nd, rd, th).

Eg. MAIN

Link to this type

street_number()

View Source (since 0.2.0)
street_number() :: String.t()

Parsed street number.

Eg. 3450

Link to this type

street_post_direction()

View Source (since 0.2.0)
street_post_direction() :: directional()

Directional appearing after street suffix denoting quadrant.

Link to this type

street_pre_direction()

View Source (since 0.2.0)
street_pre_direction() :: directional()

Directional appearing before the street name.

Link to this type

street_suffix()

View Source (since 0.2.0)
street_suffix() :: String.t()

Standardized and parsed street suffix abbreviation.

Eg. ST

Link to this type

t()

View Source (since 0.2.0)
t() :: %Estated.Property.Address{
  carrier_code: carrier_code() | nil,
  census_tract: census_tract() | nil,
  city: city() | nil,
  formatted_street_address: formatted_street_address() | nil,
  geocoding_accuracy: geocoding_accuracy() | nil,
  latitude: latitude() | nil,
  longitude: longitude() | nil,
  state: state() | nil,
  street_name: street_name() | nil,
  street_number: street_number() | nil,
  street_post_direction: street_post_direction() | nil,
  street_pre_direction: street_pre_direction() | nil,
  street_suffix: street_suffix() | nil,
  unit_number: unit_number() | nil,
  unit_type: unit_type() | nil,
  zip_code: zip_code() | nil,
  zip_plus_four_code: zip_plus_four_code() | nil
}

Address details as provided by the assessor.

Link to this type

unit_number()

View Source (since 0.2.0)
unit_number() :: String.t()

Unit number (may be alphanumeric).

Eg. 101A

Link to this type

unit_type()

View Source (since 0.2.0)
unit_type() :: String.t()

Unit type abbreviation.

Eg. APT

Link to this type

zip_code()

View Source (since 0.2.0)
zip_code() :: String.t()

Zip code.

Eg. 60614

Link to this type

zip_plus_four_code()

View Source (since 0.2.0)
zip_plus_four_code() :: String.t()

Four digit postal zip extension.

Eg. 5505