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.
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
USPS code for mail delivery services.
Eg. R001
The census tract as designated by the Census Bureau.
Eg. 10570200.002009
City name.
Eg. CHICAGO
A geographic directional.
Eg. N
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
Describes the level of geocoding match.
Eg. PARCEL CENTROID
Measured latitude for the property.
Eg. 41.912406
Measured longitude for the property.
Eg. -87.649191
State abbreviation.
Eg. IL
Parsed street name.
Numeric street names will include ordinal suffixes (st, nd, rd, th).
Eg. MAIN
Parsed street number.
Eg. 3450
street_post_direction()
View Source (since 0.2.0)street_post_direction() :: directional()
Directional appearing after street suffix denoting quadrant.
street_pre_direction()
View Source (since 0.2.0)street_pre_direction() :: directional()
Directional appearing before the street name.
Standardized and parsed street suffix abbreviation.
Eg. ST
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.
Unit number (may be alphanumeric).
Eg. 101A
Unit type abbreviation.
Eg. APT
Zip code.
Eg. 60614
Four digit postal zip extension.
Eg. 5505