location_iq 1.1.4 copy "location_iq: ^1.1.4" to clipboard
location_iq: ^1.1.4 copied to clipboard

Type-safe Dart client for LocationIQ API with geocoding, autocomplete, directions, and nearby POI services.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add location_iq

With Flutter:

 $ flutter pub add location_iq

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

dependencies:
  location_iq: ^1.1.4

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:location_iq/location_iq.dart';
1
likes
160
points
31
downloads

Publisher

verified publishertakara.homes

Weekly Downloads

Type-safe Dart client for LocationIQ API with geocoding, autocomplete, directions, and nearby POI services.

Repository (GitHub)
View/report issues

Topics

#geocoding #maps #location #api-client #locationiq

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

http, json_annotation, meta

More

Packages that depend on location_iq