BuildingAddress class

Public API: Resources.buildings

Constructors

BuildingAddress({List<String>? addressLines, String? administrativeArea, String? languageCode, String? locality, String? postalCode, String? regionCode, String? sublocality})
BuildingAddress.fromJson(Map json_)

Properties

addressLines List<String>?
Unstructured address lines describing the lower levels of an address.
getter/setter pair
administrativeArea String?
Highest administrative subdivision which is used for postal addresses of a country or region.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
languageCode String?
BCP-47 language code of the contents of this address (if known).
getter/setter pair
locality String?
Generally refers to the city/town portion of the address.
getter/setter pair
postalCode String?
Postal code of the address.
getter/setter pair
regionCode String?
CLDR region code of the country/region of the address.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sublocality String?
Sublocality of the address.
getter/setter pair

Methods

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

Operators

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