geocode 1.0.3 copy "geocode: ^1.0.3" to clipboard
geocode: ^1.0.3 copied to clipboard

Package to make Geocode requests. It exposes two methods to translate coordinates into locations and addresses into coordinates.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add geocode

With Flutter:

 $ flutter pub add geocode

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  geocode: ^1.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:geocode/geocode.dart';
118
likes
150
points
8.54k
downloads

Publisher

verified publisherimanol.dev

Weekly Downloads

Package to make Geocode requests. It exposes two methods to translate coordinates into locations and addresses into coordinates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

http

More

Packages that depend on geocode