GoogleMapsAddressvalidationV1Verdict class

High level overview of the address validation result and geocode.

Constructors

GoogleMapsAddressvalidationV1Verdict({bool? addressComplete, String? geocodeGranularity, bool? hasInferredComponents, bool? hasReplacedComponents, bool? hasUnconfirmedComponents, String? inputGranularity, String? validationGranularity})
GoogleMapsAddressvalidationV1Verdict.fromJson(Map json_)

Properties

addressComplete bool?
The address is considered complete if there are no unresolved tokens, no unexpected or missing address components.
getter/setter pair
geocodeGranularity String?
Information about the granularity of the geocode.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasInferredComponents bool?
At least one address component was inferred (added) that wasn't in the input, see [google.maps.addressvalidation.v1.Address.address_components] for details.
getter/setter pair
hasReplacedComponents bool?
At least one address component was replaced, see [google.maps.addressvalidation.v1.Address.address_components] for details.
getter/setter pair
hasUnconfirmedComponents bool?
At least one address component cannot be categorized or validated, see [google.maps.addressvalidation.v1.Address.address_components] for details.
getter/setter pair
inputGranularity String?
The granularity of the input address.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validationGranularity String?
The granularity level that the API can fully validate the address to.
getter/setter pair

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