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

outdated

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

Features #

A Flutter Package to calculate the distance(By-Road) from gmaps of two points.

Getting started #

All you need to do is get a Gmaps Platform API which is Required.

Usage #

GetDistanceWithPolyLines polylines = GetDistanceWithPolyLines();


var distance = await polylines.createPolylines('YOUR API KEY',
       startLatitude,
       startLongitude,
       destinationLatitude,
       destinationLongitude);

Additional information #

Really need contibutors to make this more good and usefull, Hope this helps.

12
likes
110
pub points
73%
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

More

Packages that depend on gmaps_by_road_distance_calculator