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.