GoogleMapsAddressvalidationV1Geocode class
Contains information about the place the input was geocoded to.
Constructors
-
GoogleMapsAddressvalidationV1Geocode({GoogleGeoTypeViewport? bounds, double? featureSizeMeters, GoogleTypeLatLng? location, String? placeId, List<
String> ? placeTypes, GoogleMapsAddressvalidationV1PlusCode? plusCode}) - GoogleMapsAddressvalidationV1Geocode.fromJson(Map json_)
Properties
- bounds ↔ GoogleGeoTypeViewport?
-
The bounds of the geocoded place.
getter/setter pair
- featureSizeMeters ↔ double?
-
The size of the geocoded place, in meters.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- location ↔ GoogleTypeLatLng?
-
The geocoded location of the input.
getter/setter pair
- placeId ↔ String?
-
The PlaceID of the place this input geocodes to.
getter/setter pair
-
placeTypes
↔ List<
String> ? -
The type(s) of place that the input geocoded to.
getter/setter pair
- plusCode ↔ GoogleMapsAddressvalidationV1PlusCode?
-
The plus code corresponding to the
location
.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