Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lejard-h committed Sep 17, 2017
1 parent cd0e0ed commit 215d343
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 294 deletions.
3 changes: 2 additions & 1 deletion example/directions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import 'package:google_maps_webservice/directions.dart';
final directions = new GoogleMapsDirections(Platform.environment["API_KEY"]);

main() async {
DirectionsResponse res = await directions.directionsWithAddress("Paris, France", "Rennes, France");
DirectionsResponse res =
await directions.directionsWithAddress("Paris, France", "Rennes, France");

print(res.status);
if (res.isOkay) {
Expand Down

0 comments on commit 215d343

Please sign in to comment.