GoogleGeocodingGeometry class Null safety
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. [...]
read-only, inherited
- location → GoogleGeocodingLocation
-
final
- locationType → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- viewport → GoogleGeocodingViewport
-
More info at
https://developers.google.com/maps/documentation/geocoding/overview#Viewports
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited