StreetAddress class

Annotations
  • @JsonSerializable()

Constructors

StreetAddress({Geometry? geometry, String? addressLine, String? countryName, String? countryCode, String? featureName, String? postalCode, String? adminArea, String? subAdminArea, String? locality, String? subLocality, String? thoroughfare, String? subThoroughfare})
StreetAddress.fromGeocodingResult(GeocodingResult geocodingResult)
factory
StreetAddress.fromJson(Map<String, dynamic> json)
factory

Properties

addressLine String?
final
adminArea String?
final
countryCode String?
final
countryName String?
final
featureName String?
final
geometry Geometry?
final
hashCode int
The hash code for this object.
no setterinherited
locality String?
final
postalCode String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subAdminArea String?
final
subLocality String?
final
subThoroughfare String?
Street Number
final
thoroughfare String?
Route
final

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