GeocodingPrettyAddress class

Constructors

GeocodingPrettyAddress({String address = '', String city = '', String country = '', double latitude = 0, double longitude = 0, String postalCode = '', String state = '', String stateCode = '', String countryCode = '', String streetNumber = '', String streetName = '', String placeId = ''})
const

Properties

address String
final
city String
final
country String
final
countryCode String
final
hashCode int
The hash code for this object.
no setterinherited
latitude double
final
longitude double
final
placeId String
final
postalCode String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String
final
stateCode String
final
streetName String
final
streetNumber String
final

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