osm_nominatim_geocoding 1.0.1 copy "osm_nominatim_geocoding: ^1.0.1" to clipboard
osm_nominatim_geocoding: ^1.0.1 copied to clipboard

A simple wrapper for OSM Nominatim Geocoding API

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add osm_nominatim_geocoding

With Flutter:

 $ flutter pub add osm_nominatim_geocoding

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

dependencies:
  osm_nominatim_geocoding: ^1.0.1

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:osm_nominatim_geocoding/osm_nominatim_geocoding.dart';
0
likes
130
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple wrapper for OSM Nominatim Geocoding API

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, geojson_vi, latlong2

More

Packages that depend on osm_nominatim_geocoding