GoogleGeocodingApi class

Api class with default and reverse searching

Constructors

GoogleGeocodingApi(String apiKey, {bool isLogged = false, Iterable<Interceptor>? interceptors, Dio? dio})

Properties

hashCode int
The hash code for this object.
no setterinherited
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
placeGeocoding(String placeId, {String? language, String? resultType, String? region, String? locationType}) Future<GoogleGeocodingResponse>
Decode place from place id https://developers.google.com/maps/documentation/geocoding/requests-places-geocoding
reverse(String latlng, {String? locationType, String? resultType, String? language}) Future<GoogleGeocodingResponse>
Reverse Geosearch https://developers.google.com/maps/documentation/geocoding/requests-reverse-geocoding
Classic Geosearch https://developers.google.com/maps/documentation/geocoding/requests-geocoding
toString() String
A string representation of this object.
inherited

Operators

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