google_directions_api 0.1.0 copy "google_directions_api: ^0.1.0" to clipboard
google_directions_api: ^0.1.0 copied to clipboard

outdated

The Directions API is a service that calculates directions between locations. You can search for directions for several modes of transportation, including transit, driving, walking, or cycling.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add google_directions_api

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

dependencies:
  google_directions_api: ^0.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:google_directions_api/google_directions_api.dart';
51
likes
0
pub points
92%
popularity

Publisher

verified publisherthisismarch.dev

The Directions API is a service that calculates directions between locations. You can search for directions for several modes of transportation, including transit, driving, walking, or cycling.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flinq, flutter, google_maps_flutter, google_polyline_algorithm, http, meta

More

Packages that depend on google_directions_api