LocationResult class
The result returned after completing location selection.
Constructors
Properties
- administrativeAreaLevel1 ↔ AddressComponent?
-
getter/setter pair
- administrativeAreaLevel2 ↔ AddressComponent?
-
getter/setter pair
- city ↔ AddressComponent?
-
getter/setter pair
- country ↔ AddressComponent?
-
getter/setter pair
- formattedAddress ↔ String?
-
Formatted address suggested by Google
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- latLng ↔ LatLng?
-
Latitude/Longitude of the selected location.
getter/setter pair
- locality ↔ String?
-
The human readable locality of the location.
getter/setter pair
- name ↔ String?
-
The human readable name of the location. This is primarily the
name of the road. But in cases where the place was selected from Nearby
places list, we use the name provided on the list item.
getter/setter pair
- placeId ↔ String?
-
getter/setter pair
- postalCode ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subLocalityLevel1 ↔ AddressComponent?
-
getter/setter pair
- subLocalityLevel2 ↔ AddressComponent?
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited