graphhooper_route_navigation 0.0.3 graphhooper_route_navigation: ^0.0.3 copied to clipboard
A new plugin for graphhooper route navigation. Use Mapbox Map as a base layer & map styles and Graphhooper Map route navigation data for polyline, duration and time.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add graphhooper_route_navigation
With Flutter:
$ flutter pub add graphhooper_route_navigation
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
graphhooper_route_navigation: ^0.0.3
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:graphhooper_route_navigation/graphhooper_route_navigation.dart';