Geocoder class
Methods
-
dispose()
→ void
-
inherited
-
doGet({required String path, required Map<String, dynamic> params})
→ Future
-
inherited
-
fromAddress(String address, {String? apiKey, String? language, String? region, String? locationType})
→ Future<GeocodeResponse>
-
-
fromLatLng(double latitude, double longitude, {String? apiKey, String? language, String? region, String? locationType})
→ Future<GeocodeResponse>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setApiKey(String key)
→ void
-
inherited
-
setLanguage(String language)
→ void
-
inherited
-
setLocationType(String type)
→ void
-
-
setRegion(String region)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited