GoogleGeocodingResult class

Available Extensions

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.
no setterinherited
placeId String
Google Place Id
final
plusCode GoogleGeocodingPlusCode?
Plust code
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types Iterable<String>
More info at https://developers.google.com/maps/documentation/geocoding/overview#Types
final

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