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

outdated

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

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

dependencies:
  geocode: ^0.1.3

Alternatively, your editor might support dart 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';
123
likes
40
points
9.51k
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)

License

BSD-3-Clause (license)

Dependencies

http

More

Packages that depend on geocode