AddressField enum Places

Address field enumeration

Inheritance
Available extensions

Values

extension → const AddressField

Address field denoting an address extension, e.g. flat (apt, unit) number.

buildingFloor → const AddressField

Address field denoting a building floor.

buildingName → const AddressField

Address field denoting a building name.

buildingRoom → const AddressField

Address field denoting a building room.

buildingZone → const AddressField

Address field denoting a building zone.

streetName → const AddressField

Address field denoting a street/road name.

streetNumber → const AddressField

Address field denoting a street number.

postalCode → const AddressField

Address field denoting a ZIP or postal code.

settlement → const AddressField

Address field denoting a settlement.

city → const AddressField

Address field denoting a town or city name.

county → const AddressField

Address field denoting a county, which is an intermediate entity between a state and a city.

state → const AddressField

Address field denoting a state or province.

stateCode → const AddressField

Abbreviation for state.

country → const AddressField

Address field denoting a country.

countryCode → const AddressField

Address field denoting a country as a three-letter ISO 3166-1 alpha-3 code.

district → const AddressField

Address field denoting a municipal district.

crossing1 → const AddressField

Address field denoting the first street in an intersection.

crossing2 → const AddressField

Address field denoting the second street in an intersection.

segmentName → const AddressField

Address field denoting the road segment.

addrLast → const AddressField

Last item of this enumeration

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<AddressField>
A constant List of the values in this enum, in order of their declaration.