GoogleMapsPlacesV1AddressDescriptor class

A relational description of a location.

Includes a ranked set of nearby landmarks and precise containing areas and their relationship to the target location.

Properties

areas List<GoogleMapsPlacesV1AddressDescriptorArea>?
A ranked list of containing or adjacent areas.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
landmarks List<GoogleMapsPlacesV1AddressDescriptorLandmark>?
A ranked list of nearby landmarks.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited