GoogleMapsAddressvalidationV1ValidationResult class
The result of validating an address.
Constructors
- GoogleMapsAddressvalidationV1ValidationResult({GoogleMapsAddressvalidationV1Address? address, GoogleMapsAddressvalidationV1Address? englishLatinAddress, GoogleMapsAddressvalidationV1Geocode? geocode, GoogleMapsAddressvalidationV1AddressMetadata? metadata, GoogleMapsAddressvalidationV1UspsData? uspsData, GoogleMapsAddressvalidationV1Verdict? verdict})
- GoogleMapsAddressvalidationV1ValidationResult.fromJson(Map json_)
Properties
- address ↔ GoogleMapsAddressvalidationV1Address?
-
Information about the address itself as opposed to the geocode.
getter/setter pair
- englishLatinAddress ↔ GoogleMapsAddressvalidationV1Address?
-
Preview: This feature is in Preview (pre-GA).
getter/setter pair
- geocode ↔ GoogleMapsAddressvalidationV1Geocode?
-
Information about the location and place that the address geocoded to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- metadata ↔ GoogleMapsAddressvalidationV1AddressMetadata?
-
Other information relevant to deliverability.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uspsData ↔ GoogleMapsAddressvalidationV1UspsData?
-
Extra deliverability flags provided by USPS.
getter/setter pair
- verdict ↔ GoogleMapsAddressvalidationV1Verdict?
-
Overall verdict flags
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