Open caneto opened 8 months ago
In this code.
PolylineResult result = await polylinePoints.getRouteBetweenCoordinates( googleApiKey, PointLatLng(sourceLocation.latitude, sourceLocation.longitude), PointLatLng(destination.latitude, destination.longitude), optimizeWaypoints: true, );
In this code.
PolylineResult result = await polylinePoints.getRouteBetweenCoordinates( googleApiKey, PointLatLng(sourceLocation.latitude, sourceLocation.longitude), PointLatLng(destination.latitude, destination.longitude), optimizeWaypoints: true, );