GoogleMapsGeocoding class

Constructors

GoogleMapsGeocoding({String? apiKey, String? baseUrl, Client? httpClient, Map<String, String>? apiHeaders})

Properties

apiHeaders Map<String, String>?
no setterinherited
apiKey String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
httpClient → Client
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url Uri
no setterinherited

Methods

buildQuery(Map<String, dynamic> params) String
inherited
buildUrl({String? address, Bounds? bounds, String? language, String? region, List<Component> components = const [], List<String> resultType = const [], List<String> locationType = const [], String? placeId, Location? location}) String
dispose() → void
inherited
doGet(String url, {Map<String, String>? headers}) Future<Response>
inherited
doPost(String url, String body, {Map<String, String>? headers}) Future<Response>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchByAddress(String address, {Bounds? bounds, String? language, String? region, List<Component> components = const []}) Future<GeocodingResponse>
searchByComponents(List<Component> components, {Bounds? bounds, String? language, String? region}) Future<GeocodingResponse>
searchByLocation(Location location, {String? language, List<String> resultType = const [], List<String> locationType = const []}) Future<GeocodingResponse>
searchByPlaceId(String placeId, {String? language, List<String> resultType = const [], List<String> locationType = const []}) Future<GeocodingResponse>
toString() String
A string representation of this object.
inherited

Operators

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