gmaps_by_road_distance_calculator 3.0.2 copy "gmaps_by_road_distance_calculator: ^3.0.2" to clipboard
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
13
likes
130
points
171
downloads

Publisher

verified publisherabinvs.me

Weekly Downloads

2024.06.01 - 2025.04.26

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_polyline_points, http, latlong2, xml

More

Packages that depend on gmaps_by_road_distance_calculator