GoogleMapsPlacesV1AddressDescriptorArea class
Area information and the area's relationship with the target location.
Areas includes precise sublocality, neighborhoods, and large compounds that are useful for describing a location.
Constructors
- GoogleMapsPlacesV1AddressDescriptorArea({String? containment, GoogleTypeLocalizedText? displayName, String? name, String? placeId})
 - GoogleMapsPlacesV1AddressDescriptorArea.fromJson(Map json_)
 
Properties
- containment ↔ String?
 - 
  Defines the spatial relationship between the target location and the area.
Possible string values are:
  getter/setter pair
 - displayName ↔ GoogleTypeLocalizedText?
 - 
  The area's display name.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String?
 - 
  The area's resource name.
  getter/setter pair
 - placeId ↔ String?
 - 
  The area's place id.
  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