Skip to content

A Flutter package that packaging amap web service.A Flutter package that packaging amap web service.

License

Notifications You must be signed in to change notification settings

Firelands128/amap_webservice

Repository files navigation

AMap Web Service

pub package

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");
final response = await GeocodeService(
  apiKey: "YOUR KEY HERE",
).reGeocode("YOUR LOCATION HERE");// (longitude,latitude)

See the example directory for a complete sample app.

About

A Flutter package that packaging amap web service.A Flutter package that packaging amap web service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published