Address class

Constructors

Address({double? elevation, String? timezone, int? geoNumber, int? streetNumber, String? streetAddress, String? city, String? countryCode, String? countryName, String? region, String? postal, double? distance})
Address.fromJson(Map<String, dynamic> address)
factory

Properties

city String?
The properly formated city name to be returned.
getter/setter pair
countryCode String?
The properly formated country code to be returned.
getter/setter pair
countryName String?
The properly formated country name to be returned.
getter/setter pair
distance double?
The distance of the result location from the input location.
getter/setter pair
elevation double?
The elevation in meters.
getter/setter pair
geoNumber int?
geocode is an alphanumeric string representing both latitude and longitude as one value. Nearby points will have similar geocodes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
postal String?
The properly formated postal code to be returned.
getter/setter pair
region String?
The properly formated region to be returned.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
streetAddress String?
The properly formated street address to be returned.
getter/setter pair
streetNumber int?
The properly formated street address number to be returned.
getter/setter pair
timezone String?
The timezone.
getter/setter pair

Methods

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

Operators

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