scoova_routing 1.1.2 copy "scoova_routing: ^1.1.2" to clipboard
scoova_routing: ^1.1.2 copied to clipboard

Routing client for the Scoova routing gateway (api.scoo-va.info/api/v1/routing) — route, optimizedRoute, isochrone, matrix, height (alias elevation), mapMatch, locate, status. Pure Dart, no Flutter dependency.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add scoova_routing

With Flutter:

 $ flutter pub add scoova_routing

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

dependencies:
  scoova_routing: ^1.1.2

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:scoova_routing/scoova_routing.dart';
0
likes
125
points
58
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Routing client for the Scoova routing gateway (api.scoo-va.info/api/v1/routing) — route, optimizedRoute, isochrone, matrix, height (alias elevation), mapMatch, locate, status. Pure Dart, no Flutter dependency.

Repository (GitHub)
View/report issues

Topics

#routing #directions #mobility

License

unknown (license)

Dependencies

http

More

Packages that depend on scoova_routing