graphhooper_route_navigation 0.0.7
graphhooper_route_navigation: ^0.0.7 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_navigationWith Flutter:
$ flutter pub add graphhooper_route_navigationThis 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.7Alternatively, 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';