GeocoderResult extension type
- on
- Implemented types
- Available extensions
Constructors
-
GeocoderResult({JSArray<
GeocoderAddressComponent> address_components, String formatted_address, GeocoderGeometry geometry, String place_id, JSArray<JSString> types, AddressDescriptor? address_descriptor, bool? partial_match, PlacePlusCode? plus_code, JSArray<JSString> ? postcode_localities})
Properties
-
addressComponents
↔ List<
GeocoderAddressComponent> -
getter/setter pair
- addressDescriptor ↔ AddressDescriptor?
-
getter/setter pair
- formattedAddress ↔ String
-
getter/setter pair
- geometry ↔ GeocoderGeometry
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- partialMatch ↔ bool?
-
getter/setter pair
- placeId ↔ String
-
getter/setter pair
- plusCode ↔ PlacePlusCode?
-
getter/setter pair
-
postcodeLocalities
↔ List<
String> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
types
↔ List<
String> -
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