amap_webservice

Creator: coderz1093

Last updated:

0 purchases

amap_webservice Image
amap_webservice Images

Languages

Categories

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.