gmaps_by_road_distance_calculator 2.0.5 copy "gmaps_by_road_distance_calculator: ^2.0.5" to clipboard
gmaps_by_road_distance_calculator: ^2.0.5 copied to clipboard

This is a Package to calculate the by-road distance from one point to another in Gmap.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gmaps_by_road_distance_calculator

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: ^2.0.5

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';
11
likes
110
pub points
68%
popularity

Publisher

verified publisherabinvs.me

This is a Package to calculate the by-road distance from one point to another in Gmap.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_polyline_points, google_maps_flutter, latlong2

More

Packages that depend on gmaps_by_road_distance_calculator