Dammyololade / flutter_polyline_points

A flutter plugin that's decodes encoded google poly line string into list of geo-coordinates suitable for showing route/polyline on maps
MIT License
105 stars 130 forks source link

Unhandled Exception: ClientExcepion #95

Open caneto opened 6 months ago

caneto commented 6 months ago

ImagemNova2

In this code.

PolylineResult result = await polylinePoints.getRouteBetweenCoordinates( googleApiKey, PointLatLng(sourceLocation.latitude, sourceLocation.longitude), PointLatLng(destination.latitude, destination.longitude), optimizeWaypoints: true, );