gmaps_by_road_distance_calculator 3.0.2
gmaps_by_road_distance_calculator: ^3.0.2 copied to clipboard
This is a Package to calculate the by-road distance from one point to another in map.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gmaps_by_road_distance_calculator
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
gmaps_by_road_distance_calculator: ^3.0.2
copied to clipboard
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:gmaps_by_road_distance_calculator/gmaps_by_road_distance_calculator.dart';
copied to clipboard