GoogleGeocodingResult class Null safety
More info at https://developers.google.com/maps/documentation/geocoding/overview#results
Constructors
-
GoogleGeocodingResult.fromJson(Map<
String, dynamic> json) -
GoogleGeocodingResult From Json factory
factory
Properties
-
addressComponents
→ Iterable<
GoogleGeocodingAddressComponent> -
final
- formattedAddress → String
-
final
- geometry → GoogleGeocodingGeometry?
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- placeId → String
-
Google Place Id
final
- plusCode → GoogleGeocodingPlusCode?
-
Plust code
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
types
→ Iterable<
String> -
More info at
https://developers.google.com/maps/documentation/geocoding/overview#Types
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited