0 purchases
amap webservice
AMap Web Service #
A Flutter package that packaging amap web service.
usage #
To use this package, add amap_webservice as a dependency in your pubspec.yaml file.
example #
final response = await GeocodeService(
apiKey: "YOUR KEY HERE",
).geocode("YOUR ADDRESS HERE");
copied to clipboard
final response = await GeocodeService(
apiKey: "YOUR KEY HERE",
).reGeocode("YOUR LOCATION HERE");// (longitude,latitude)
copied to clipboard
See the example directory for a complete sample app.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.