Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
removed api key
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsk authored Nov 12, 2019
1 parent fe8dc52 commit 2b89d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TripPlanner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class _TripPlannerState extends State<TripPlannerPage> {

Future<String> getDirection() async {
var jsonUrl =
'https://maps.googleapis.com/maps/api/directions/json?key=AIzaSyCkGBN4ws8vyc8jlLtgFj5yTPUdDzPCeMY&mode=transit&origin=' +
'https://maps.googleapis.com/maps/api/directions/json?key=API_KEY&mode=transit&origin=' +
_fromTextController.value.text.toString() +
',Bratislava&destination=' +
_toTextController.value.text.toString() +
Expand Down

0 comments on commit 2b89d69

Please sign in to comment.