GoogleMapsAddressvalidationV1LanguageOptions class
Preview: This feature is in Preview (pre-GA).
Pre-GA products and features might have limited support, and changes to pre-GA products and features might not be compatible with other pre-GA versions. Pre-GA Offerings are covered by the Google Maps Platform Service Specific Terms. For more information, see the launch stage descriptions. Enables the Address Validation API to include additional information in the response.
Constructors
- GoogleMapsAddressvalidationV1LanguageOptions({bool? returnEnglishLatinAddress})
- GoogleMapsAddressvalidationV1LanguageOptions.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- returnEnglishLatinAddress ↔ bool?
-
Preview: Return a [google.maps.addressvalidation.v1.Address] in English.
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