GoogleMapsAddressvalidationV1Geocode class

Contains information about the place the input was geocoded to.

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