Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 42cdd9a

Browse files
authored
Update location.dart
1 parent 18b60eb commit 42cdd9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/gui/location.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import 'package:google_maps_webservice/places.dart';
22
import 'package:flutter/material.dart';
33
import 'package:google_maps_flutter/google_maps_flutter.dart';
44

5-
// const kGoogleApiKey = "AIzaSyDs6e27tsCtmiWLUEY1PyICXAdXYyC8CIw";
6-
const kGoogleApiKey = "AIzaSyA2B775mUfKZPORyzvlUjxlyyalfx0Qd_E";
5+
// const kGoogleApiKey = "APIKEY";
6+
const kGoogleApiKey = "APIKEY";
77
GoogleMapsPlaces _places = GoogleMapsPlaces(apiKey: kGoogleApiKey);
88

99
class PlaceDetailWidget extends StatefulWidget {

0 commit comments

Comments
 (0)