GoogleGeocodingGeometry class

Constructors

GoogleGeocodingGeometry({required GoogleGeocodingLocation location, required String locationType, required GoogleGeocodingViewport viewport})
const
GoogleGeocodingGeometry.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
location GoogleGeocodingLocation
final
locationType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewport GoogleGeocodingViewport
More info at https://developers.google.com/maps/documentation/geocoding/overview#Viewports
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited