gmaps_by_road_distance_calculator

Last updated:

0 purchases

gmaps_by_road_distance_calculator Image
gmaps_by_road_distance_calculator Images
Add to Cart

Description:

gmaps by road distance calculator

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.
You can choose your travel type in your requirement.
Usage #
ByRoadDistanceCalculator distance = ByRoadDistanceCalculator();


var distance = await distance.getDistance('YOUR API KEY',
startLatitude,
startLongitude,
destinationLatitude,
destinationLongitude,
travelMode: TravelModes.bicycling);

copied to clipboard
Additional information #
Really need contibutors to make this more good and usefull,
Hope this helps.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.