GoogleGeocodingAddressComponent class

GoogleGeocodingAddressComponent class with longName, shortName, types

Constructors

GoogleGeocodingAddressComponent({String longName = '', String shortName = '', Iterable<String> types = const <String>[]})
const
GoogleGeocodingAddressComponent.fromJson(Map<String, dynamic> json)
GoogleGeocodingAddressComponent From Json factory
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
longName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortName String
final
types Iterable<String>
All availibles types: https://developers.google.com/maps/documentation/places/web-service/supported_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